VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: NRE on November 25, 2014, 19:21:42 PM

Title: Custom fields in cart view
Post by: NRE on November 25, 2014, 19:21:42 PM
Hi, how can I style/format custom fields html in cart view?
I've a lot of custom fields (plugin type) and they're showed as "field name + field value", one per line, without any separator between field name and value.
I need something more "styled" and I need also to hide some of the fields ... any idea?
Thank you.

Title: Re: Custom fields in cart view
Post by: balai on November 26, 2014, 10:10:25 AM
I think that they are printed by the plugin:

go to the plugin and open the php file which has the same name with the plugin.
The functions are:
plgVmOnViewCart (VM2)
plgVmOnViewCartVM3(VM3)