Product Attributes.
ravimittal <[email protected]> 12 Sep 2003 14:40:43 -0000
| Newsgroups | gmane.comp.web.oscommerce.devel |
|---|---|
| Message-ID | <e92e300a143e0912e8ad2e930eeb5df7@osCommerce-Forums> |
This message was sent from: Development http://forums.oscommerce.com/viewtopic.php?p=228412#228412 ---------------------------------------------------------------- Hi, I have one small query. I have to do some custom thing with the product attribute and I was looking at these 4 tables: product_options product_options_values product_options_values_to_product_options product_attributes I could not understand the importance of product_options_values_to_product_options table. I think that there is no requirement of this table. We can pick any product option and any product values while defining a product attribute. Then where are we usingproduct_options_values_to_product_options??? Please comment.