VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: shinosky on June 27, 2014, 18:55:35 PM

Title: Remove Product(s) Link mod_virturemart_cart
Post by: shinosky on June 27, 2014, 18:55:35 PM
Greetings,

I'm looking for a way to remove the product(s) <a> link in the mod_virtuemart_cart. I want the product name - just no link. I'm stuck on line 34 of the default.php page under mod_virtuemart_cart/tmpl/:

                        <div class="product_row">
<span class="quantity"><?php echo  $product['quantity'?></span>&nbsp;x&nbsp;<span class="product_name"><?php echo $product['product_name'] <-- RIGHT HERE ?></span>
</div>


Any ideas? Attached is an image to help better show what I'm trying to accomplish.


Thanks,

Michael

[attachment cleanup by admin]