CRE Loaded Community

Banner


Board index » Loaded Commerce Support » Tips & Tricks

All times are UTC - 5 hours




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: FIX: Cre 6.4 - Free Shipping coupons, products on special
PostPosted: Sat Feb 06, 2010 5:18 am 
Offline
CRE Legend
User avatar

Joined: Thu Jun 12, 2008 6:39 am
Posts: 2394
Location: New Zealand
Hi

If you offer a 'free shipping' coupon and try to use this with items on special, an error will show saying that the coupon can only be used 'x' number of times.

To fix this, open catalog/includes/modules/order_total/ot_coupon.php and :

1. find around line 131:
Code:
$this->sale_exclusion = $coupon_result['coupon_sale_exclude'];

add this line below it :
Code:
if ($coupon_result['coupon_type'] != 'S') {  // to allow free shipping to apply to specials

2. find around line 144 :
Code:
tep_redirect(tep_href_link(FILENAME_CHECKOUT_PAYMENT, 'payment_error='.$this->code.'&error=' . urlencode(ERROR_INVALID_USES_COUPON . $coupon_result['uses_per_coupon'] . TIMES ), 'SSL'));
  }

add this line below it :
Code:
} // to allow free shipping to apply to specials

---
Simon

_________________
www.codemehappy.com
For Cre Loaded tips, how-to articles and more


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

Board index » Loaded Commerce Support » Tips & Tricks

All times are UTC - 5 hours


Who is online

Users browsing this forum: Google [Bot] and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
It is currently Thu May 17, 2012 9:48 am
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group

© CRE Loaded is a product of Chain Reaction Ecommerce, Inc. Usage & Privacy Policy