How do I create a relationship to the table commerce_options?
I've got a commerce installation using product attributes and product options. Everything appears to be working when I add options to the products. When I add products in the shopping cart, the system asks me all the options as I prepared this.
problem : in Views I'm not able to create a relationship to the table : commerce options (There are no relationships available to add)
I would like to link this table to the commerce line items by the common : line item id
(ps in the table commerce line items there is a field : product attributes that includes all commerce options for this line , however this is one field that I can't cut into the separated fields ?)
Comments
Are you using the actual Commerce Options module or using that to refer to the options of your product attribute fields?
Thanks for replying
I'm trying to make a Data export (views3) in a csv file of the pending orders and all of there data.. options ... products...price ... quantiy....
in my product types I've got 2 kinds of options linked to them
- the one I use as - attribute field- is linked to a taxonomy vocabulary ( this data I find in the product table related to the -commerce orders-)
- the ones that are not used as attribute have been created in - option sets- (These I see in the table -commerce option- but I can't link this table to any other table)