Speedup the app load time and variants placement

Shopify Bulk Order

Speedup the app load time and variants placement

Documentation Search

Speedup the app loading time and change variants default placement.

In the settings you would find the code for your store, to change the default app placement and improve the load time for the app.

  1. Change variant listing place: If you want to move the default placement of the product variants list on the products page then Copy the given code in the setting and paste it to the Shopify product page theme (liquid) file. However, this won’t make any issues on the product page even if you uninstall the app.
  2. Speed-Up loading time: Sometimes the app might load a little slowly. It is because our app works automatically (without changing your theme files) through the Shopify Script tag, and Shopify allows apps to load the script tag after all the page resources have loaded. You can speed up the loading by copy and paste the code into your Shopify product page theme (liquid) file.
    Copy and paste the code right after the end of form tag. ex: <form>…</form> [Paste] or… {%endform} [Paste]
Was this article helpful to you? Yes No