News:

Support the VirtueMart project and become a member

Main Menu

VM Cart - remove <br> between product attributes

Started by vigier, September 14, 2012, 01:32:41 AM

Previous topic - Next topic

vigier

Hi,

since a few of my products have a lot of options, the list in the cart is very long. When I look at the source of the page in IE, it contains a <br> between every attribute.
When I look at the field "product_attributes" I only see spans, but no <br>. The line that shows them is in \modules\mod_virtuemart_cart\tmpl\default.php (around line 39) and as follows:
<div class="product_attributes"><?php echo $product['product_attributes'?></div>

Does anyone know where the code is that adds the <br> I want to get rid of?

Kind regards, Vigier