Hi,
I am trying to work a bit of JavaScript on the Receipt page, which gets the NETQUOTEVAR:QUANTITY value so I can use it later on in the Receipt page.
I do the exact same with the product name, and this works 100%, but for some reason the quantity just won't go in.
I am trying something along the lines of:
<SCRIPT>
var ProdName = "NETQUOTEVAR:PRODUCTNAME";
var ProdQuant = "NETQUOTEVAR:QUANTITY";
</SCRIPT>
which i think should work, but for some reason it just ignores the quantity bit. I have tested this quite a number of times, so don't think it is a syntax error.
If anyone has any ideas about why this might be happening, or has another way of getting individual Product Quantities on the Receipt page then please please please could they let me know.
Cheers again,
Stuart
I am trying to work a bit of JavaScript on the Receipt page, which gets the NETQUOTEVAR:QUANTITY value so I can use it later on in the Receipt page.
I do the exact same with the product name, and this works 100%, but for some reason the quantity just won't go in.
I am trying something along the lines of:
<SCRIPT>
var ProdName = "NETQUOTEVAR:PRODUCTNAME";
var ProdQuant = "NETQUOTEVAR:QUANTITY";
</SCRIPT>
which i think should work, but for some reason it just ignores the quantity bit. I have tested this quite a number of times, so don't think it is a syntax error.
If anyone has any ideas about why this might be happening, or has another way of getting individual Product Quantities on the Receipt page then please please please could they let me know.
Cheers again,
Stuart
Comment