Needs review
Project:
Commerce Core
Version:
8.x-2.x-dev
Component:
Price
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2016 at 23:21 UTC
Updated:
2 Feb 2017 at 14:08 UTC
Jump to comment: Most recent
#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
Comment #2
vasikenew 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".