When I press show the cart (checkout) virtuemart 2.0 goes directly to a page where all the steps to buy are togheter.
How can I change this to:
1. Step one: adress; press ok and go to-->
2. Shipping; press ok and go to-->
3. Payment; press ok and go to-->
4. Confirm; press ok and finish
for example
Thanks a lot
Hello,
I am not sure if i understand you correctly that's the cart, shows the page will all steps, when you checkout then the steps will be shown if you have enabled from the BE->Configuration->Checkout and select Show checkout steps (maybe automatic shipment and payment if there is only one).
This is happen because someone maybe wants to edit the cart (remove product quantity, etc).
Regards
Thanks for your reply
But I have enabled this button and I still get the same result
I show you in the atachment
thanks a lot
Maybe the problem is that I don´t have the button checkout, I only have the button show cart, and I don´t know how to put the button checkout to go through the steps
I´m lost :'(
[attachment cleanup by admin]
Hello,
There is only show the cart and then from the cart you have the button link to checkout ... As i told shoppers need to go to cart to update the product quantity or remove products, then you can checkout...
ok thanks, now I understand
but what I don´t understand is why the billing and the shippment information are appearing, it´s possible to delete this and show only the cart?
Hi,
And how someone can fill the shipping and payment details? You want to do it with steps only?
Anyway, you could hide those details by editing the cart template or by place a css attribute, like:
.billto-shipto {
display:none;
}
so, that information will displayed, check it with firebug to see where exactly you need that changes because you may use any overrides.
Regards.
thank you so much
Hello,
I think you wanna do it like is on the demo.virtuemart.net (cart page) ... if could hide them using CSS or you could create template overrides and edit the cart template as you wish ...
Regards
Yes,
finally I could do it. I can´t make templates, but I could do what I wanted about the layout
thank you