Guest Posted July 12, 2005 Share Posted July 12, 2005 Hello, I get error "MODULE_ORDER_TOTAL_COUPON_TEXT_ERROR" when I try to put in a coupon that is not allowed for a specific problem. I think this error message shows anytime that there is an error with a coupon or gift voucher, although it still shows "Congratulations, you have redeemed". Does anyone know the fix for this? Thanks Quote Link to comment Share on other sites More sharing options...
Guest Posted July 12, 2005 Share Posted July 12, 2005 search the contribution for this: MODULE_ORDER_TOTAL_COUPON_TEXT_ERROR and find out what file the definition goes into Quote Link to comment Share on other sites More sharing options...
kristymichelle Posted July 12, 2005 Share Posted July 12, 2005 search the contribution for this:MODULE_ORDER_TOTAL_COUPON_TEXT_ERROR and find out what file the definition goes into <{POST_SNAPBACK}> I'm having the same problem. Let us know if you figure it out and I'll do the same! Quote Link to comment Share on other sites More sharing options...
deeman001 Posted August 15, 2005 Share Posted August 15, 2005 I'm having the same problem. Let us know if you figure it out and I'll do the same! <{POST_SNAPBACK}> Did anyone figure out why you are getting this error? I am getting the same error when using discounts. Quote Link to comment Share on other sites More sharing options...
Guest Posted October 19, 2005 Share Posted October 19, 2005 Did anyone figure out why you are getting this error? I am getting the same error when using discounts. I too am experiencing this problem, and i have defined it in the appropriate place. Very strange - and doesnt look good on the live store. This line: define('MODULE_ORDER_TOTAL_COUPON_TEXT_ERROR', 'Coupon Redemption'); exists within: catalog/includes/languages/add_ccgvdc_english.php But it's still showing MODULE_ORDER_TOTAL_COUPON_TEXT_ERROR when someone enters a successful code. Do i need to define it somewhere else as well? Quote Link to comment Share on other sites More sharing options...
fernyburn Posted November 2, 2005 Share Posted November 2, 2005 bump this thread i need an answer too Quote Link to comment Share on other sites More sharing options...
fernyburn Posted November 11, 2005 Share Posted November 11, 2005 bump again Quote Link to comment Share on other sites More sharing options...
trafficjam Posted November 17, 2005 Share Posted November 17, 2005 Sadly, catalog/includes/languages/add_ccgvdc_english.php is not the correct location for the definition (despite the fact that it came that way). Copy the definition define('MODULE_ORDER_TOTAL_COUPON_TEXT_ERROR', 'Redeemed Coupon'); to catalog/includes/languages/english/modules/order_total/ot_coupon.php and you should be set. Quote Link to comment Share on other sites More sharing options...
Mediajuggle Posted January 16, 2006 Share Posted January 16, 2006 Sadly, catalog/includes/languages/add_ccgvdc_english.php is not the correct location for the definition (despite the fact that it came that way). Copy the definition define('MODULE_ORDER_TOTAL_COUPON_TEXT_ERROR', 'Redeemed Coupon'); to catalog/includes/languages/english/modules/order_total/ot_coupon.php and you should be set. thanks that worked perfectly... Quote My Contribution Music Download Store Template http://www.oscommerce.com/community/contributions,4275 Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.