You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a situation where we are using Shopify Markets (for US and Canada) and we have a third-party app on PDPs. That functionality is only required on US PDPs and not on Canada PDPs.
Third party app doesn't have support for Shopify Markets. URLs in our case, look like this
There is a PR done for this functionality but unfortunately, I did not merge it to master.
Please have a look at #13 and let me know if this will work for you.
@mirceapiturca - I am still new to Shopify and I am not sure if understand all the code in this PR.
Also, when I said 'third-party app' in my comment, I meant this is a Shopify app installed from Shopify app store which we want to block in one of the markets.
In this PR, I couldn't see where are we providing URL pattern for Shopify storefront to block the app based on that URL pattern.
We have a situation where we are using Shopify Markets (for US and Canada) and we have a third-party app on PDPs. That functionality is only required on US PDPs and not on Canada PDPs.
Third party app doesn't have support for Shopify Markets. URLs in our case, look like this
www.example.com (For US)
www.example.com/en-ca (For Canada)
All URLs on Canadian sit has '/en-ca' in URL.
If will be great if we have support for suppressing third party JS in certain markets (based on URL patterns).
The text was updated successfully, but these errors were encountered: