Hi there,
I am looking already hours for a solution in the forum:
In my shop I want a very simple cart view. There should be a difference between cart view and order view.
I already removed the login area which will automatically show in the next step of ordering. But I don't want it in the cart.
For the cart I only want the products! I don't want to show addresses, payment, shipment, TOS accepted... - just the products.
If I remove the areas in mytemplate/html/com_virtuemart/cart/default.php the fields are missing also in the next step of ordering.
Is there a parameter I could check in the template like "is-cart" - or "ordering"?
so for my cart I want:
- Product list
- Totals
- Coupon code field
--> "Go to Cashier/Check Out"-Button
for my order view I want:
- Addresses
- Product List
- Totals with Shipment and Payment
- Notice field
- Accept TOS
--> "Buy Now" Button
Any help is appreciated!
Thanks a lot,
Sigrid
this thread might help a little
http://forum.virtuemart.net/index.php?topic=106459.0
Thanks for you reply. I found that one before but I could not find any information about how to have something like a switch between "is cart" or "is order".
Do you know if there is a variable for this?
Thanks,
Sigrid
no there is not an order view and cart view difference
Thanks for your answer.
I will change the status of the topic. My questions is answered, nevertheless my problem not solved ;).