VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: kiasati on September 26, 2016, 09:33:32 AM

Title: enhancing the checkout process in virtuemart
Post by: kiasati on September 26, 2016, 09:33:32 AM
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?
Title: Re: enhancing the checkout process in virtuemart
Post by: baoquocmt159 on September 26, 2016, 09:43:21 AM
Hello,

If you know PHP you can edit in the components/virtuemart/view/cart
[mod edit: personal promotion removed]

Thank you !
Title: Re: enhancing the checkout process in virtuemart
Post by: kiasati on September 26, 2016, 10:04:29 AM
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..
Title: Re: enhancing the checkout process in virtuemart
Post by: jenkinhill on September 26, 2016, 10:17:29 AM
Multi step checkout requires template overrides, for more information see http://forum.virtuemart.net/index.php?topic=134340
Title: Re: enhancing the checkout process in virtuemart
Post by: kiasati on September 27, 2016, 07:21:40 AM
should i make parts of cart hide and show?
should i do it using java script?
what Technic u recommend?