My client has tax rules set up that are all based on shipping address. They have digital goods that are notshippable so no shipping address is defined. It appears that if no shipping address exists, the taxes are being based upon the billing address.
How do we make the system not charge taxes if the shipping address is blank or if an item or variation is nonshippable?
Need to not charge taxes on non-shippable items
- mfreeze
- Commodore (COMO)
- Posts: 421
- Joined: Mon Jan 24, 2005 2:07 pm
- Location: Washington, NJ
- Contact:
Need to not charge taxes on non-shippable items
Mary E Freeze
Freeze Frame Graphics
Web Hosting and Design, ASP and CFMX Development
http://www.ffgraphics.com
Freeze Frame Graphics
Web Hosting and Design, ASP and CFMX Development
http://www.ffgraphics.com
- Shopping Cart Admin
- AbleCommerce Admin
- Posts: 3055
- Joined: Mon Dec 01, 2003 8:41 pm
- Location: Vancouver, WA
- Contact:
Re: Need to not charge taxes on non-shippable items
Hello Mary,
Shouldn't they just be set to non-taxable items?
Shouldn't they just be set to non-taxable items?
- mfreeze
- Commodore (COMO)
- Posts: 421
- Joined: Mon Jan 24, 2005 2:07 pm
- Location: Washington, NJ
- Contact:
Re: Need to not charge taxes on non-shippable items
The products that are downloads can be set up that way but what about the variations? Some are products that have variations like CD, Cassette or Download where only the Download should not be taxed.
Mary E Freeze
Freeze Frame Graphics
Web Hosting and Design, ASP and CFMX Development
http://www.ffgraphics.com
Freeze Frame Graphics
Web Hosting and Design, ASP and CFMX Development
http://www.ffgraphics.com
Re: Need to not charge taxes on non-shippable items
You can't. Able doesn't support taxable status on specific variants.mfreeze wrote:The products that are downloads can be set up that way but what about the variations?
All variants pull the taxable status from the main product record. So it's all-or-nothing when it comes to taxing variants. The only option is to make the odd-balls (taxables or not taxables) as separate products in the catalog.
You -might- be able to modify checkout such that you loop through the basket items and turn the taxable flag off for the digital download basket items. The taxable flag and amount are stored in the basket item class. However manipulating the basket contents on the checkout page is tricky at best.
I've never heard of a taxing authority that permitted digital downloads as exempt from tax. In Indiana, digital goods are still tangible goods and thus subject to sales tax.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
- mfreeze
- Commodore (COMO)
- Posts: 421
- Joined: Mon Jan 24, 2005 2:07 pm
- Location: Washington, NJ
- Contact:
Re: Need to not charge taxes on non-shippable items
FYI. I found an article that says that only 15 states charge taxes on digital goods, Indiana is one of them. Florida, where my client is located does not, at least not yet.
Mary E Freeze
Freeze Frame Graphics
Web Hosting and Design, ASP and CFMX Development
http://www.ffgraphics.com
Freeze Frame Graphics
Web Hosting and Design, ASP and CFMX Development
http://www.ffgraphics.com
- ImmortalLogic
- Lieutenant (LT)
- Posts: 61
- Joined: Tue May 11, 2010 9:29 am
Re: Need to not charge taxes on non-shippable items
I am a bit confused and I was hoping someone could clarify. We have a situation when we sell a shippable item such as a CD order only, it should be taxable. However, when the CD is ordered with a down-loadable (non-shippable) item, we do not want to charge tax for the CD. From this discussion, it looks like it is not possible to have an item as taxable for certain situations and not taxable for other situation?AbleMods wrote: You can't. Able doesn't support taxable status on specific variants.
It also appears that it might be possible to remove taxes for the CD item when it encounters the digital item in the basket? Though not an option, it might be possible to do this programmatically?
Does this mean I would need to have two separate entries for the same product: one set as taxable and the other set a non-taxable?AbleMods wrote: The only option is to make the odd-balls (taxables or not taxables) as separate products in the catalog."
Thanks.
- ImmortalLogic
- Lieutenant (LT)
- Posts: 61
- Joined: Tue May 11, 2010 9:29 am
Re: Need to not charge taxes on non-shippable items
AbleMods
Sorry, I just saw your other response in the other thread.
Thanks for your reply
Sorry, I just saw your other response in the other thread.
Thanks for your reply