Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

products_options_values_to_products_options Table ?


stantheman

Recommended Posts

Posted

Can anyone tell me what this table is used for and how it is created?

 

products_options_values_to_products_options

Posted

If you look in your phpAdmin and look at your db, I think it will make sense.

 

Basically,

products_options gives you things like Mode, colour, size etc

products_options_values give you things like 1mb, 10mb, blue, red etc

 

products_options_values_to_products_options has id starting from 1 and assigns which applys to which etc.

 

All of this can be done from your Admin section where you set your product attribute.

 

Hope this make sense :wink:

AG

Posted

Thanks for your reply. I am familiar with the links and information stored in these tables.

 

I may have asked the question incorrectly? I will try again.

 

How does data get written to these tables?

 

I have gone into Product Attributes in the Admin section and added attributes but this hasn't written any records to products_options_values_to_products_options

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...