For the record, I did just test the issue out using wp-e-commerce 3.7.5.3 and wordpress 2.9 and it is functioning correctly.
- Posted by alvarezlouie 1 year ago.
- There are 77 posts. The latest reply is from freeohio
- resolved
- WordPress version: Not Supplied
- WP e-Commerce version: Not Supplied
The free community support forum is a place where WP e-Commerce users can work with other WP e-Commerce users to help one another get their shops up and running. There is no gaurantee that an Instinct staff member will respond to your topic within the free forum.
Acting out, swearing and threats are not tolerated, please play nice, we are all doing the best we can with the resources available.
-
Posted 8 months ago #
-
I just checked it out myself using wp-e-commerce 3.7.5.3 and wordpress 2.9.1 and it is indeed working correctly.
Posted 8 months ago # -
And I am marking this puppy as RESOLVED!!!!!!!!!!!!!!!!
Posted 8 months ago # -
Still having the same issue under wp-e-commerce 3.7.5.3 with goldcart 3.7 installed running on wordpress 2.9.1
link to product page
http://notmydaddy.com/products-page/
tax settings are all set to 0% except for North Carolina (Base County And Region: USA, NC) which is set to 8.25%. Tax for all states on checkout is seemingly "locked" at 8.25% and should really be 0% unless shipping is to North Carolina. Issue clearly not resolved.Posted 7 months ago # -
I'm also using 3.7.5.3 with WP 2.9.1. For me, sales tax is always zero including for my home state Ontario, Canada which I've set to 13%.
Posted 7 months ago # -
So we need to switch to the beta version to make this work? Because I'm having the same issue...put in New York tax, but it's charging it to everyone...no matter where they are or where they ship.
Posted 7 months ago # -
FYI, client on WP2.9.1 w/ WP E-Commerce 3.7.5.3... they are in the US, and need to charge tax to several states (because they have several locations). We had a problem where it was only charging to the "base" state. This is how I fixed it:
In cart.class.php
Line 699-702 cart.class.php
} else {
// we just always want to charge tax... this is safe because the states we don't charge for are set to 0%
$add_tax = true;
}Line 730 cart.class.php
changed from
$region_data = $wpdb->get_row("SELECT".WPSC_TABLE_REGION_TAX.".* FROM".WPSC_TABLE_REGION_TAX."WHERE".WPSC_TABLE_REGION_TAX.".country_idIN('".$country_data['id']."') AND".WPSC_TABLE_REGION_TAX.".idIN('".$tax_region."') ",ARRAY_A) ;to:
// we want the tax for the "selected region" not the "base region"
$region_data = $wpdb->get_row("SELECT".WPSC_TABLE_REGION_TAX.".* FROM".WPSC_TABLE_REGION_TAX."WHERE".WPSC_TABLE_REGION_TAX.".country_idIN('".$country_data['id']."') AND".WPSC_TABLE_REGION_TAX.".idIN('".$this->selected_region."') ",ARRAY_A) ;Seems to be working for our case now.
Lew Ayotte
Full Throttle DevelopmentPosted 7 months ago # -
Please don't mark this as resolved yet... I am running wp-e-commerce 3.7.5.3 and wordpress 2.9.1 and it is NOT functioning... I have set the "Lock Billing Country" to YES... still no love ...
as a side note: for all those folks who are saying this is working... have they CHECKED orders on the "back-end" ??? for my site - i am only charging sales tax for the state of PA ... when i place an order on the "front end" for TN (bill to and ship to TN), the front end does NOT show any tax on the check out page... but when I look at that order through wordpress ("back end" ) sales tax IS included on the order. So customer sees front-end correctly - no tax charged, but in the sales area of wp e-commerce on the back-end, it shows that tax actually WAS charged.
help? please?
site is http://www.minicattlesupply.com if anyone from instinct wants to get wp login credentials, you can email me at karen @ progressive it group . com
Posted 6 months ago # -
stop pulling your hair out. http://lamsuong.com/wpe-taxfix/ read all about it here.
Posted 5 months ago # -
I'm using WP shopping Cart Version 3.7.5.3 with WP 2.9.2 - If you're still looking for a solution to this issue as I was - digging back through this thread - try this:
Products>Settings>Checkout - and click yes on "Lock Tax to Billing Country:"
I don't know why it worked, but it fixed my problem.
(My problem was that tax was being charged to all states & countries regardless of the fact that I only had "tax settings" in the General setting tab set to my one state.)
Posted 5 months ago # -
For everyone experiencing with the so-called "tax problem" should upgrade their plugin to the latest stable verion 3.7.5.3.
If you would like to tax multiple states then check out this little fix. http://lamsuong.com/wpe-taxfix/
Posted 5 months ago # -
I am still having this problem on 3.7.6.2.
Can it be fixed or do I have to pay doanovan?
I want only purchasers in Washington state to be charged tax, which I've indicated in the settings, but everyone gets charged Washington's rate.
Posted 3 months ago # -
zbynum looks like you got this working- what'd you do?
Posted 3 months ago # -
mea culpa- lock tax to billing country fixed this for me- sorry for opening a resolved closed old case, thought I'd done that.
Posted 3 months ago # -
TJ Was right for 3.7.5
I have texas at 8% and everything else at 0. After changing the following setting it now displays the tax correctly!
checked the box for "Lock Tax to Billing Country:" in Settings>Checkout
Posted 1 month ago # -
Oops my version was actuallly 3.7.6.5
Posted 1 month ago # -
Can someone who has US taxes working for one state only (where the business is located) please post their version and settings for both Lock Tax to Billing Country? and Disregard Billing State for Tax Calculations? Thanks in advance.
Posted 1 month ago #
Reply
You must log in to post.
