VIRTUEMART: Replace “update” & “delete” buttons in shopping cart

Posted in Joomla by shanDB on January 12, 2011

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 Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.