RE: Product Attributes to Product Options
Ajeh <[email protected]> 12 Sep 2003 03:43:54 -0000
| Newsgroups | gmane.comp.web.oscommerce.general |
|---|---|
| Message-ID | <dcdb2574731df74ebb00ba28be98b9ff@osCommerce-Forums> |
This message was sent from: General Support http://forums.oscommerce.com/viewtopic.php?p=228234#228234 ---------------------------------------------------------------- You could also enter a default on the attributes for the weight. Or set the products_weight to the common weight and the attributes weight to the difference. Then the total weight is the products_weight +/- the attributes weight. But this method would be faster and easier to write for with the weight being on the products_attributes table. You could also cheat and load a temp site with a first time install of my SECv2.2 and then follow the products_attributes_weight and products_weight fields through the code to see what you need to write this seperate peice. Note: anything you do to products you do to orders_products and anything you do to products_attributes you do to orders_products_attributes ... in theory ... :D