fuckoffshirts Posted July 4, 2006 Posted July 4, 2006 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?
Guest Posted July 4, 2006 Posted July 4, 2006 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.