Re: Local Sales Tax Mod - Support Thread
I have a test store and database set up, so I backed everything up and tried to install v2.5 on ZenCart v1.5. Local Sales Tax shows up under the Order Total module, but it does not show up under the Locations/Taxes tab. Should I assume that v2.5 does NOT work with ZenCart 1.5?
1 Attachment(s)
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%
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!http://www2.picturepush.com/photo/a/...mg/7419555.jpg
Re: Local Sales Tax Mod - Support Thread
Quote:
Originally Posted by
lolwaut
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.
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
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
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
Re: Local Sales Tax Mod - Support Thread
Quote:
Originally Posted by
slomojojo
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
Re: Local Sales Tax Mod - Support Thread
Florida has 67 Counties, Which have various tax rates. Tax is calcualted based on the total amount of the order including shipping. Tax is to be determined and reported based on the county it is delivered to. Sales Tax Module Version 1.39, Zen Cart 1.39. I created entries for each county and associated with each county the coreesponding zip codes and tax rates. I have set the Shipping to true.
I am having trouble with the results. It seems to want to calculate tax on every county after the first correct one.The example below tax should be calcualted at 6%. In addition sales tax is not being calcualted on the Shipping.
Do You have any thought?
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
Re: Local Sales Tax Mod - Support Thread
After 8 hours of tweeking, I am a little closer. Tax is applied to the shipping, and appears to be in the total, However, the numbers displayed do not add up.
Taxing based on: Shipping
Taxing For Zone: 195
Local Tax For:
Confer LAPT30- $72.4:
FL-Broward County - 4.344 @ 6.00
76.744
FL-Broward CountyTotal Tax = 4.344
Tax on shipping: 1.2558
$72.40 Sub-Total:
$20.93 United Parcel Service (Ground):
$4.34 FL-Broward County: (Does Not Include Shipping)
$98.93 Tax on Shipping appears to be included)
Any Thoughts on where to go would be appreciated?
Thanks
Jack
Re: Local Sales Tax Mod - Support Thread
I am new to Zen Cart, I came to it based on the need to find a local sales tax solution, which brought me here. I've installed zen cart 1.5 and attempted to install this local sales tax mod, but at the point where I'm uploading the sql file, I get a 'failed' error message at the top and nothing else.
Does this not work with 1.5? If not, will it sometime soon?
I appreciate anyone's time to respond.