Our affiliate program software requires the order details to be sent in the format 'amount=99.99&orderid=xxxx'.
We had been using FormattedOrderTotalHTML by mistake and this doesn't work because the currency symbol is included.
It would seem that NumericOrderTotalCGI is the one we need, but I have spotted a potential problem. We display prices in our shop in two currencies, UK Pounds and US Dollars, and FormattedOrderTotalHTML returned both prices separated by a slash.
If NumericOrderTotalCGI also returns both prices, then it won't work either (I can't check this at the moment as we are unable to go to the final receipt page on our site without going through NetBanx).
So, is it possible to get the order value returned in UK Pounds only, while still displaying both prices in the catalogue.
Thanks
Derek Weir
Seamanship International
We had been using FormattedOrderTotalHTML by mistake and this doesn't work because the currency symbol is included.
It would seem that NumericOrderTotalCGI is the one we need, but I have spotted a potential problem. We display prices in our shop in two currencies, UK Pounds and US Dollars, and FormattedOrderTotalHTML returned both prices separated by a slash.
If NumericOrderTotalCGI also returns both prices, then it won't work either (I can't check this at the moment as we are unable to go to the final receipt page on our site without going through NetBanx).
So, is it possible to get the order value returned in UK Pounds only, while still displaying both prices in the catalogue.
Thanks
Derek Weir
Seamanship International
Comment