Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

Shipping calculations not correct (not overriding paypal profile shipping value)

by

Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › Shipping calculations not correct (not overriding paypal profile shipping value)

Tagged: PayPal, profile based shipping, shipping

  • This topic has 3 replies, 2 voices, and was last updated 10 years, 9 months ago by admin.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • September 17, 2014 at 7:40 am #11476
    jeromeM
    Member

    Hi, First thanks for this plugin.

    I’m selling items with a shipping of 12$ per item.

    As it’s free shipping when 6 items ordered i’m using the add-on eStore bulk shipping.

    In my Paypal account I have check the

    “Click here to allow transaction-based postage values to override the profile postage settings listed above”

    Everything work fine when I run in Sandbox/Testing mode.

    But in real mode the shipping calculation is wrong, it look like the transaction-based postage is not really override.

    Can you please give some help ?

    Thanks

    Jérôme

    September 17, 2014 at 7:51 am #65527
    admin
    Keymaster

    If you have configured profile based shipping in your PayPal account then you need to enable the shipping override option in your PayPal account profile.

    Using PayPal Profile shipping but it is charging for digital items.

    Remember, your PayPal sandbox account and live account do not share any settings.

    September 17, 2014 at 9:25 am #65528
    jeromeM
    Member

    ok all is fine now

    Here is changes I made :

    In “estore_payment_submission.php”

    the line 551

    $myPaypal->addField(‘no_shipping’, ‘2’);

    by this

    $myPaypal->addField(‘no_shipping’, ‘1’);

    Best,

    J

    September 17, 2014 at 11:26 pm #65529
    admin
    Keymaster

    You could also do that change by adding the following block of code to your functions.php file instead of modifying the plugin’s file:

    add_action('eStore_before_submitting_cart_to_paypal','my_additional_paypal_fields');
    function my_additional_paypal_fields($paypal_data)
    {
    $paypal_data->addField('no_shipping', '1');
    }

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ