Personalmente per personalizzare VirtueMart generalmente seguo questo poche istruzioni che si trovano facilmente in rete:
VirtueMart Template Customization
Create new template
Themes are stored in components/com_virtuemart/themes directory. Each theme is stored in it’s subdirectory. Just copy the default template directory to your new template directory and edit the theme.xml file
shop.index page
shop.index is the first page of the shop.
Template: templates/common/shopindex.tpl.php
Sub templates:
Displays the sub categories: templates/common/categoryChildlist.tpl.php
Displays the recently viewed product: templates/common/recent.tpl.php
Displays featured products: templates/common/featuredProducts.tpl.php
shop.browse page
There has 3 product list style:
1. Product listing with a table
template: templates/browse/includes/browse_layouttable.tpl.php
2. Flat product list
template: templates/browse/includes/browse_listtable.tpl.php
3. Product List, no table, div based
template: templates/browse/includes/browse_notables.tpl.php
Sub templates:
Category header: templates/browse/includes/browse_header_category.tpl.php
Manufacturer header: templates/browse/includes/browse_header_manufacturer.tpl.php
shop.product_details page
Tempalte for this page is at templates/product_details/*.php
Sub templates:
Related products: common/relatedProducts.tpl.php
Pathway: common/pathway.tpl.php
Child categories: common/categoryChildlist.tpl.php
PSD, Email, Print buttons: common/buttons.tpl.php
Add to cart: product_details/includes/addtocart_form.tpl.php
VirtueMart Template Customization
The VirtueMart template is at components/com_virtuemart/themes:
Template for category page
Child categories templates/common/categoryChildlist.tpl.php
Page header templates/browse/includes/browse_header_category.tpl.php
Order by templates/browse/includes/browse_orderbyform.tpl.php
PDF, Email and Print buttons templates/common/buttons.tpl.php
Add to cart for every products templates/browse/includes/addtocart_form.tpl.php
Page footer templates/browse/includes/browse_pagenav.tpl.php
Product list templates/browse/includes/browse_layouttable.tpl.php
templates/browse/includes/browse_listtable.tpl.php
templates/browse/includes/browse_notables.tpl.php
Template for product page
Related products templates/common/relatedProducts.tpl.php
Pathway templates/common/pathway.tpl.php
Child categories templates/common/categoryChildList.tpl.php
PDF, Email and Print buttons templates/common/buttons.tpl.php
Add to cart templates/product_details/includes/addtocart_form.tpl.php
Product details templates/product_details/*.php
sintesi tratta molto tempo fa da un sito del quale non ricordo il nome, ma googlando si trova sicuramente
ciao
jk