I am trying to send the customer details from my cart to paypal but the amount does not look like it is being passed is there a way of testing this becuse the default string supplied doe not look like it works
do you know if this is a problem
Cheers
Kev
I have just fixed it, it was to do with the positions of the string query in relation to the database query.
on another point, do you know of a way to changing the script to send the lines of the order and not just the total, i can do the intergration to paypal
Cheers
Kevin
To send the lines of the order to PayPal it requires a bit of code. To make things easier you use the Format Cart To Mail in the checkout and the Mail Cart to the ending page to send the customer the resume or invoice of the order directly from your site, then PayPal will send the receipt for the total amount.
If you want to do in another way you can get suggestion looking at the Format Cart To Mail code.