Guest Posted June 17, 2003 Posted June 17, 2003 Hi. I am just starting with osCommerce and am trying to setup the Gift Vouchers and Coupons. I believe I have done everything right but it is giving my an error in the 'Shopping Cart' section: 1146 - Table 'oscdata.TABLE_COUPON_GV_CUSTOMER' doesn't exist select amount from TABLE_COUPON_GV_CUSTOMER where customer_id = '12' I have checked MySQL and there does appear to be a COUPON_GV_CUSTOMER table in the oscdata database. Any ideas on what could be causing this? Thanks -
Guest Posted June 17, 2003 Posted June 17, 2003 In application_top.php add this line: define('TABLE_COUPON_GV_CUSTOMER' , 'coupon_gv_customer'); If the error is in admin, then the file in the admin/includes folder or otherwise the catalog/includes... :shock:
Guest Posted June 17, 2003 Posted June 17, 2003 Thank you so much! That worked perfectly! Can I just say I love this forum, it has helped out so much!! Thanks again!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.