Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

I get the below error when I click checkout, then every other page after that point.

 

1146 - Table 'petcals_osc1.TABLE_PRODUCTS_SHIPPING' doesn't exist

 

select products_ship_price, products_ship_price_two, products_ship_zip, products_ship_methods_id from TABLE_PRODUCTS_SHIPPING where products_id = '31'

 

[TEP STOP]

 

Please help, what must I change? How do I just get rid of it, I think it is a module I added, worked fine, now it doesnt?

 

 

Here is the code I have for the table

 

--
-- Table structure for table `products_shipping`
--

CREATE TABLE `products_shipping` (
 `products_id` int(11) NOT NULL default '0',
 `products_ship_methods_id` int(11) default NULL,
 `products_ship_zip` varchar(32) default NULL,
 `products_ship_price` varchar(10) default NULL,
 `products_ship_price_two` varchar(10) default NULL
) TYPE=MyISAM;

--
-- Dumping data for table `products_shipping`
--

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