You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
My client wanted me to ask you if there is a good way to modify the area of checkout by the payments. His customers have been getting confused about that part.
There is the question to select type of payment. His opts are PayPal or at his site with CC.
Then there is a button to click to update or continue. THIS IS THE CONFUSING PART because below that shows "Enter Payment Info".
How can we hide the "Payment Information" at first?
Then, when the radio button for Payment Method Selection is selected, open the correct Payment Information? And, have ajax save any changes.
This can be done with javascript and jquery but where is this and how would you recommend this be coded?
Thank you.
Offline
Take a look in {private}/apps/ecom/ECOM/includes/olpform.php. That's the gateway form. Maybe wrap a div around everything in that file and attack it via jQuery in the head of your skin.
Offline
Thanks - looking at that now.
Offline