keithk Posted August 22, 2006 Share Posted August 22, 2006 (edited) I manually installed the code, but when I get to the checkout, enter the code - and hit conform I get this error.. I read a few other people's reply to this solution: but none of them helped me.. sigh. any clues? ...catalog/checkout_shipping.php?osCsid=... ERROR MESSAGE: 1146 - Table 'oscommerce.TABLE_DISCOUNT_COUPONS' doesn't exist select * from TABLE_DISCOUNT_COUPONS where coupons_id = 'RKK6V' [TEP STOP] Edited August 22, 2006 by keithk Quote Link to comment Share on other sites More sharing options...
kgt Posted August 22, 2006 Share Posted August 22, 2006 Revisist the install instructions. You missed a step: admin/includes/database_tables.php -------------------------------------------- add //kgt - discount coupons define('TABLE_DISCOUNT_COUPONS', 'discount_coupons'); define('TABLE_DISCOUNT_COUPONS_TO_ORDERS', 'discount_coupons_to_orders'); //end kgt - discount coupons Quote Contributions Discount Coupon Codes Donations Link to comment Share on other sites More sharing options...
keithk Posted August 23, 2006 Author Share Posted August 23, 2006 Revisist the install instructions. You missed a step: admin/includes/database_tables.php -------------------------------------------- add //kgt - discount coupons define('TABLE_DISCOUNT_COUPONS', 'discount_coupons'); define('TABLE_DISCOUNT_COUPONS_TO_ORDERS', 'discount_coupons_to_orders'); //end kgt - discount coupons Naa.. I saw that "same responce" from the "same error" I got in an early thread.. I triple checked that one.. Quote Link to comment Share on other sites More sharing options...
kgt Posted August 23, 2006 Share Posted August 23, 2006 Naa.. I saw that "same responce" from the "same error" I got in an early thread.. I triple checked that one.. Sorry, I showed you the step from the admin... you do need the same thing in includes/database_tables.php. And it IS what is causing this error. Quote Contributions Discount Coupon Codes Donations Link to comment Share on other sites More sharing options...
keithk Posted August 23, 2006 Author Share Posted August 23, 2006 Sorry, I showed you the step from the admin... you do need the same thing in includes/database_tables.php. And it IS what is causing this error. Ahha, gotcha - that fixed it...looking good now. Nice one, much praises KGT !!! Quote 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.
Note: Your post will require moderator approval before it will be visible.