Signature on delivery at checkout page

MrCollectable
Tourist
6 0 2

Hi everyone, I hope where ever you are, you are having a beautiful festive holiday. 

 

I was wondering is there an option to add at the checkout page "signature on delivery"?

And when the customer selects this option, their order automatically tags in the shopify backend system?

 

Thanks! 

Replies 4 (4)
JoesIdeas
Shopify Expert
1857 160 486

@MrCollectable  If you have Shopify Plus you can modify the checkout area and include a box. If not on plus you can put that on the product page or cart page.

 

To automatically tag the order, you could have that checkbox add a line item property to the product (if adding on the product page), or an order note (if adding on the cart page). Then you can use  the app Order Automator to identify those type of orders and tag them. I think you could probably use Shopify Flow too, if you have it with your plan.

 

 

• Creator of Order Automator (app to save time + automate tasks, monitor orders, tag, fulfill, FBA)
• Shopify developer for +10 years
• Contributor on the Speed Boostr blog
• Guy who likes to help people
Chris_C_
Shopify Partner
3 0 0

@JoesIdeas We have Shopify Plus.  How do we include a checkbox in the checkout area?

JoesIdeas
Shopify Expert
1857 160 486

Look for a theme file in your theme editor called something like checkout.liquid. If you don't have it yet, you can contact your Shopify rep to add that in.

 

Once that's ready, you can have a developer edit that file to modify your checkout, for example adding a checkbox or any content you'd like.

 

You'd have to experiment to be sure, but I think you can add a javascript to the checkout box that gets passed into the order data, from there you can read that order data to tag the order (using an app or Flow).

 

Here's the cart API where you can modify the cart, for example with an attribute or note: https://shopify.dev/docs/api/ajax/reference/cart

• Creator of Order Automator (app to save time + automate tasks, monitor orders, tag, fulfill, FBA)
• Shopify developer for +10 years
• Contributor on the Speed Boostr blog
• Guy who likes to help people
Ivan_Lim1
Tourist
4 0 19

Can I know if it can be done without Shopify Plus?