When you have several product reference fields in the same display content type, the add to cart widget is correctly displayed as many times as product references are but the price and the rest of the fields are not.

Steps to reproduce

I think we would need to support multiple prices/fields for displays.

Comments

rszrama’s picture

Hmm, very tricky, since the injected fields are keyed by field name and identified by node ID, not product ID. At the very least, it may have to be a 2.x request since it would involve changing the class, though I'm interested in potential use cases and ideas for solving the problem.

pcambra’s picture

Just commenting that there's a workaround creating a price field per product type and a rule with lowest weight that replaces the original price by the corresponding price field.

bojanz’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)