Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FWD Issue 1625 - Tax Shipping and taxed shipping fees #2397

Closed
macsquad opened this issue Feb 8, 2013 · 2 comments
Closed

FWD Issue 1625 - Tax Shipping and taxed shipping fees #2397

macsquad opened this issue Feb 8, 2013 · 2 comments

Comments

@macsquad
Copy link

macsquad commented Feb 8, 2013

#1625
seems to solve the issue with taxed shipping fees and selling products with reduced tax-rates while taxes on shipping aren't reduced.

Files provided
a232f21
introduce a selector for taxes on shipping. Works well, but only for registered users.
During checkout the order-page messes up with

Fatal error: Call to undefined method WC_Customer::get_taxable_address() in
/www/htdocs/[root]/wp-content/plugins/woocommerce/classes/class-wc-tax.php
on line 239

Basket is correctly calculated, but orders fail for new customers (that aren't registered).

@ghost
Copy link

ghost commented Feb 8, 2013

same here,
I'm not able to fix this kind of troubles

@mikejolley
Copy link
Member

get_taxable_address doesn't exist in 1.6, and that line is not present in 2.0.

No issues in my master branch so I'm assuming you've been patching things in 1.6.6 with functions which don't yet exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants