Need to not charge taxes on non-shippable items

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
mfreeze
Commodore (COMO)
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

Post by mfreeze » Fri Jul 02, 2010 12:30 pm

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?
Mary E Freeze

Freeze Frame Graphics
Web Hosting and Design, ASP and CFMX Development

http://www.ffgraphics.com

User avatar
Shopping Cart Admin
AbleCommerce 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

Post by Shopping Cart Admin » Fri Jul 02, 2010 12:46 pm

Hello Mary,

Shouldn't they just be set to non-taxable items?
Thanks for your support

Shopping Cart Guru
AbleCommerce.com
Follow us on Facebook

User avatar
mfreeze
Commodore (COMO)
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

Post by mfreeze » Fri Jul 02, 2010 1:26 pm

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

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Need to not charge taxes on non-shippable items

Post by AbleMods » Sun Jul 04, 2010 10:17 am

mfreeze wrote:The products that are downloads can be set up that way but what about the variations?
You can't. Able doesn't support taxable status on specific variants.

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

User avatar
mfreeze
Commodore (COMO)
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

Post by mfreeze » Tue Jul 06, 2010 5:11 pm

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

User avatar
ImmortalLogic
Lieutenant (LT)
Lieutenant (LT)
Posts: 61
Joined: Tue May 11, 2010 9:29 am

Re: Need to not charge taxes on non-shippable items

Post by ImmortalLogic » Thu Jul 28, 2011 7:00 am

AbleMods wrote: You can't. Able doesn't support taxable status on specific variants.
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?

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?

AbleMods wrote: The only option is to make the odd-balls (taxables or not taxables) as separate products in the catalog."
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?

Thanks.

User avatar
ImmortalLogic
Lieutenant (LT)
Lieutenant (LT)
Posts: 61
Joined: Tue May 11, 2010 9:29 am

Re: Need to not charge taxes on non-shippable items

Post by ImmortalLogic » Thu Jul 28, 2011 7:14 am

AbleMods

Sorry, I just saw your other response in the other thread.

Thanks for your reply

Post Reply