-
Notifications
You must be signed in to change notification settings - Fork 363
Currency converter reverts to default using Slate #322
Comments
Sorry to hear you're having trouble, @emmadolan I'm going to label this one as Note to contributors: Verify that any HTML elements added by merchants are kept. |
@emmadolan I'm fairly confident this is not a bug with Slate. The tutorial you provided is one solution of many for dealing with currencies, something we can never fully predict or guarantee compatibility with when developing Slate. Being a public repo with a growing number of users, we also need to make sure we stay focused on addressing issues about Slate and not theme development in general. I would recommend getting in touch with a Shopify Expert if you're having trouble debugging your solution. |
@t-kelly the show-multiple-currencies workflow is completely broken with the new version of slate I think updating it or removing it is best to avoid confusion. Been banging my head against the wall for most the day trying to get that tutorial up and running. this seems related it's come down to the code snipped having $ vs jQuery conflicts. I've had this before with webpack but none of the normal tricks (trying to set |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Problem
Following the below tutorial to add a currency converter and it does not work with Slate or sectioned themes. Shopify say they will update the documentation but a fix is needed.
https://help.shopify.com/themes/customization/currencies/show-multiple-currencies
When the code is added, the converter converts the prices into the selected currency but thereafter if a page is loaded or refreshed, the price reverts back to the shop currency.
The text was updated successfully, but these errors were encountered: