#2831839: PriceCalculatedFormatter doesn't always load the referenced currency is a bug caused by not having multicurrency tests.

We want to create EUR and GBP price fields on the product variation, and a price resolver that selects the right price based on something. Then we create a variation with the different prices, confirm that the right one is selected when the product variation is rendered.

Comments

bojanz created an issue. See original summary.

vasike’s picture

Status: Active » Needs review

new PR available - tried to follow to instruction from issue description.
https://github.com/drupalcommerce/commerce/pull/626

i also used @GoZ suggestions from https://github.com/drupalcommerce/commerce-docs/pull/56 for the "price resolver".