FACT-Finder-Web-Components / shopware5-plugin

FACT-Finder® Web Components for Shopware 5
Other
1 stars 1 forks source link

Currency conversion factor is ignored #36

Closed fmarangi closed 3 years ago

fmarangi commented 3 years ago
fmarangi commented 3 years ago

We have two ways to solve this:

  1. export separate feeds for each supported currency
  2. convert prices using callbacks before rendering

In the first case, the overhead on FF side could be very large, and potentially not sustainable. The second approach is more similar to what SW is doing natively, BUT we lose the formatting done by the Web Components and we have issues with the Price Filter, which wouldn't know anything about the converted price. It would be possible to translate labels if we are using steps in the price filter, but having a solid display on the price slider might take much more attention.