Hi,
Please visit www.buydealz.us . I have built this site suing joomla 2.5
It is affiliate site.
I no need of shopping cart instead of "Add cart" button i need view deal button which needs to take me to Retailer affiliate site.
Let me know whether it is possible with virtuemart.
if you want to change just the name of button, you can do it by changing the btn_labal.
if u are using virtuemart 2.0 then go to product detail folder and find default_addtocart.php file.
open it and check the code. now u can customize the code.. find the line---- >$button_lbl = JText::_('COM_VIRTUEMART_CART_ADD_TO');
now goto language file and open en-GB.com_virtuemart.ini if u r same language as this.
now find COM_VIRTUEMART_CART_ADD_TO.. and change it the way u want..or u can create a new one.
now for link to ur page u have to check the code ..... it can't be difficult just spent some time :-)