You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.
After some refactor on master branch I noticed a lot that can be improved:
Change currency display wrong price format due to Spree Core has general settings options for this based on single currency usage. This should be changed in Core to fetch format from Money.
Validate that general config settings support multiple stores.
Ensure it show per default correct currency related to language, this is probably harder then it sounds and probably need to add default currency value to countries. Or maybe just Money::Currency.find_by_iso_numeric will do the trick.
After some refactor on
master
branch I noticed a lot that can be improved:price
format due to Spree Core has general settings options for this based on single currency usage. This should be changed in Core to fetch format fromMoney
.Money::Currency.find_by_iso_numeric
will do the trick.These are dev memory notes, you welcome to help out with PR if you find it valid.
The text was updated successfully, but these errors were encountered: