aem-core-cif-components
aem-core-cif-components copied to clipboard
Multiple currency enablement
User Story
As a business user, I want to give website users the ability to change the currency displayed on the e-commerce.
Description & Motivation
Current version of CIF doesn't allow to display a currency selection with currencies configured on Magento
Deliverables
CIF must be able to pass to each Magento call the header Content-Currency as specified in the documentation:
Content-Currency | A valid currency code, such as USD | This header is required only if the currency is not the store view’s default currency. |
---|
Acceptance Criteria
- website user must be able to select the desired currency for e-commerce
- this currency value must be used in Magento calls
- graphql calls must support the header Content-Currency to use the value selected by end user
@gbagliocap that for the issue. As an alternativ would this work with using different store views?
We track this internally via CIF-2487