Jump to content

payment options not on Checkout from register/login page


boost1

Recommended Posts

Evening all

Running a few test purchases through - when a customer already with an account - but NOT logged in yet, goes through checkout:

1 - they pops things in basket - they go to basket and click to checkout - they then go to the register/or already have account page - log in there - they then get put through to the final payment stage but the 'payment options selector' disappears (it does when they select to log in - rather than create an account)

2 - Whereas if they log in before attempting to purchase by clicking the link at the top of the page they are presented with the payment options selector when getting to the final checkout page.  

Is the payment selector hidden when the customer progresses via route 1 as opposed to route 2 - can it be shown for both purchasing routes so they can still select their payment option if they go with the first route to the checkout?

thanks all

 

Link to comment
Share on other sites

Experiment with this:

In the Foundation javascript file 2.cubecart.js, near line 503, find:

function checkout_form_toggle(register) {

A few lines down, find:

$("#payment_method").slideDown();

Change to:

// $("#payment_method").slideDown();

A few lnes down, find:

$("#payment_method").hide();

Change to:

// $("#payment_method").hide();

You must force your browser to load fresh copies of page resources. This is generally done with CTRL-F5.

I do not know why these statements are here. They could be residual (no longer needed but interfering) due to the Foundation skin being redesigned several times since CC600.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...