I would like to obtain a unique product model id based on the product and the attribute.
I have 3 attributes for all the products: 30 kilos (suffix code 0030), 60 kilos (suffix code 0060), 210 kilos (suffix code 0210) I would like to merge the suffixes to the base model id of the product (eg. 1030+0060= 10300060)
Since I could not find a way to obtain such a thing in the attributes administration page, I thought that I'd create a special field in the orders table which might contain the newly generated model id.
I would like to know where does the "INSERT" for orders take place, in which page?
There must be an insert when an order is placed somewhere...
Thanks in advance for your kind reply... and sorry for my english :)



