Monday 10 October 2011

Changing the look of the Child Product List in Virtuemart

What I needed to do was move the dropdown list in the Childlist view so that it displays in the same row as description and the order button.

 after the changes I want it look like this.
Apparently I can make changes to this display here.

customize the addtocart_list_multi.tpl.php template.

The template file is located in the directory /components/com_virtuemart/themes/default/templates/product_details/includes/

However I found a quick solution that works in most browsers ( but not chrome ! )


.vmCartAttributes {
    margin-left: 200px;
    margin-top: -40px;

}

No comments: