hi,
I would like to display something like: "Thank you for purchasing " {{product**.**title}}.
How do we access the product title on Thank you page in the Additional scripts?
Thanks
John
hi,
I would like to display something like: "Thank you for purchasing " {{product**.**title}}.
How do we access the product title on Thank you page in the Additional scripts?
Thanks
John
In the Additional Scripts section of the Checkout settings you would add some JavaScript and Liquid code that loops through the order’s line items and then injects them into the page where you want the titles to display.
It should be relatively quick to set up with probably less than 20 lines of code.
Hope that helps!
Thanks Rob! Let me just try finding the code on the web - please share you have it.