I want the checkout process to be in a few steps instead of one page.
1: I want the customer to see the price-list in step one,
2: and next in step 2 complete its account information,
3: in step 3 choose the payment method,
4: in step 4 enter the coupon and confirm the conditions
How can i do this?
Hello,
If you know PHP you can edit in the components/virtuemart/view/cart
[mod edit: personal promotion removed]
Thank you !
I did some changes in cart.php file.
I separated the parts that i want to be in different pages.
But i don't know how to make them to show in different pages..
Multi step checkout requires template overrides, for more information see http://forum.virtuemart.net/index.php?topic=134340
should i make parts of cart hide and show?
should i do it using java script?
what Technic u recommend?