VIRTUEMART: Replace “update” & “delete” buttons in shopping cart
To replace the images used for “Update” and “Delete” with a text button:
Find the file: administrator/components/com_virtuemart/html/basket.php
Look for the line:
_('PHPSHOP_CART_UPDATE') .'" src="'. VM_THEMEURL .'images/update_quantity_cart.png" border="0" alt="'. $VM_LANG->_('PHPSHOP_UPDATE') .'" align="absmiddle" />
and replace with:
_('PHPSHOP_CART_UPDATE') .'" />
Advertisement
leave a comment