when I add "(Line Item) Commerce Line Item: Product Attributes (Product Attributes) " to the cart view - the cart shows the entire product (price, image etc.) in that field - and NOT the product attributes..

See the attached image.

I've added commerce product option, and have a select list of options (added one field in option set - List(Integer)) - which is shown fine on the product page, where I add the item to cart.

Any idea where to look for what I've done horribly wrong to make it behave this way?

CommentFileSizeAuthor
snapshot.png205.32 KBklavs

Comments

d3vo’s picture

Go to Administration » Store » Products » Product types then select the custom display settings and then select "Attribute View" Then configure the fields for that view you want to show or hide. I think this is what you need. Hope it helps.

klavs’s picture

Thank you d3vo - that enables me to control what is output in the attribute field.

Only issue is, I can't actually make it show the selected attribute :( (it's not on the list of fields)

klavs’s picture

I think I've setup the correct option fields for commerce_option (which is what provides the attributes commerce_product_attributes is supposed to show). my option set has 1 field:
Amount field_amount List (integer) Check boxes/radio buttons

All I'm trying to accomplish is to have a customer select a donation amount - and then the price of the product should be modified accordingly..

andrewscullion’s picture

Have you watched this screen-cast? It sounds like you are after something like what is demonstrated.

http://vimeo.com/31460419

klavs’s picture

Status: Active » Closed (works as designed)

production option module appearently can't be used to do this :(

I made it work, using the way shown in the video in #4.

fugazi’s picture

Issue summary: View changes

is perhaps far better solution has been found for this problem?