VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: buydealz on April 25, 2012, 20:42:06 PM

Title: No need of shopping cart
Post by: buydealz on April 25, 2012, 20:42:06 PM
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.

Title: Re: No need of shopping cart
Post by: techrahul87 on May 01, 2012, 09:30:07 AM
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 :-)