When my customers place an order and there is shipping (either UPS or USPS) the amount shown on the customers (and my) receipt from my payment processor is 100X the actual amount they are charged.
They are actually charged the correct amount but here's two examples
Actual shipping cost 14.55 receipt reads --> $ 1,455.00
Actual shipping cost 7.62 receipt reads --> $ 762.00
Directly from a receipt
I am using the payflow link module and searched the archive, but couldn't find the answer there... its probably there and I missed it but any help would be greatly appreciatedShipping Amount: $560.00 Tax Amount: $0.00 Amount of Transaction: $28.55 Payment Type: Visa
![]()
[FONT=Consolas][FONT=Verdana]I also had a canadian customer tell me that their postal code and province were switched when they tried to checkout causing AVS to void the sale although I can't confirm that[/FONT][/FONT]
I did some digging into the script and found this line
[FONT=Courier New][FONT=Verdana]PHP Code:zen_draw_hidden_field('SHIPAMOUNT', number_format($order->info['shipping_cost'], 2, '', '')) .
[/FONT][/FONT]
[FONT=Consolas][FONT=Verdana]Do any of you gurus have any idea what I should be looking at to try and fix this?[/FONT][/FONT]
[FONT=Consolas][FONT=Verdana]Would appreciate any help[/FONT][/FONT]
[FONT=Consolas][FONT=Verdana]Thanks[/FONT]
[/FONT]



