Hallo,
I am working with VirtueMart 2.0.8c and I want to change the product layout:
The product short description on top, then the picture under the description and the price-position under the picture.
In my test online-shop the position of the picture is on the left.
I don't know, how to change - don't find the parameter in the file "vmsite-ltr.css".
Or must I change the "default.php" in folder "components/com_virtuemart/views/productdetails/tmpl"
Best regards
Peter
[attachment cleanup by admin]
Hi pierotj,
You can customize your layouts using template override technique and css. if you want customize this view you must create a 'html' folder on your template directory. Inside, another folder called 'com_virtuemart' and inside of this you can copy all virtuemart views you wanted to custom.
Example:
Template Override Path: /templates/your_template_name/html/com_virtuemart/name_view/default.php
you are looking in the wrong folder file.
use this one
/templates/your_template_name/html/com_virtuemart/CATEGORY/default.php
and then you can rearrange the div classes and positions in here