Tips and Tricks HQ Support Portal › Forums › Simple PayPal Shopping Cart › Question about handling shipping costs with order through paypal › Reply To: Question about handling shipping costs with order through paypal
I removed this line from the wp_shopping_cart.php file and I still don’t see the option in paypal for shipping based on zip code.
$form .= “<input type=”hidden” name=”shipping_1″ value='”.$postage_cost.”‘ />”;
My question now is, from the customer’s perspective, when you sign into paypal after hitting “Checkout with paypal” and see your current billing/shipping address, is there a way (in paypal) to turn on the option for calculating shipping based on zip code?
I tried a test transaction and the shipping didn’t get added to my paypal total. This is probably a paypal question at this point. Has anyone done this before?
Thanks