LF> App that shows a shipping option between set dates and times

Hiya,

I’m currently in the process of building a Shopify store for a customer. We’ve set up custom postcode logic using an app that essentially allows price adjustments via set postcode. I.e. if postcode = AA1 then price = £5, if postcode = AA2 then £10, etc.

We’re now looking for an application that will allow us to show a Saturday delivery option and cost and will display it during set days and times. I.e from Thursday @ 6pm to Friday @ 2:30pm, all customers can see see ‘Saturday Delivery’ as an option on checkout and pay a premium.

Are there any applications out there that could accomplish this?

Thanks in advance!

Hello @LemiyuLtd

You might need an Intuitive Shipping (an advanced shipping-rules app), here’s how you can build it:

  1. Create a new shipping rate called “Saturday Delivery” and set the price you want.
  2. Add a time-based condition, e.g. “Enable this rate only if the current order time is between Thursday 6 PM and Friday 2:30 PM.”
  3. Combine that with your postcode logic (you mentioned you already have price adjustments per postcode) by layering on a rule like “only apply Saturday Delivery if postcode matches AA*”.

When you’ve set up those rules, the app dynamically shows or hides the Saturday option at checkout based on the day, time, and postcode—no custom coding needed.

If you want a simpler (but less flexible) alternative, Advanced Shipping Rules by Bambri also lets you set up delivery rates by shipping zone and product groups, though its time-windows are more limited. For full control over cut-off times and any postcode logic, I’d go with Intuitive Shipping.

Here’s the quick start:

  • Install Intuitive Shipping from the Shopify App Store.
  • In the app dashboard, click Add New Shipping Rate → Time Based.
  • Configure your “Saturday Delivery” rate and set the exact start/end times.
  • Under Conditions, add your postcode rules.
  • Save and test in your storefront checkout between those cut-off hours.

That will display “Saturday Delivery” only when you want it then automatically hide it the rest of the week.