Jump to content

Paypal Shipping & Handling Fees


ded

Recommended Posts

Shipping Costs: $12.00 for the first item. $6 for each additional item.

For orders over $150, shipping is free!

 

How do I eliminate shipping costs if over $150?

 

<form action='https://www.sandbox.paypal.com/cgi-bin/webscr' METHOD='POST'>
              <input type="hidden" name="cmd" value="_cart">
              <input type="hidden" name="upload" value="1">
              <input type="hidden" name="business" value="[email protected]">
              <input type="hidden" name="no_shipping" value="2">
              <input type="hidden" name="return" value="http://www.website.com/beta/ordercomplete.php?sid=<?php echo $sid; ?>">
              <input type="hidden" name="rm" value="2">
              <input type="hidden" name="cbt" value="Click Here To Complete Order!">
              
              <input type="hidden" name="item_name_1" value="German Shepherd">
              <input type="hidden" name="item_number_1" value="ZZZ10055">
              <input type="hidden" name="quantity_1" value="1">
              <input type="hidden" name="amount_1" value="65.00">
              <input type="hidden" name="shipping_1" value="12.00">
              
              <input type="hidden" name="item_name_2" value="Plush 16 inch">
              <input type="hidden" name="item_number_2" value="ZZZ10400">
              <input type="hidden" name="quantity_2" value="1">
              <input type="hidden" name="amount_2" value="55.00">
              <input type="hidden" name="shipping_2" value="6.00">

              <input type="hidden" name="item_name_3" value="Yorkie">
              <input type="hidden" name="item_number_3" value="ZZZ17400">
              <input type="hidden" name="quantity_3" value="1">
              <input type="hidden" name="amount_3" value="60.00">
  
              <input type="hidden" name="currency_code" value="USD">
              <input type="submit" value="Checkout">
            </form>

 

Link to comment
https://forums.phpfreaks.com/topic/195871-paypal-shipping-handling-fees/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.