VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: luisbls on September 26, 2012, 18:25:31 PM

Title: PROBLEMS WITH THE CART VIRTUEMART 2.0
Post by: luisbls on September 26, 2012, 18:25:31 PM
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
Title: Re: PROBLEMS WITH THE CART VIRTUEMART 2.0
Post by: bytelord on September 26, 2012, 18:48:05 PM
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
Title: Re: PROBLEMS WITH THE CART VIRTUEMART 2.0
Post by: luisbls on September 26, 2012, 21:01:46 PM
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]
Title: Re: PROBLEMS WITH THE CART VIRTUEMART 2.0
Post by: bytelord on September 26, 2012, 21:57:50 PM
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...

Title: Re: PROBLEMS WITH THE CART VIRTUEMART 2.0
Post by: luisbls on September 27, 2012, 00:15:50 AM
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?
Title: Re: PROBLEMS WITH THE CART VIRTUEMART 2.0
Post by: bytelord on September 27, 2012, 00:34:38 AM
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.
Title: Re: PROBLEMS WITH THE CART VIRTUEMART 2.0
Post by: luisbls on September 27, 2012, 07:57:38 AM
thank you so much
Title: Re: PROBLEMS WITH THE CART VIRTUEMART 2.0
Post by: bytelord on September 27, 2012, 08:07:33 AM

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
Title: Re: PROBLEMS WITH THE CART VIRTUEMART 2.0
Post by: luisbls on September 27, 2012, 23:54:08 PM
Yes,

finally I could do it. I can´t make templates, but I could do what I wanted about the layout

thank you