I'm based in Italy but sell all over Europe, the US and Australia, does WHMCS support the ability to apply tax based on location and VAT/IVA status.
I need a rule thats does something like this (sudo-code follows)
if (location="it"){
addvat=true
} elseif (user = "uk" or user = "fr" or user = "de" etc){
if (vatnumber=""){
addvat=true
}else {
addvat=false
}
} else {
addvat=false
}
Question
ServWise.com
I'm based in Italy but sell all over Europe, the US and Australia, does WHMCS support the ability to apply tax based on location and VAT/IVA status.
I need a rule thats does something like this (sudo-code follows)
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.