I try not to ask before digging and testing all use-cases I can find, but with this one I hit the wall. I am trying to get the order details within the “thank you page” and I simply put the code inside onReady function, expecting to work nicely as in the example here: https://www.wix.com/velo/reference/$w/thankyoupage/getorder
I got an error that “$w(…).getOrder is not a function” which seems normal given that there is no #myThankYouPage id in the page (at least none that I could find). But hey, some things are magic… or there is some setting I missed. Can someone enlighten me, please ?