Integrate with Langify App
Here's how to integrate Revy Bundles with Langify App:
- Go to Shopify Theme Editor of your store
- Open the file revy-bundle-script.liquid in the Snippets folder
- Paste the following code after the file content:
<script> window.revyBundleThemeSettings = { locale: '{{ request.locale.iso_code }}' }; </script>
- Save the file