App reviews, troubleshooting, and recommendations
Hi. We have a Shopify app that installs a script which uses the consent-tracking-api, as below. This works for all of our customers except 1...
When I debug the script on their site, I can see we execute the call to `window.Shopify.loadFeatures` but the callback is never invoked (I would expect it to be called at least with an error)
window.Shopify.loadFeatures( [{ name: 'consent-tracking-api', version: '0.1' }], function(error) { // THIS CALLBACK IS NEVER CALLED! if (error) { throw error; } shopifyConsentTrackingApiReady(); } );
What could be the reason that the API does not load or initialize correctly? Has anyone else seen this?
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024