To display the Delivery Calendar on the checkout page, you can integrate the snippet manually in your theme. Step 1:– Copy the below-shared snippet code:- (same code is available on the installation instructions page in the app) Step 2:- Go to the Online store –> Themes>Shopify Admin. Step 3:- Select Actions (Current theme) and click “Edit code”. Step 4:- Find main-cart-items.liquid in the Sections folder. It may differ depending […]
Monthly Archives: August 2021
Cross-sell snippet installation (Shopify 2.0)
Step 1:– Copy the Snippet code below Step 2:- Go to the Online store –> Themes under the Shopify Admin. Step 3:- Select Actions (Current theme) and click “Edit code”. Step 4:- Find Product.json under the Templates folder. *Note:– In the Shopify Online Store 2.0, each page type is represented as a .json file within the Templates folder of the theme, they are just simply data files that indicate which sections will appear by default on a […]
GeoIP Shipping Rate Calculator app – Installation Instructions (Shopify 2.0)
Thank you for installing the GeoIP Shipping Rate Calculator app. Step 1:– Copy the Snippet code below. Step 2:- Go to the Online store –> Themes under the Shopify Admin. Step 3:- Select Actions (Current theme) and click “Edit code”. Step 4 – Find the file cart.liquid in the templates folder. *Note:– In the Shopify Online Store 2.0, each page type is represented as a .json file within the Templates folder of the theme, […]
Spice Order Delivery Date App – Speed Up Script for Calendar (Shopify 2.0 )
Shopify loads our script asynchronously, i.e. first the page is loaded properly and then our script. So sometimes there might be an inevitable delay in loading the calendar. However, there is a workaround to load the script early along with your page. Basically, we need to add the script directly in the head section of […]