- 🇮🇹Italy kopeboy Milan
I also don't understand where I should put the field_price_currency.. not documented in the module page nor the README
My commerce product variant has two fields:
- Price //The default price field
- Original Price //Custom price field
I set these two prices to be calculated by commerce currency resolver.
The problem is that when calculating the price for the 'Original Price' field. the module looks like calculating the price of the default price field instead of calculating the price of 'Original Price' field.
So I get the price and 'original price' having the same value.
Price: $7
Original Price: $8
after conversion:
Price: SYP 3000
Original Price: SYP 3000
Fixed
1.3
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I also don't understand where I should put the field_price_currency.. not documented in the module page nor the README