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 Netherlands is 19% so that's why the price is times 1.19. The 1.30+10 is just to up the purchase cost.

Then if possible the price needs to round off to 5 minus 5 cents. Meaning if the final price will be 46,50 the price will round off upwards to 49,95

For 32,30 the price will become 34,95

For 19,20 the price will become 19,95 Etc.

Can anyone help me with this. The most important thing is inputting the main calculation the round off is a bit less important for now.

I know this can be done quite easily in php but I don't know how to easily implement it into magento.

Thank you.

link|improve this question
1  
and you can't create the tax rule from admin for this? why? – Anton S Oct 31 '11 at 10:16
Magento tax system uses percentages only by default. It looks like the adding $10 is what is going to throw him off. – Josh Pennington Oct 31 '11 at 13:09
feedback

1 Answer

Put in a new WEBSITE with tax setup for the netherlands. Use GEOIP for those Dutch customers to only see these store prices. Do all your price calculationings in Excel and import the prices into this secondary store view/website.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.