Speed Up Delivery Date Picker (Non 2.0 Themes)
Last updated
Last updated
Shopify loads our script asynchronously, meaning the page loads first, followed by our script. As a result, there may be a slight delay in loading the calendar.
To mitigate this, you can load the script earlier by adding it directly to the head section of your theme. Follow these steps to implement the workaround
To do this, please paste the following script inside the head section of your theme.
Go to Settings –> Speed up Delivery Date
Copy the snippet code available
Go to Online Store → Edit Code
Search for theme.liquid file and paste the code below the <head> opening tag.
Save
Here is a quick integration tutorial –