one page checkout
- ClickWebDesign
-
Topic Author
- Offline
Less
More
13 years 9 months ago #80404
by ClickWebDesign
one page checkout was created by ClickWebDesign
Hi Team,
Apologies if this has already been covered but I couldn't find any info.
I want to create a really simple one page checkout using Hikashop 2.0 & Joomla 1.5.26. The checkout workflow is cart_login,end. Problem is with the login requires a click on register before "confirm order" (see attached screenshot).
There is no shipping address, or payment choices etc.
Any advice appreciated:)
Cheers
Chris
Apologies if this has already been covered but I couldn't find any info.
I want to create a really simple one page checkout using Hikashop 2.0 & Joomla 1.5.26. The checkout workflow is cart_login,end. Problem is with the login requires a click on register before "confirm order" (see attached screenshot).
There is no shipping address, or payment choices etc.
Any advice appreciated:)
Cheers
Chris
Please Log in or Create an account to join the conversation.
13 years 9 months ago #80456
by Xavier
Replied by Xavier on topic one page checkout
Hi,
HikaShop need to register the user informations for the orders, what you can do is set a var in post with a value of "0" and change the value to "1" when pressing the "Register" button.
And when the page reload, if the post value is "1" submit the form again in javascript, by this way, in one click the checkout is done.
HikaShop need to register the user informations for the orders, what you can do is set a var in post with a value of "0" and change the value to "1" when pressing the "Register" button.
And when the page reload, if the post value is "1" submit the form again in javascript, by this way, in one click the checkout is done.
The following user(s) said Thank You: ClickWebDesign
Please Log in or Create an account to join the conversation.
Time to create page: 0.182 seconds