VirtueMart Forum

VirtueMart 2 + 3 + 4 => Frontend Modules => Topic started by: vigier on September 14, 2012, 01:32:41 AM

Title: VM Cart - remove <br> between product attributes
Post by: vigier on September 14, 2012, 01:32:41 AM
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