How to parse note_attributes on thank you page

How to parse note_attributes on thank you page

tecoektamerai
Shopify Partner
66 5 17

Hello Folk,

Hope you are well !!
I want to pass "note_attributes" in an additional script. but this is not working. so anybody any idea about that?

Shopify.Checkout.OrderStatus.addContentBox(
'<h2>Pick-up in store</h2>',
'<p>We are open everyday from 9am to 5pm.</p>',
'<p>'{{ attributes["Delivery Time"] | date: format: "basic" }}'</p>',
'<p>'{{ attributes["Delivery Date"] | date: format: "basic" }}'</p>'
)

Thank you

Replies 0 (0)