QUOTE(Nete-Quette @ Jan 4 2006, 10:18 PM)

QUOTE(welltech @ Jan 4 2006, 07:36 PM)

Did this ever get fixed ? I've had to stick to CC2 as basically all versions of '3' that i've tried, don't pass shipping to Paypal correctly.
I have just installed and am setting up cube cart 3.0.7-pl1 and am having the exact same problem, so I am guessing the answer is no.
Anybody have a fix for this? Pleeeeeeeese
Well, after a bit of hacking, it looks like PayPal is the problem :-(
Consider this bit of paypal form code:
<html>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="upload" value="1">
<input type="hidden" name="add" value="1">
<input type='hidden' name='no_shipping' value='1'>
<input type="hidden" name="business" value="sales@inspectourgadgets.co.uk">
<input type="hidden" name="item_name_1" value="Item Name1">
<input type="hidden" name="amount" value="1.00">
<input type="hidden" name="shipping" value="123.00">
<input type='hidden' name='currency_code' value="GBP">
<input type="submit"" value="Upload Cart">
</form>
</html>
This *should* work with shipping... but it doesn't!
Change the currency_code variable to "USD", save the code and try again....
At this point, I'm not sure why, does the older CC still work? It would be interesting to see the page source just before PayPal takes over.
It is possible to stop the browser just before it redirects to PalPal, and if you can manage this, you will see that CC is correctly loading the shipping variable.
I've also checked my ASP Based store (using PD Shop Pro) and that has the same problem ie. the amount is product prices+shipping, but paypal shows shipping as Zero.
Sorry I can't help more, but I strongly think its a PalPal problem. I don't have the time to change my CC currency to USD and test - but this would also confirm the above....
Jason