Posted by Lars Bo Jensen on March 19, 2014 at 2:13pm
Hi everyone,
I have quite complex products and would love to enable customers to see and edit product attributes in the cart (and maybe on the checkout form as well).
I installed the Commerce Product Attributes module, but can't figure it out.
It tells me that
You need to add a new field in the cart view. To do this edit the cart view > add field > add attribute field. You may want to remove the product title field.
The attribute field isn't available in the view, so I figured I should add a relation to the product or something, but that's not possible either.
I installed the dev version of the module, but that didn't make any difference. Any suggestions?
Thanks in advance.
Categories: #views, product attributes
Comments
Probably some cache issue
Downloading code importing the database into my local environment solved it. If it wasn't magic, it was probably a cache issue. I recently installed Commerce Product Attributes. Maybe it has something to do with it.
Sorry for asking and then solving it myself. The morale is: be aware of cache, and assume that running update.php and flushing cache does not solve it in every and any case. I would like to understand why.