News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Product Layout

Started by pierotj, July 16, 2012, 12:04:31 PM

Previous topic - Next topic

pierotj

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]

inopia

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

srajca

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