Quick! Everybody jack up your shipping costs!
Does that mean they are paying for it themselves?
I think it’s a problem affecting a few different shopping carts caused by something on PayPal’s end. I’ve found a few people posting on various forums with the same problem.
I’m looking at copying the solution mentioned on the following link however it’s for another shopping cart and could be a different problem altogether.
It involves changing the name of the hidden input containing the shipping cost value from “handling_cart” to “shipping_1”.
http://forum.cs-cart.com/topic/37340-paypal-postage-issue/page__p__193776#entry193776
———————–
POSSIBLE SOLUTION
Do so at your own risk, requires editing plugin files
Find the file wp-content/plugins/wp-e-commerce/wpsc-merchants/paypal-standard.merchant.php and replace “handling_cart” with “shipping_1” each time it appears.
Your shipping costs should carry over to PayPal now.