RE: Product Attributes to Product Options
Ajeh <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.general |
|---|---|
| Message-ID | <1dfdf07ee9d2efbd4ea61bf404f1f35c@osCommerce-Forums> |
This message was sent from: General Support http://forums.oscommerce.com/viewtopic.php?p=227759#227759 ---------------------------------------------------------------- I added the weight to the products_attributes table instead. Now the weight calculation can be made based on (qty * products_weight) + (qty * products_attributes_weight) also using a products_weight_prefix to allow for +/- weight. You can see how this works on the SECv2.2 demo site. Both the Catalog and the Admin can be used to try this out.