All Collections
Integrations
Shopify Translate & Adapt
Shopify Translate & Adapt

Translate your store with Shopify Translate & Adapt

Jelizaveta avatar
Written by Jelizaveta
Updated over a week ago

Shopify Translate & Adapt lets you auto-translate up to two languages for free, and manually add as many translations as you wish.

To make it compatible with Zapiet - Pickup + Delivery, you need to add a code snippet.

  1. In Zapiet - Pickup + Delivery, click Settings.

  2. Click Developers.

  3. Add the following code in the Custom scripts section.

    if (window.Shopify.locale) { 
    Zapiet.setLanguage(window.Shopify.locale);
    }

  4. Click Save.

After the integration is set up, you need to make sure that Zapiet metafields are not translated. This will ensure that our widget loads correctly when switching languages on your online store.

Did this answer your question?