Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to edit the products' attribute


teamo

Recommended Posts

You can do it with SQL: via your cpanel myPHPadmin

 

UPDATE products SET products_status="1" WHERE products_status <=1

 

This should update all products_status to 1 which is "stocked" or "available" however you want to say it.

 

Code should work, but always make a backup first, SQL changes can't be undone easily.

Link to comment
Share on other sites

Hello,

it was already be 1.But it still show out of stock.

 

 

You can do it with SQL: via your cpanel myPHPadmin

 

UPDATE products SET products_status="1" WHERE products_status <=1

 

This should update all products_status to 1 which is "stocked" or "available" however you want to say it.

 

Code should work, but always make a backup first, SQL changes can't be undone easily.

Link to comment
Share on other sites

hello,

it's www.etrade88.com

 

I don't know then. The product_status is what tells the OSC if it is in stock. I would have to see the site to help any further.

 

Sorry.

Link to comment
Share on other sites

Hello,

I can't find any settings on the admin panel.

By the way could you tell me how to disable the information about when upload below the products?

 

Looks like your site is using attributes mods, there could be a setting in there that needs fixed. I am sorry I don't know what that is.

Link to comment
Share on other sites

Unfortunately I can not help any further without actually being able to look at the backend and how the contributions are "suppose" to work.

 

I have not had a store that used the extended attributes mod before, so I can't offer any assistance without seeing what is going on.

 

Sorry.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...