Set a custom interface for the 3D configurator [Shopify]

If you've used the Zakeke 3D configurator React library to develop a custom 3D configurator interface for your store, you can apply it by going to your Shopify admin > Sales channels > Online store > Click on the the 3 dots button on the active theme > Edit code

From the code editor, open the file theme.liquid and add this code in the head:

<script>
    window.zakekeConfiguratorIframeUrl = 'https://...';
</script>

 

Important

You should assign to window.zakekeConfiguratorIframeUrl the URL where you've deployed your custom interface.
That URL must be publicβ€”it can't be a localhost one, and it shouldn't have any query string on it.

Was this article helpful?
1 out of 1 found this helpful
πŸ“ž
Need help setting things up?
Book a free onboarding call with our team:
Schedule your call here.