Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error with Gift Voucher/ Coupon


Guest

Recommended Posts

Posted

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 -

Posted

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:

Posted

Thank you so much! That worked perfectly! Can I just say I love this forum, it has helped out so much!! Thanks again!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...