Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Length, Width + Height set to 1.0 automatically


kitchenniche

Recommended Posts

Hi there,

 

I need to change the length, width and height of every single product (ca. 950) to 1cm/in. Is there a way to set this up automatically that i do not need to edit every single product?

 

Thanks bunch,

 

Sandra

HIM - Dark Light - Out on 26/09/05
Link to comment
Share on other sites

Is this a product attribute you refering to? Check in what sql/table the column is then use an update command to set all entries for that column to a specific value. If its an attribute you may need to cross-reference the id first with other tables. Backup your dbase before any changes

 

The query should look like this

update <table> set <column>=<value>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...