View Single Post
  #8  
Old 01-18-2006, 01:30 PM
 
machnhed1 machnhed1 is offline
 

eXpert
  
Join Date: Feb 2003
Location: Illinois
Posts: 274
 

Default

Gotcha.

In your /modules/Discount_Coupons/discount_coupons.php file...

Change this:
Code:
if ($mode=="add_coupon" && $coupon) { # # Check if coupon is valid #

to this
Code:
if ($mode=="add_coupon" && $coupon) { $coupon = trim($coupon); # # Check if coupon is valid #
__________________
Following the signature guidelines : xcart pro 3.5.8 - [RedHat]
Reply With Quote