Tagged Questions

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 ...
1
vote
0answers
82 views

Google checkout flags parsing error when using default tax tables

I'm having issues using the default google checkout integration in magento. I want to send my own tax data to google checkout, but when I enable the default tax tables, magento returns the following ...
1
vote
3answers
2k views

Magento still displays VAT / TAX on checkout even though disabled via admin

I have Magento set up to not display VAT on checkout, but it is still adding at the total. It doesn't add it up to the total - which IS correct. IE If i have an item that costs £5 - with 20% VAT it is ...
1
vote
2answers
169 views

10cent per product tax magento

I would like to apply a flat 10 cent per product tax to my magento store, is there a way to set this up within the system already?
0
votes
1answer
34 views

How to add individual product tax in magento?

I have created product attribute 'Product Tax' and from admin catalog i have entered 10% tax on one product. Now on front side i want to apply 10% tax to the product price. There are lots many ...
0
votes
0answers
26 views

Magento Store Tax Zero

I have a Tax rate "VAT Standard" set up in my store it's assigned to all products and configured to show under System -> Configuration -> Tax. This was working before. Since then I have deleted and ...
0
votes
1answer
100 views

Magento Cart Checkout doesn't display TAX anymore?

Since a few weeks I'm working with Magento. I've been doing all the work myself, but this time i've hit a problem which I can't solve. I've got a problem with my shopping cart. I live in the ...
0
votes
1answer
96 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
1answer
378 views

How do you programmatically get tax rate in magento on product page [closed]

Say you want to programmatically get the VAT tax rate on product page in magento,how do you go about doing this.
0
votes
0answers
116 views

Magento - bundle product made up of taxable and non-taxables - how to calc the tax correctly

Just wondering if any Magento customization geniuses know the answer to this, or have any suggestions. For whatever reason, and it's not a debatable point so let's take this as a given, our client ...
0
votes
1answer
355 views

Creating Annual Sales Tax Reports using MySQL based on a Magento 1.4.1.0 store

Our client has a Magento-powered store and needs the ability to create tax reports based on a specified date-range with a break down of how many much was refunded via credits. Essentially they want ...
0
votes
2answers
297 views

Magento Tax (Code)

how to exclude from product price tax in template? Thanks for response !
0
votes
1answer
1k views

magento - multiple tax rates

I've built a magento site for a Canadian company where each state has a Retail sales tax and a federal tax rate and these rates differ! So, I set up the rates, and the Tax is being calculated ...