Results 1 to 10 of 659

Hybrid View

  1. #1
    Join Date
    Feb 2009
    Posts
    166
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    Here's the 2012 Florida discretionary tax rates by zipcode. Changes for 2012:

    Alachua is now 6%, so the entire 6.25% bracket can be deleted! Go Gators!!

    Liberty changed from 7% to 7.5%

    Martin and Seminole county dropped to 6%
    Attached Files Attached Files

  2. #2
    Join Date
    Dec 2010
    Posts
    142
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    I'm about to pull my hair out! I just installed this mod and cannot get it to calculate properly. I have attached a screenshot of my checkout screen with the debug option enables. The screenshot explains it all... the local tax is not being applied to shipping (yes, the tax rate option "Apply this tax to shipping charges?" is set to True) AND my total is completely wrong. I have no idea where its getting that number from.

    ANY HELP is appreciated. I really need this mod to work.

    Thanks!

  3. #3
    Join Date
    Dec 2010
    Posts
    142
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    Quote Originally Posted by lolwaut View Post
    I'm about to pull my hair out! I just installed this mod and cannot get it to calculate properly. I have attached a screenshot of my checkout screen with the debug option enables. The screenshot explains it all... the local tax is not being applied to shipping (yes, the tax rate option "Apply this tax to shipping charges?" is set to True) AND my total is completely wrong. I have no idea where its getting that number from.

    ANY HELP is appreciated. I really need this mod to work.

    Thanks!
    An update to my situation.... I finally got the order total to display correctly. it is actually adding in the shipping tax now and including it in the order total but it is still not reflected on the local tax rate line in checkout... that line only displays the tax of the subtotal.

    How I fixed the order total:

    i edited includes/modules/order_total/ot_local_sales_taxes.php

    i edited this code:

    Code:
    				if($apply_tax_to_shipping){
    					  $shipping_tax = zen_calculate_tax($order->info['shipping_cost'], $taxrec['tax']);
    					  $order->info['shipping_tax'] += $shipping_tax;

    and removed the "+" sign from the last line so it reads as:
    Code:
    $order->info['shipping_tax'] = $shipping_tax;
    i hope that + sign wasnt important... all i know is that removing it made my order total correct.

    unfortunately, i still cant figure out how to get the shipping tax to be reflected in the local tax rate.

  4. #4
    Join Date
    Jan 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    Does anyone know when and if a new mod version will come out supporting zen cart 1.5? I was just going to use taxcloud but apparently that isn't going to work on 1.5 until they update their dev. packages yet as well... bummer zen cart

  5. #5
    Join Date
    Dec 2010
    Location
    Seattle
    Posts
    83
    Plugin Contributions
    1

    Default Re: Local Sales Tax Mod - Support Thread

    FYI, there is an updated version of TaxCloud that works with v1.5.

    Quote Originally Posted by gotduhka View Post
    Does anyone know when and if a new mod version will come out supporting zen cart 1.5? I was just going to use taxcloud but apparently that isn't going to work on 1.5 until they update their dev. packages yet as well... bummer zen cart

  6. #6
    Join Date
    Nov 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    Quote Originally Posted by slomojojo View Post
    Here's the 2012 Florida discretionary tax rates by zipcode. Changes for 2012:

    Alachua is now 6%, so the entire 6.25% bracket can be deleted! Go Gators!!

    Liberty changed from 7% to 7.5%

    Martin and Seminole county dropped to 6%
    Great work, how do you report your tax based on the county the merchandise is delivered? I have broken down Florida by counties, but I am having trouble with the results. It seems to want to calculate tax on every county after the first correct one. Do you have any thoughts?

    Sub-Total: $29.97
    United States Postal Service (Priority Mail (2 - 3 days)): $5.20
    FL-Alachua County: $0.00
    FL-Baker County: $0.00
    FL-Bay County: $0.00
    FL-Bradford County:$0.00
    FL-Brevard County:$0.00
    FL-Broward County: $1.80
    FL-Calhoun County: $1.80
    FL-Charlotte County: $1.80
    Repeats for each County Defined
    ….
    Total: $170.00

 

 

Similar Threads

  1. v151 Tax getting added twice after installing Local Sales Tax mod
    By RFree190 in forum General Questions
    Replies: 0
    Last Post: 19 Mar 2013, 05:10 AM
  2. v150 Problem with Local Sales Tax mod
    By pwithers in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 18 Jun 2012, 10:16 PM
  3. local sales tax mod not working
    By sharpie82 in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 2
    Last Post: 12 Dec 2011, 11:43 AM
  4. New York State Sales Tax by Zip Full Database for Local Sales Tax Mod 2011
    By SCHNiKEN in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 0
    Last Post: 11 Apr 2011, 04:51 AM
  5. Local Sales Tax Mod and Reward Points Mod
    By retched in forum Addon Payment Modules
    Replies: 1
    Last Post: 9 Feb 2011, 02:09 AM

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