sandbox shipping by weight not working

jiminwoodstock
New Community Member

I have the follow html that I am sending to paypal sandbox

 

<form id="form1" <?php echo "$paypalurl"; ?>
<input type="hidden" name="cmd" value="_cart" />
<input type="hidden" name="add" value="1" />
<input type="hidden" name="business" value="<?php echo $business ?>" />
<input type="hidden" name="item_name" value="Phase 1 Standards Manual" />
<input type="hidden" name="amount" value="3.35" />
<input type="hidden" name="weight" value="0.50" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="lc" value="US" />
<?php echo $cartReturnManuals; ?>
<div id="add-cart" >
<a class="addToCart" onClick="document.getElementById('form1').submit()");">
<i class="fa fa-cart-plus"></i> Add to Cart </a>
</div>
</form>

 

I have the merchant sandbox account set up to ship by total weight with a shipping method based on weight of 0.01 and up.

 

When checking out, the shipping charge is not shown on the checkout page and not calculated in the total.

Btw, I have my real merchant account set up the same way for shipping and that one works.

 

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.