I'm trying to display extra information in my Order Receipt page by passing a value in the URL from the Order Registration form.
The parameter is adding to my URL and the form is processing as expected, but I can't seem to pull that value out of the URL to display on the page.
I've used {module_url, myValue} but it comes up empty.
Am I doing something wrong or can you not use this module in the Order Receipt page?