craft-shopify icon indicating copy to clipboard operation
craft-shopify copied to clipboard

Possible to add multiple Shopify stores?

Open benjaminsehl opened this issue 8 years ago • 6 comments

Hey there,

Wondering if it would be technically possible to add multiple Shopify stores to this plugin, for the case of multiple countries. Any thoughts? Just wondering if you've given it a shot … trying to see what is smartest to do.

Cheers!

benjaminsehl avatar Aug 14 '17 22:08 benjaminsehl

Hmm so you have multiple stores for different countries? Is localization not something that Shopify has built in?

davist11 avatar Aug 15 '17 18:08 davist11

Unfortunately localization isn’t built in … and to have multiple currencies, you need multiple stores. Not something they’ll be changing either.

benjaminsehl avatar Aug 15 '17 18:08 benjaminsehl

Are you sure? Seems like multiple currencies is supported based on the docs https://help.shopify.com/themes/customization/currencies

davist11 avatar Aug 15 '17 19:08 davist11

Yep — that will use JS to show the equivalent, but checkout can only happen in one currency per store. I’ve confirmed with the Shopify team. The only current solution native to Shopify is to have multiple stores, with JS-based redirects, which is less than ideal obviously.

On Aug 15, 2017, at 3:23 PM, Trevor Davis [email protected] wrote:

Are you sure? Seems like multiple currencies is supported based on the docs https://help.shopify.com/themes/customization/currencies https://help.shopify.com/themes/customization/currencies — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/davist11/craft-shopify/issues/15#issuecomment-322563227, or mute the thread https://github.com/notifications/unsubscribe-auth/ABAvonAXJfE13FkUPdstuaOWo2oOXhxlks5sYfAigaJpZM4O29k9.

benjaminsehl avatar Aug 15 '17 19:08 benjaminsehl

Doesn't it just convert to the base currency during checkout? Regardless, no, the plugin does not support multiple stores.

davist11 avatar Aug 15 '17 19:08 davist11

You could create a second installation of the plugin and refactor it a little. Then use one version of the plugin for one store and the other for the other store. A bit of a bodge job but it might work. Clive

On 15 August 2017 at 20:43, Trevor Davis [email protected] wrote:

Doesn't it just convert to the base currency during checkout? Regardless, no, the plugin does not support multiple stores.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/davist11/craft-shopify/issues/15#issuecomment-322568184, or mute the thread https://github.com/notifications/unsubscribe-auth/ABXYgkbusY2eJ5_g2ZXwNreMLspPTcq1ks5sYfTwgaJpZM4O29k9 .

cliveportman avatar Aug 16 '17 08:08 cliveportman