Page 55 of 66 FirstFirst ... 545535455565765 ... LastLast
Results 541 to 550 of 655
  1. #541
    Join Date
    Feb 2009
    Posts
    166
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    The version 2.5.3 install script calls for a file that's not present in the zip package:

    Admin/includes/languages/english/stats_sales_tax_totals.php

  2. #542
    Join Date
    Mar 2012
    Posts
    10
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    Quote Originally Posted by slomojojo View Post
    The version 2.5.3 install script calls for a file that's not present in the zip package:

    Admin/includes/languages/english/stats_sales_tax_totals.php
    I'm having this issue as well.

  3. #543
    Join Date
    Jun 2012
    Location
    Florida
    Posts
    123
    Plugin Contributions
    5

    Default Re: Local Sales Tax Mod - Support Thread

    To fix the error you can edit the file "\1_new_files\your_admin_folder\includes\init_includes\init_local_sales_taxes_in stall.php".
    On (or about) line 43 Delete the line:

    DIR_FS_ADMIN . DIR_WS_LANGUAGES . 'english/stats_sales_tax_totals.php',

    Re-upload this file and it should work.
    Remember please, always test on a development machine prior to adding or updating mods on your production server.

    This extra entry was inadvertently left in the installation script. it is related to the SalesTaxReportv2.1 mod, not currently part of the local_sales_tax mod.
    The SalesTaxReportv2.1 is a standalone mod at this time.
    Last edited by potteryhouse; 2 Apr 2013 at 08:52 PM.

  4. #544
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Local Sales Tax Mod - Support Thread

    Quote Originally Posted by slomojojo View Post
    The version 2.5.3 install script calls for a file that's not present in the zip package:

    Admin/includes/languages/english/stats_sales_tax_totals.php
    The referenced file was part of a BETA version and the check was accidentally left in the final release.

    A new version "2.5.3a" has been uploaded and will hopefully be available in the next couple days.

    In the meantime you can either comment out or remove line 43 of "/your_admin_folder/includes/init_includes/init_local_sales_taxes_install.php". When removed the block starting at line 35 should look like the following:
    Code:
    	// Check to make sure all new files have been uploaded.
    	// These are not intended to be perfect checks, just a quick 'hey you'.
    	$files = array(
    		DIR_FS_ADMIN . DIR_WS_INCLUDES . 'extra_datafiles/local_sales_taxes.php',
    		DIR_FS_ADMIN . DIR_WS_INCLUDES . 'auto_loaders/config.local_sales_taxes.php',
    		DIR_FS_ADMIN . DIR_WS_INCLUDES . 'init_includes/init_local_sales_taxes_install.php',
    		DIR_FS_ADMIN . DIR_WS_INCLUDES . 'init_includes/init_local_sales_taxes_uninstall.php',
    		DIR_FS_ADMIN . DIR_WS_LANGUAGES . 'english/local_sales_taxes.php',
    		DIR_FS_ADMIN . DIR_WS_LANGUAGES . 'english/extra_definitions/local_sales_taxes.php',
    		DIR_FS_ADMIN . FILENAME_LOCAL_SALES_TAXES . '.php',
    		DIR_FS_CATALOG . DIR_WS_INCLUDES . 'extra_datafiles/ot_local_sales_taxes.php',
    		DIR_FS_CATALOG . DIR_WS_FUNCTIONS . 'extra_functions/functions_local_sales_taxes.php',
    		DIR_FS_CATALOG . DIR_WS_LANGUAGES . 'english/modules/order_total/ot_local_sales_taxes.php',
    		DIR_FS_CATALOG . DIR_WS_MODULES . 'order_total/ot_local_sales_taxes.php'
    	);
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  5. #545
    Join Date
    Feb 2009
    Posts
    166
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    Yeah, I figured that's all it was. I've been testing it for a couple of days without any problems.

    Thanks for the quick responses. And thanks for updating and maintaining this very useful plugin for 1.5x.

  6. #546

    Default Re: Local Sales Tax Mod - Support Thread

    Quote Originally Posted by lhungil View Post
    The referenced file was part of a BETA version and the check was accidentally left in the final release.

    A new version "2.5.3a" has been uploaded and will hopefully be available in the next couple days.

    In the meantime you can either comment out or remove line 43 of "/your_admin_folder/includes/init_includes/init_local_sales_taxes_install.php". When removed the block starting at line 35 should look like the following:
    Code:
    	// Check to make sure all new files have been uploaded.
    	// These are not intended to be perfect checks, just a quick 'hey you'.
    	$files = array(
    		DIR_FS_ADMIN . DIR_WS_INCLUDES . 'extra_datafiles/local_sales_taxes.php',
    		DIR_FS_ADMIN . DIR_WS_INCLUDES . 'auto_loaders/config.local_sales_taxes.php',
    		DIR_FS_ADMIN . DIR_WS_INCLUDES . 'init_includes/init_local_sales_taxes_install.php',
    		DIR_FS_ADMIN . DIR_WS_INCLUDES . 
    
    'init_includes/init_local_sales_taxes_uninstall.php',
    
    		DIR_FS_ADMIN . DIR_WS_LANGUAGES . 'english/local_sales_taxes.php',
    
    		DIR_FS_ADMIN . DIR_WS_LANGUAGES . 'english/extra_definitions/local_sales_taxes.php',
    
    		DIR_FS_ADMIN . FILENAME_LOCAL_SALES_TAXES . '.php',
    
    		DIR_FS_CATALOG . DIR_WS_INCLUDES . 'extra_datafiles/ot_local_sales_taxes.php',
    		DIR_FS_CATALOG . DIR_WS_FUNCTIONS . 
    
    'extra_functions/functions_local_sales_taxes.php',
    
    		DIR_FS_CATALOG . DIR_WS_LANGUAGES . 'english/modules/order_total/ot_local_sales_taxes.php',
    		DIR_FS_CATALOG . DIR_WS_MODULES . 'order_total/ot_local_sales_taxes.php'
    	);
    hello sir
    thanks alot

  7. #547
    Join Date
    Apr 2012
    Posts
    5
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    I have applied the mod on the e-Commerce however at the moment of the checkout I only see the state tax. Didn't run into any issues with installation.
    I would really appreciate any kind of help.

    ZenCart v1.5.1
    Local Sales Tax v.2.5.3a
    PHP 5.3.23
    MySql 5.5

  8. #548
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Local Sales Tax Mod - Support Thread

    Quote Originally Posted by dbpiano View Post
    I have applied the mod on the e-Commerce however at the moment of the checkout I only see the state tax. Didn't run into any issues with installation.
    I would really appreciate any kind of help.
    Could be a large number of different things. Can you give a more concrete example of your customer address data (for primary / shipping / billing), your configured rule(s) expected to match the customer address data, and your store settings for tax basis?
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  9. #549
    Join Date
    Apr 2012
    Posts
    5
    Plugin Contributions
    0

    Idea or Suggestion Re: Local Sales Tax Mod - Support Thread

    That's the customer's information
    Click image for larger version. 

Name:	screenshot.jpg 
Views:	97 
Size:	63.6 KB 
ID:	12457

    Tax rules
    FL 6%
    Volusia County 3802 0.5% (which is not being displayed).

    I used the FL sql script to load tax state's information.

    Click image for larger version. 

Name:	tax_fl.jpg 
Views:	77 
Size:	67.7 KB 
ID:	12458

    I hope this is everything.

    Thanks for your help!

  10. #550
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Local Sales Tax Mod - Support Thread

    What are the store settings for tax basis? (admin -> configuration -> my store)
    Is the Local Sales Tax order total module installed and enabled? (admin -> modules -> order total)
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

 

 
Page 55 of 66 FirstFirst ... 545535455565765 ... LastLast

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

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