Kindly refer to below and help us with this issue.
I added a conversion script to be used for affiliate program in the checkout page,
but the {{ order_number }} field is not output correctly,
and the ASP system is also not receiving any data.
The script I added is as follows.
{% if first_time_accessed %}
{% endif %}
I guess {{ order_number }} field is supposed to output a 4-digit number; such as #1234,
However, it is showing a 14-digit number; #33122575548652 in below result.
As the ASP system is not receiving any data either,
is this some kind of error?
or am I mistaking the script anywhere?
I have tried all the possible ways to fix it but nothing works,
so I am asking for someone to help here..
Your support will be so much appreciated!