Hi,
Hope you are doing well.
I encounter an issue when I customize the Order Status page (Thank You page) using additional scripts.
Here is my scripts sample:
I have functions that depend on the order info.
https://shopify.dev/api/liquid/objects/checkout#checkout-order
https://shopify.dev/api/liquid/objects/order
So, I enabled a custom manual payment method and I processed to checkout with it.
However, on the Order Status page (Thank You page), most of time this liquid object “checkout.order” returns empty/null. Sometimes it returns correct result.
How can I resolve this issue?
Please help! Thank you in advance!