Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2014
    Location
    Indiana
    Posts
    91
    Plugin Contributions
    0

    Default Using StorePickup as Freight Collect and having sales tax problem.

    This is a new comment for the thread http://www.zen-cart.com/showthread.p...reight+collect.

    If you are using storepickup shipping module as a freight collect module, an additional change must be made with version 1.5.3, which seems to always calculate sales tax anytime the storepickup shipping option is selected.

    In includes/classes/orders.php around line 462, rem out the 8 lines or so that deal with taxation and the storepickup option.

    Probably not many people using this, but thought I'd share my fix if anyone could use it.

  2. #2
    Join Date
    Sep 2014
    Location
    Indiana
    Posts
    91
    Plugin Contributions
    0

    Default Re: Using StorePickup as Freight Collect and having sales tax problem.

    Correction to this post:
    Do not rem out the entire 8 lines as mentioned above. Rem out the IF logic, so that only this code remains:
    Code:
    $taxRates = zen_get_multiple_tax_rates($products[$i]['tax_class_id'], $tax_address->fields['entry_country_id'], $tax_address->fields['entry_zone_id']);
            $this->products[$index]['tax'] = zen_get_tax_rate($products[$i]['tax_class_id'], $tax_address->fields['entry_country_id'], $tax_address->fields['entry_zone_id']);
    Again, this is only if you are using the StorePickup options as a Freight Collect option and do not want ZC to automatically charge sales tax each time. Making the change above will have ZC calculate sale tax on products and shipping as it would for any other ship method.

 

 

Similar Threads

  1. Allow Freight Collect Shipments?
    By jerryboy in forum Addon Shipping Modules
    Replies: 4
    Last Post: 14 Nov 2010, 08:22 AM
  2. Tax problem with sales tax and trinity payjunction module
    By rdxrdx in forum Addon Payment Modules
    Replies: 0
    Last Post: 1 Jul 2010, 10:25 PM
  3. How do I collect Sales Tax with Local Pick Up?
    By mlvbs in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 9
    Last Post: 22 Oct 2009, 03:41 PM
  4. Using the Suburb field to collect county for Sales Tax
    By juills in forum General Questions
    Replies: 3
    Last Post: 24 May 2009, 07:05 PM
  5. Definitive "who do I collect sales tax from" answer?
    By bogie in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 18
    Last Post: 12 Mar 2008, 09:09 PM

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