Tips and Tricks HQ Forum

Support Forum for Tips and Tricks HQ Products

Register or log in - lost password? (Having an issue with the forum login?)

Search the Forum

Tips and Tricks HQ Forum » WP eStore Forum » WP eStore Tweaks

Can I make PayPal show "shipping" charge instead of "shipping and handling"?

(2 posts) (2 voices)
  • Started 1 year ago by sdaugh
  • Latest reply from amin007
  • Possible Solutions (Related Topics):
    1. Paypal receipt shows Shipping charge and Handling Charge
    2. eStore & PayPal - occasionally receipt shows incorrect postage amount charged
    3. Erroneous shipping charges in PayPal using the cart widget
    4. Paypal invoice no longer displays "Shipping", only "Handling"
    5. WP eStore - Shipping Charges - PayPal

Tags:

  • shipping and handling
  • shipping charge only
  1. sdaugh
    Member

    I've set up my base shipping charges in the eStore settings (I'm not using the PayPal shipping calculation settings) and it's working fine. The challenge is that in California we have to charge sales tax on shipping if it's lumped together with "handling" charges, but not if it's separated. So, I don't want to list any handling fees, just shipping.

    When I run a test of my checkout with PayPal, the shipping charge shows up as "shipping and handling." Is there a way that I can make it list the charge as "Shipping" only?

    Thanks!

    Posted 1 year ago #
  2. amin007
    Key Master

    This all started because PayPal's shipping variable for the whole cart doesn't seem to work and they suggest using the shipping and handling variable so I started using that in eStore :)

    Anyway, There is another way that you can get around this. Open the "eStore_payment_submission.php" file and look for the following line:

    $myPaypal->addField('handling_cart', $shipping);

    once you find it replace it with the following:

    $myPaypal->addField('shipping_1', $shipping);

    That should make it to show the value as only "Shipping" rather than "Shipping and Handling".

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Tips and Tricks HQ  | WP Shopping Cart  | WP Affiliate Software  | WordPress Membership Plugin