Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Is their any ability to add muliple product attributes


fuckoffshirts

Recommended Posts

Posted

I have Small Medium Large and X-Large all attributes of the option Size of course.

 

we have had to add each size individually one at a time (Small then Medium etc etc) to each

product.

 

I've explored writing to the dB manually but cannot find which table hold the data,

 

Is their any way to assign an multiplate attributes to a product at the same time?

Posted

the table you want to update is the product_attributes

 

so you could setup a query to retrieve all products and for each product insert the size attributes. See how the categories.php and products_attributes.php manipulate the queries.

Archived

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

×
×
  • Create New...