View Single Post
  #5  
Old 10-05-2007, 02:45 PM
  jonc's Avatar 
jonc jonc is offline
 

Advanced Member
  
Join Date: Nov 2005
Posts: 53
 

Default Re: Free Ground Shipping Mod

I installed, exactly as listed above (MAKE SURE YOU CHECK THE QUOTES WHEN COPYING OUT OF THIS FORUM!!!), and then changed the following code from 'Y' to 'G' in /modules/Special_Offers/func.php and it worked!!!!!
Code:
if ($bonus['free_shipping']) { $products[$pk]['free_shipping'] = 'G'; $products[$pk]['free_shipping_used'] = true; }

Thanks so much for this wonderful tidbit of code!!!
__________________
jonc
X-Cart Gold 4.1.10 - http://www.hypnoskates.com
X-Cart Gold 4.1.10 - http://tryten.com/shop/
X-Cart Gold 4.1.10 - http://www.bluecurl.ca/shop/
Reply With Quote