News:

Looking for documentation? Take a look on our wiki

Main Menu

PROBLEMS WITH THE CART VIRTUEMART 2.0

Started by luisbls, September 26, 2012, 18:25:31 PM

Previous topic - Next topic

luisbls

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

bytelord

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
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

luisbls

#2
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]

bytelord

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...

Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

luisbls

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?

bytelord

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.
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!


bytelord


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
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

luisbls

Yes,

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

thank you