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.

Did this answer your question?