How to add pickup hours to your ecommerce checkout page?

I will like to have pickup hours on the page where customers can either select to pickup or ship their orders, that way customers can make an informed decision when selecting a pickup option. Someone should please help.

Hi @Folake1 ,

You can refer https://community.shopify.com/c/shopify-design/cart-use-cart-attributes-to-collect-more-information/td-p/613718

You just need to add the option for customers to enter at the cart page, it will help you to know this.

Hope it is clear to you.

Hi, I tried to follow the steps in the instructions but I couldn’t find cart-template.liquid or cart.liquid in my Theme code which I would need to create a text box on the cart page. I am using the Focal Theme. I have posted a reply on the post but am unsure if the post’s admin would see it or respond since the post dates back to 2019. Any assistance would be greatly appreciated.

Hi @Folake1 ,

Can you send me the code of cart.json file? I will check it for you

{
“sections”: {
“main”: {
“type”: “main-cart”,
“blocks”: {
“totals”: {
“type”: “totals”,
“settings”: {
}
},
“order_note”: {
“type”: “order_note”,
“settings”: {
}
}
},
“block_order”: [
“totals”,
“order_note”
],
“settings”: {
}
},
“cart-recommendations”: {
“type”: “cart-recommendations”,
“settings”: {
}
}
},
“order”: [
“main”,
“cart-recommendations”
]
}

Hi @Folake1 ,

You can add the code according to the instructions in the main-cart.liquid file, it will work fine.

Hope it helps!

Hi, thank you, I was able to get it done according to the post but that wasn’t what I wanted. What I want is not a text box on the cart page, what I want is somewhere on the “information page” where I can write something like: Pickup hours are 10 A.M - 5 P.M, Monday - Sunday. I have attached a picture of what the Information page looks like when a customer selects pickup. I will like to have the pickup hours somewhere under the pickup location.

Hi, @Folake1 .

Thank you for reaching out, and thank you, @LitCommerce , for all your help!

Another way to offer your customers a pickup time request is through a third-party app. I recommend:

  • In Store Pickup Local Delivery is an app that allows customers to schedule their orders, and customize as per requirement, and it offers free setup assistance.
  • Zapiet is an app that allows flexible in-store pickup, control of local delivery zones, and convenient shipping calendars.

Both of these apps will allow your customers to select a date and time they would like to pick up an order. They also allow you to set up restrictions on what products can and cannot be picked up or shipped. I highly recommend either of these apps, but I suggest you look into both of them and the features they offer to best select an app that is best for your business needs.

Please let me know if you have any further questions! I would love to learn more about your business. What type of products do you sell?

Talk soon,

1 Like

This is not a solution to my challenge. The apps mentioned offer more than I need and I am not ready to pay almost $7 monthly for a single feature.

Is there a way to have that single feature coded into my website theme?

Hi, @Folake1 .

Thank you for your response and that information.

I completely understand that those apps may offer more than what your business needs rights now. I also came across an app called DingDoong: Delivery + Pickup with a free plan option that I recommend looking into. Some of the features of this app include a custom date picker display, effective order management, and customization. I would also recommend hiring a Shopify Expert, if you would like custom code added to your theme as this is outside of our general support. Shopify Experts are trusted third-party freelancers and agencies that help with any difficult task you may need help with on your store.

Please let me know if you have any questions!

1 Like

Hi @Folake1 ,

If you want to add this create checkout page, you need to install the app, it’s the only way for you to follow the instructions of @Emily_50

Hope it is clear to you.