Page 1 of 2 12 LastLast
Results 1 to 10 of 17

WA State Destination-based Sales Tax

This is a discussion on WA State Destination-based Sales Tax within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Washington state destination-based sales tax rate by address locator and admin DB updater. The admin portion allows the store owner ...

      
  1. #1
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    20,747
    Rep Power
    573


    Post WA State Destination-based Sales Tax

    Washington state destination-based sales tax rate by address locator and admin DB updater.

    The admin portion allows the store owner to upload address and rate databases supplied by the Washington State Department of Revenue for use in determining the sales tax rate from given street address and zip code.

    Not really a module but more of a hack.

    More...
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  2. #2
    Lurker
    Join Date
    Jul 2008
    Posts
    2
    Rep Power
    0


    Question Re: WA State Destination-based Sales Tax

    This looks huge! I was going to use something like this with the xml offered from the DOR site (WA Sales Tax Rate Lookup URL Interface)

    function startElement($parser, $name, $attribs)
    {
    if ($name == "RESPONSE") {
    if (count($attribs)) {
    foreach ($attribs as $k => $v) {
    if ( $k == "RATE" ){
    global $rate;
    $rate = $v;
    }
    }
    }
    }
    }

    But I'm pretty new to all of this... I'd sure appreciate any advice on the subject.

  3. #3
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    20,747
    Rep Power
    573


    Post WA State Destination-based Sales Tax

    All new version, connects to DOR's online database.

    More...
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  4. #4
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    20,747
    Rep Power
    573


    Post WA State Destination-based Sales Tax

    minor update to install instructions. deleted reference to wa_dest_tax.php

    More...
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  5. #5
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    20,747
    Rep Power
    573


    Post WA State Destination-based Sales Tax

    added the call to parse_DOR in general.php in instructions

    More...
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  6. #6
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    20,747
    Rep Power
    573


    Post WA State Destination-based Sales Tax

    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  7. #7
    Lurker
    Join Date
    May 2008
    Posts
    1
    Rep Power
    0


    Default WA Destination Tax Module Help

    Has anyone successfully installed the WA Destination Tax contribution into their oscMax? The directions for the module show code that isn't present in the oscMax files. Can anyone help me out with this one?

    osCommerce Community Add-Ons

  8. #8
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    20,747
    Rep Power
    573


    Post WA State Destination-based Sales Tax

    minor update fixes a query bug and adds PWA compatibility.

    More...
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  9. #9
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    20,747
    Rep Power
    573


    Post WA State Destination-based Sales Tax

    Forgot to include some code changes to files in v2.1.2. See update guide.

    Full Package

    More...
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  10. #10
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    20,747
    Rep Power
    573


    Post WA State Destination-based Sales Tax

    The v. 2.1.3 below does not contain anything, the upload failed use this version. Forgot to include some code changes to files in v2.1.2. See update guide.

    Full Package


    More...
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

Page 1 of 2 12 LastLast

Similar Threads

  1. state sales tax
    By chrismole in forum osCmax v2 Installation issues
    Replies: 19
    Last Post: 10-18-2010, 12:15 AM
  2. Adding tax based on Zip need help with tax.php class file..
    By fourmat in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 04-25-2009, 01:15 PM
  3. Florida County Based Tax Zones
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 12-11-2007, 06:30 AM
  4. Florida County Based Tax Zones
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 10-19-2007, 10:31 AM
  5. State Based Rates
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 02-18-2007, 04:55 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
  •