VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: res5ect on October 17, 2012, 18:20:22 PM

Title: How to change view of short description
Post by: res5ect on October 17, 2012, 18:20:22 PM
Hello, can anyone know how to change the view of the short description on list of the products?

how to make it
1 - Name
2- Picruew
3 short description
4- price
5- button

??
Title: Re: How to change view of short description
Post by: bytelord on October 17, 2012, 22:44:25 PM
Hello,

I assume your are speaking for temlate overrides. You should override the category template and edit it. Change the order inside the code.

Use firebug to examine you site code and css styling: https://forum.virtuemart.net/index.php?topic=102850.0
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

Regards