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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| 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
|
|
#2
| |||
| |||
| 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
| ||||
| ||||
|
__________________ Michael Sasek osCMax Developer
|
|
#4
| ||||
| ||||
|
__________________ Michael Sasek osCMax Developer
|
|
#5
| ||||
| ||||
|
__________________ Michael Sasek osCMax Developer
|
|
#6
| ||||
| ||||
|
__________________ Michael Sasek osCMax Developer
|
|
#7
| |||
| |||
| 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
| ||||
| ||||
|
__________________ Michael Sasek osCMax Developer
|
|
#9
| ||||
| ||||
|
__________________ Michael Sasek osCMax Developer
|
|
#10
| ||||
| ||||
| 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
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Adding tax based on Zip need help with tax.php class file.. | fourmat | osCMax v2 Customization/Mods | 0 | 05-07-2008 11:12 AM |
| Florida County Based Tax Zones | michael_s | New osCommerce Contributions | 0 | 12-11-2007 07:30 AM |
| Florida County Based Tax Zones | michael_s | New osCommerce Contributions | 0 | 10-19-2007 10:31 AM |
| state sales tax | chrismole | osCMax v2 Installation issues | 18 | 03-23-2007 12:57 PM |
| State Based Rates | michael_s | New osCommerce Contributions | 0 | 02-18-2007 05:55 PM |