VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: xetra on December 12, 2012, 08:37:49 AM

Title: Only show products on cart page
Post by: xetra on December 12, 2012, 08:37:49 AM
Hi

Apologies if I'm being dumb here but in VM2 how can I Only show the product list and terms in the cart? I don't want to show bill to and ship to until the user clicks the checkout button as was the case with VM1. There doesn't appear to be an easy way yo do this in the config and I've tried changing the code itself but Without success.

please tell me there's an easy way to do it!

Thanks
Title: Re: Only show products on cart page
Post by: bytelord on December 12, 2012, 10:56:41 AM
http://forum.virtuemart.net/index.php?topic=79799.0
Title: Re: Only show products on cart page
Post by: xetra on December 12, 2012, 13:15:42 PM
Sorry, should have mentioned:

Joomla - 2.5

Virtuemart - 2.0.14

PHP - 5.3.1
Title: Re: Only show products on cart page
Post by: bytelord on December 12, 2012, 13:20:14 PM
Hello,

You could create a template override for the cart page ... please take a look on the following topics

Use firebug to examine you site code and css styling: https://forum.virtuemart.net/index.php?topic=102850.0

Template Overrides:
Creating Template overrides: https://forum.virtuemart.net/index.php?topic=98505.0
Template System: https://dev.virtuemart.net/projects/virtuemart/wiki/Hints_for_the_use_of_the_template_system

Cart Override fields: http://forum.virtuemart.net/index.php?topic=106459.0

Regards