Adding support for multi-currency
Shopify Multi-Currency
Changes to the product tagging
nostojs(api => {
api.setTaggingProvider("products", [{
...
variation_id: "USD"
}])
})<div class="nosto_product" style="display: none;" translate="no">
...
...
...
<!-- Variation ID for the primary currency -->
<span class="variation_id">USD</span>
</div>Do child-products (SKUs) support multi-currency?
What about the prices in the cart and the order tagging?
Specifying the active currency
Sending the exchange-rates
Enabling multi-currency from the admin

Integration with search/category merchandising (universal)
Reviewing your changes


See also
Last updated
Was this helpful?