Inkybay - Product Customizer (Shopify)

  1. Home
  2. Docs
  3. Inkybay – Product Customizer (Shopify)
  4. FAQ
  5. Customize it button loading delay in the product page, how can I make it faster?

Customize it button loading delay in the product page, how can I make it faster?

This happens, as our app works based on the Shopify script tag. Shopify allows app script tags to load after completing all other page content loads. And Inkybay normally doesn’t add any codes into your theme liquid file for making the installation and uninstallation easier without breaking your website.

To load customize it faster, add the below script to the product page liquid file. It will not affect any of your existing store functionality.

  1. Edit your product page or product form liquid file. The file may be in different names based on your used theme. Just find the right product form (add to cart) template.
  2. Copy the below script and change [STORE] to your store alias (store URL)
  3. Add below script after the end of add to cart form tag [ </form> ] or  [{% endform %}]

 

<script type=”text/javascript” src=”https://inkybay.com/shopify/js/inkybay.js?shop=[STORE].myshopify.com”></script>

Inkybay Customize it button load faster
Editing product template liquid file

 

Moving the customize it button

To move the customize it button, place this div tag where you want to show (before/outside of the product form tag).
<div id=”EFOLI_DESIGNER_CUSTOMIZE_IT_BUTTON_PLACE”></div>

 

 

Was this article helpful to you? Yes No