Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

MySQL Product table Problem


websolpro

Recommended Posts

Posted

Hi,

 

I am using oscommerce. i have 2 SQL files.

13 DECEMBER SQL file.(backup) it was working fine.

current 18 January SQL file. it is not working properly. But it has new customer information. so i want to use new file but its table structure has been currpted.

can you please tell me how i can use new file with old file table structure.

(Alter Product table?)

 

 

problem: when i am adding new product it is not showing description in CATAlog. All old products are fine. and product_info.php page is showing product description for old product but not for new product. its mean i have problem with adding product table.

 

how i can fix this? I need urgently help .

Posted

Change the Extra Attribute of the products_description table. Use phpmyadmin preferably. Edit the structure - products_id and remove the auto_increment. It's incremented by the products table. The identifiers of the products_description table follow the ones of the products table.

Archived

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

×
×
  • Create New...