How to set varying fulfillment times for different products?

Hi all,

I’m nearly a month into my new Shopify store and I’m loving it so far (moved from opencart), lots of sales and I’m loving the ease of it all

One thing I would really like to sort out would be my fulfillment times. I made products to order and while most are 2-4 weeks turnaround, I have a few products which take 6 weeks.

I want and need to be upfront about the turnaround times, so I currently have my fulfillment time set to 6 weeks, so it doesn’t show up incorrect at checkout for the longer turnaround items. But this means it shows as 6 weeks for that items that would be ready sooner. I have added a note to my cart that explains this and asks people to refer to the times stated in the descriptions, but I would really like it to work properly.

Is there an app that will allow me to set fulfillment times by product or even collections? That I could set to show the longest turnaround time if someone orders a mix of items. If not someone really needs to make this :folded_hands: :folded_hands:

Hi

You can use 3rd party apps such as “Delivery Timer: Order Timeline (https://apps.shopify.com/delivery-timer?search_id=40336309-504b-456d-ac3f-0687fce5fe71&surface_detail=delivery+times&surface_inter_position=1&surface_intra_position=11&surface_type=search)”, “Estimated Delivery Date ‑ ETA (https://apps.shopify.com/estimated-delivery-time-pro?search_id=40336309-504b-456d-ac3f-0687fce5fe71&surface_detail=delivery+times&surface_inter_position=1&surface_intra_position=8&surface_type=search)” etc. to set separate delivery times for different collections, products & range.

I hope I am able to answer your queries, happy to help in case you have any other issue.

Ankit

You could set the range in the cart description, and then say “Check your order confirmation email for an exact estimate)”. You can edit that description in Theme Language settings.

Then in the order confirmation email, use variables to indicate the messaging, for example:

{% if product.tags contains "1 week shiptime" %}

This product will be shipped in 1 week.

{% elsif product tags contains "2 week shiptime" %}

This product will be shipped in 2 weeks.

{% else %}

Some blanket statement

{% endif %}

Hello Indisid. You can add it using custom code. I have recorded a detailed tutorial on it Shopify Delivery Date Widget – No App, Just Code . For Shopify app you can follow this tutorial Increase Your Shopify AOV In Just 30 Days With Estimated Delivery App