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> x <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]