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.
- 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 cause any issues on the product page even if you uninstall the app.
- Speed-Up loading time: Sometimes the app loads 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 copying and pasting the code into your Shopify product page theme (liquid) file.
Copy and paste the code right after the end of the form tag. ex: <form>…</form> [Paste] or… {%endform} [Paste]