order_number field is not showing the right result.

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!

1 Like

Hello @Wassion ,

In this situation, you can also try {{ name }} instead of {{ order_number }} and let us know if this works.
Reach out to us if you need further help.

All the best,
CedCommerce

Thanks for your reply!

As I amended the script to {{ name }} instead of {{ order_number }} ,

the response seems to be the same.

Below is the response received and it’s still showing the 14 digit number…


Is there any other solution you may think of??