Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Credit Class/Gift Vouchers (v5.10)


EPfromDC

Recommended Posts

I have gone over all the directions and followed them to a T (with the one exception of not uploading the files for Spainsh or German as I don't need them) and now when I go to my admin and click on Vouchers - I get this error:

 

1146 - Table 'ga_oscommerce.coupons' doesn't exist

 

select coupon_id, coupon_code, coupon_amount, coupon_type, coupon_start_date,coupon_expire_date,uses_per_user,uses_per_coupon,restrict_to_p

roducts, restrict_to_categories, date_created,date_modified from coupons where coupon_active='Y' and coupon_type != 'G'

 

[TEP STOP]

 

During checkout this shows on the right:

 

1146 - Table 'gavasys_oscommerce.coupon_gv_customer' doesn't exist

 

select amount from coupon_gv_customer where customer_id = '11'

 

[TEP STOP]

 

What do I need to do to get this to run???? I am lost now....

Link to comment
Share on other sites

I have gone over all the directions and followed them to a T (with the one exception of not uploading the files for Spainsh or German as I don't need them) and now when I go to my admin and click on Vouchers - I get this error:

 

1146 - Table 'ga_oscommerce.coupons' doesn't exist

 

select coupon_id, coupon_code, coupon_amount, coupon_type, coupon_start_date,coupon_expire_date,uses_per_user,uses_per_coupon,restrict_to_p

roducts, restrict_to_categories, date_created,date_modified from coupons where coupon_active='Y' and coupon_type != 'G'

 

[TEP STOP]

 

During checkout this shows on the right:

 

1146 - Table 'gavasys_oscommerce.coupon_gv_customer' doesn't exist

 

select amount from coupon_gv_customer where customer_id = '11'

 

[TEP STOP]

 

What do I need to do to get this to run???? I am lost now....

 

 

I figured it out - needed to add the SQL - now it works like a charm!!!!!!!! :P

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...