close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

UK tax exemption on Books, how to calculate

Thread began 6/25/2009 7:47 am by mousework50137 | Last modified 10/09/2009 1:32 pm by Ray Borduin | 1924 views | 3 replies |

mousework50137

UK tax exemption on Books, how to calculate

My client sells both Books and other equipment.
In the UK, books are exempt from VAT (Value added Tax which is normally 15%)

In the SQL Database that comes with Powerstore
Books are assigned a category of 1
Equipment is assigned a category of 2

How can I setup the Tax part of eCart, I have full version of ecart 4.5, to calculate the tax due on the total order bearing in mind that the Books are zero rated and equipment is rated at 15%

Cheers

Sign in to reply to this post

Ray BorduinWebAssist

First add a column to your cart: Category

You will have to update the add to cart on the results and detiails page to make sure that the category is stored from the database in the cart.

Create a Calculation in your cart object:

TaxableValue = (([Category]!=1)?[TotalPrice]:0)

Then you can create your tax rule based on the total of the TaxableValue column instead of the TotalPrice so that it won't include items with Category of 1

Sign in to reply to this post
Did this help? Tips are appreciated...

sky927

tax exempt items

I have the same issue, I have an page on my site where people can donate. I have to make the donations tax exempt. I copied the calculation you provided in my cart object, but I am having a problem setting up the trigger and the calculation on the settings page of the Merchandising Rule. Could you tell me exactly how to set the trigger and the calculation. My tax exempt items are category 1 and taxable items are category 2. Any help would be greatly appreciated.

Sign in to reply to this post

Ray BorduinWebAssist

No trigger is needed... just always add the tax when a taxable item is in the cart.

Create a calculation as listed above to figure out the taxable value... it would be just like above in your case:
TaxableValue = (([Category]!=1)?[TotalPrice]:0)

Then set up the rule to tax based on the total of the TaxableValue column if it isn't zero.

Sign in to reply to this post
Did this help? Tips are appreciated...

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...