I want to remove the product name from the Pop Up window when adding a product to the cart. I want to leave the Continue Shopping and View Cart links. I have commented out some of the code below the links in the padded.php file but it either makes the pop up hang or continues to show the product. Any help will be appreciated. Thanks, Bill
For VirtueMart 2.0.22b in padded.php find the code:
echo '<h4>'.JText::sprintf('COM_VIRTUEMART_CART_PRODUCT_ADDED',$this->product->product_name,$this->product->quantity).'</h4>';
Change to
echo '<h4> </h4>';
Use the edited file as a template override so it does not get overwritten during VM updates.
I have the same problem.
Where must I save the padded.php override?
Thanks,
Helmut
[yourjoomlatemplate]/html/com_virtuemart/cart/padded.php
See http://docs.virtuemart.net/tutorials/33-templating-layouts.html and http://www.ostraining.com/blog/joomla/overrides
works fine
Thanks,
Helmut