News:

Looking for documentation? Take a look on our wiki

Main Menu

Layout for cart summary

Started by sappel, January 23, 2013, 11:32:27 AM

Previous topic - Next topic

sappel

Hello everybody,

before I begin: I'm completely new to VM2, so forgive me, if I ask stupid questions that seems obvious to others.
Currently I'm trying to set up a shop for my cousin, but I'm stuck trying to edit the cart layout. I think I found a way to edit the css for it, but there are some fields I don't even want to show up (for example "DISCOUNT"). I've had a quick look at default_pricelist.php, but my only test was commenting out some <td> containing the discount informations. Is it the right place to look for that at all?

K&K media production

Hi

yes you can comment it out. But make the changes not on core files, please use layout overrides. Because if you update virtuemart, your changes will be lost without overrides.

For more information see here:
http://docs.joomla.org/How_to_override_the_output_from_the_Joomla!_core

You can also hide fields with css (display: none) or some information can be hide through backend settings. (e.g. tax)

Regards,
Maik