Shipping variable not working in Standard Payment process

fwalker
New Community Member

I am trying to submit a form via standard process to Paypal and have them display the shipping cost as I pass it. I am using the _cart/upload option since I have my own shopping cart build. Everything works fine except Paypal is ignoring my shipping cost. Why is it not working? The options for shipping calculations provided by Paypal are a bit too basic and don't fit my needs. Any kind of help would be very appreciated.

 

Here is my form data as I submit it:

<form id="cart-form" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="hosted_button_id" value="VFW4GL2WUHE7G">
<input type="hidden" name="invoice" value="58444686">
<input type="hidden" name="upload" value="1">
<input type="hidden" name="business" value="myemailhere"> <input type="hidden" name="rm" value="2"> <input type="hidden" name="item_name_1" value="Heat Sensitive Color Changing Smiley Face Morning Cup"> <input type="hidden" name="item_number_1" value="1005"> <input type="hidden" name="amount_1" value="12.99"> <input type="hidden" name="quantity_1" value="1">
<input type="hidden" name="shipping" value="3.99">
<input type="image" src="https://www.paypalobjects.com/webstatic/en_US/i/buttons/checkout-logo-medium.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> <img alt="" border="0" src="https://www.sandbox.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form>

 

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.