Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

TABLE_DISCOUNT_COUPONS doesn't exist


keithk

Recommended Posts

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 by keithk
Link to comment
Share on other sites

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

Contributions

 

Discount Coupon Codes

Donations

Link to comment
Share on other sites

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..

Link to comment
Share on other sites

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 !!!

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...