If the currency setting "Use Package Pricing for New Services Only" is unchecked, then Blesta converts package pricing from an available currency to the selected currency when one is not defined for a package.
On the order form, if a package exists in one currency, but the order form supports another currency, changing to a currency undefined for the package will convert the pricing for the package into that currency. However, it currently does not convert any configurable option pricings.
The following must be true to convert pricings:
1. "Use Package Pricing for New Services Only" must be UNCHECKED
2. Package must NOT be defined in the selected currency. Then convert the package pricing and config option pricings. The tricky part may be ensuring that both conversions originate from the same currency (i.e. when converting USD to EUR, there must be config options defined in USD, and only those defined will be converted to EUR)
This task appears to fix the display of config options in alternate currencies, but it does not allow their purchase due to related issues described in
CORE-1425andCORE-1426.