Page 3 of 3 FirstFirst 123
Results 21 to 27 of 27
  1. #21
    Join Date
    Aug 2008
    Posts
    448
    Plugin Contributions
    0

    Default Re: Paypal Express checkout and local taxes

    Bump. Just wondering if anyone has any info on this. Thanks.

  2. #22
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Paypal Express checkout and local taxes

    Because the address is unknown, the Store address is used when you click the PayPal button on the shopping_cart, thus showing the tax ...

    When the customer goes through the checkout, this will be fixed ...

    One way to avoid that, is to configure PayPal to not show the PayPal button on the shopping_cart so that the customers sees everything in the checkout and their address is then used ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #23
    Join Date
    Aug 2008
    Posts
    448
    Plugin Contributions
    0

    Default Re: Paypal Express checkout and local taxes

    Thank you for the reply Linda. I've decided to use a work around. What I did was create a new zone named it "tempzone" assigned to the same country "United States". Then under Config>My Store, I assigned the zone to that "tempzone". This seems to work.

    Do you have any warnings/cautions for me using this workaround?

  4. #24
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Paypal Express checkout and local taxes

    You can try it, but I don't think I'd recommend it for others to use.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #25
    Join Date
    Nov 2013
    Location
    Arlington VA
    Posts
    6
    Plugin Contributions
    0

    Default Re: Paypal Express checkout and local taxes

    Quote Originally Posted by DrByte View Post
    You can try it, but I don't think I'd recommend it for others to use.
    I had exactly the same problem (running v1.5.1) and the "tempzone" idea worked great. Haven't seen any other fallout from it yet.

  6. #26
    Join Date
    Oct 2013
    Posts
    20
    Plugin Contributions
    0

    Default Re: Paypal Express checkout and local taxes

    Quote Originally Posted by ryankit View Post
    I had exactly the same problem (running v1.5.1) and the "tempzone" idea worked great. Haven't seen any other fallout from it yet.
    This fix ^ seems to work perfectly for my store.

    Locations/Taxes>Zones>new zone>"TempZone">Insert
    Configuration > My Store > Zone > "TempZone"

    It still figures taxes correctly after customer logs in or provides paypal their address (either in the store or in paypal).

  7. #27
    Join Date
    Mar 2007
    Posts
    248
    Plugin Contributions
    6

    Default Re: Paypal Express checkout and local taxes

    Quote Originally Posted by DrByte View Post
    It's not a PayPal thing.

    It's caused by this default which was added to prevent errors from being triggered when customers without an account attempt to go through checkout:
    line 287 of orders.php class:
    Code:
        // set default tax calculation for not-logged-in visitors
        $taxCountryId = $taxZoneId = -1;
    Changing it from -1 to 0 would prevent the system from using the STORE_ZONE and STORE_COUNTRY as defaults, and instead give nothing back.
    But I've no idea what other very bad side effects that could cause as well, everywhere in your store.
    USE AT YOUR OWN RISK
    Sorry to revive this zombie thread but it came up first in google...

    So, just updated a store from 1.5.1 to 1.5.6
    php 7.3

    upgrade gone pretty smoothly thanks mostly to being strict not to edit core files and use the overides.

    Luckily have a test server to do the upgrade on, so still able to keep original 1.5.1 store going until 1.5.6 one ready.

    going through the checkout scenarios and came across this issue, where if customer uses the EC button, it wasn't including the VAT (UK store) in the total shown on paypal.

    On the old store it stills works fine.

    Looked at the orders class file, and see that (contrary to earlier Dr Byte postings) that at line 324 it now states:

    Code:
        // set default tax calculation for not-logged-in visitors
          $taxCountryId = $taxZoneId = 0;
    If i set this back to -1 as was said earlier, then now works fine...

    Code:
        // set default tax calculation for not-logged-in visitors
          $taxCountryId = $taxZoneId = -1;
    So is this a bug? Intentional?

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. v139h Shipping and taxes do not show at checkout unsing paypal
    By msdesigns in forum General Questions
    Replies: 1
    Last Post: 4 Feb 2014, 06:31 AM
  2. Taxes and Paypal Express
    By gotduhka in forum PayPal Express Checkout support
    Replies: 7
    Last Post: 7 Nov 2012, 05:44 AM
  3. 1.5 and PayPal Express Checkout
    By allhen in forum PayPal Express Checkout support
    Replies: 2
    Last Post: 2 Jan 2012, 09:16 AM
  4. PayPal Subscriptions, PayPal Express Checkout, JAM Affiliate Software and Zen Cart
    By pureserenitytoday in forum PayPal Express Checkout support
    Replies: 1
    Last Post: 23 Aug 2010, 05:21 PM
  5. local taxes and drop shipping taxes
    By ams30gts in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 2
    Last Post: 27 Mar 2010, 08:26 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR