Tagged Questions

2
votes
3answers
48 views

Income tax calculation

Is any one who can help me to create PHP or mysql Code for our Office employee salary tax table. Here is the base for our tax regulation. If salary is >= 0 and <= 150 it will be 0% (Nill), If ...
2
votes
1answer
199 views

sales tax rate retreval from zip code

what are some popular 3rd party applications that i can use to retrieve the current sales tax rate from a zip code? i will be using php. i thought about building my own but after i noticed that the ...
2
votes
1answer
103 views

Harmonized sales tax headaches

Alright Im using the BambooInvoice software, and where I am, we have two sales taxes. This is how they work price of item * tax1 = Sum1Tax1 Sum1tax1 *tax2 = Final sales price Currently, Bamboo ...
2
votes
6answers
6k views

magento prices inclusive of tax

I have set up my products so that their price is inclusive of Tax. However when I get to the Checkout page, the tax is being added to the Product Price. Where really it should only be there as a ...
0
votes
1answer
95 views

Magento custom tax class

I was wondering if I can set a custom taxclass in magento. It needs to be a specific calculation for the price. The calculation is as follows: (Price×1.30+10)×1.19 = Final Price The tax in The ...
0
votes
2answers
169 views

Maths/Algorithm question - split reduction by items

I have an issue related to an ecommerce shopping cart. In certain circumstances (usually involving special offers or vouchers) a reduction might be made to the overall cart total - e.g. £10 voucher ...
0
votes
1answer
630 views

add tax zone in oscommerce

I am using oscommerce for my site. I want that if product is purchased from certain state then tax will be applicable otherwise no tax for the product. How can i do this in oscommerce? Thanks in ...