Speed Up Delivery Date Picker (Non 2.0 Themes)

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.

  1. Go to Settings –> Speed up Delivery Date

  2. Copy the snippet code available

  1. Go to Online Store → Edit Code

  2. Search for theme.liquid file and paste the code below the <head> opening tag.

  3. Save

Here is a quick integration tutorial –

Last updated