kaileybug Posted November 17, 2006 Posted November 17, 2006 Kristen or anyone helpful party: I have gone through all 30+ pages on this discussion and have tried all suggestions for correcting this error without success. I had tried a complete new install of the contribution as well. Each time a coupon code is entered, the following error comes up: Fatal error: Cannot instantiate non-existent class: discount_coupon in /mystore/catalog/checkout_confirmation.php on line 63 I am at a complete loss and have a huge sale going on this weekend prior to Thanksgiving and customers have already been given the coupon codes and I can not get it to work. I would very much appreciate any assistance provided. Thanks in advance... I'm very grateful for this contribution Quote
pyramids Posted November 18, 2006 Posted November 18, 2006 post the first 100 lines of /mystore/catalog/checkout_confirmation.php What version are you using? 2.1? Quote
pyramids Posted November 18, 2006 Posted November 18, 2006 more info to look at: did you - Edit the file includes/classes/discount_coupon.php and comment out the line require_once( DIR_FS_CATALOG.DIR_WS_CLASSES.'discount_coupon.php' ); if so try this: uncomment it so it looks like require_once( DIR_FS_CATALOG.DIR_WS_CLASSES.'discount_coupon.php' ); Quote
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.
Note: Your post will require moderator approval before it will be visible.