Magento Cart Checkout doesn't display TAX anymore? - magento

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 Netherlands where it's usuall to add 19% TAX to all the products. So products, shipping costs and all that are ALWAYS displayed with TAX. In the store, all my products are displayed with TAX. However, in the shopping cart and the checkout proces they aren't. Now I've installed the Dutch Shop Settings for magento. This plugin worked with my normal checkout, but I've also installed Golden Spiral Studio One Click Cart Checkout 2.0 which workes fine, accept for the TAX.
Bottom line: Since my One Click Cart Checkout, al my products are displayed without tax again. Changing something in the configuration doensn't help! I need to go deeper.
Have a look in my store at www.phone-gadgets.com for the problem. Order a product and you will see.

In your admin go to System > Configuration > Shipping Settings, and then fill out all the details under Origin. This can affect the tax being applied to your location.

Related

Magento multi-step checkout

The problem is that when i disable One page checkout, the Proceed button is gone. My installation is 1.9.2 Community Edition. I've tried to enable that button from link.phtml but get the message "The Unilateral payment transaction is disabled"
Answer: You don't. What you do is disabeling the Magento Module Mage_Checkout_Onepage
Magento comes with one stock checkout, the infamous OnePage. There are many distributers of neat (and shitty) checkouts, mostly called OneStepCheckout or SingleStepCheckout. I suggest you find yourself a good one and buy it, because a decent checkout is a major difference between gaining and losing customers.
This guy had a similar question about disabeling the magento onepage checkout
Okay this is how i do it. I log in into admin panel, than i do:
1) System -> Configuration -> Sales -> Checkout -> Enable one page checkout "No" (because i wanna use multi-step checkout option)
Admin checkout settings
2) Add some product to cart and when i view content of the cart and proceed to checkout the button " Proceed to checkout" is missing.
Frontend checkout

Magento 1.9.2.2 Always Zero Tax

I have a big issue with a clean installation of Magento 1.9.2.2. The Prices of Products in the Catalog an especially in the Cart do not have a Tax Price. The Tax is always showing 0,00 €. I'm not new to Magento I installed it many times and I've never had this problem before.
The Frontend is e.g. showing price at product detail page including Tax 43,00€ and excluding tax the same 43,00 €.
Anybody with a hint?
I tested all configurations. I use 19% Tax for the German Market.
Thank You for any Help.

Magento 1.9.1.0 Tax Calculation Base On

I've noticed a bug on Magento 1.9.1.0 that is not present in Magento 1.9.0.1 but can't find any solution.
In my configuration, I've set catalog prices to Including Tax (System > Configuration > Tax > Tax Calculation Based On).
I've created a test product and set a price of 20$, with a 20% Tax.
The problem is, when I go to the frontend, the product shows up with a price set to 24$.
I've tried to use a fresh install of new Magento 1.9.1.0, with a fresh database, and the bug still appears.
I've also created a Magento 1.9.0.1 with the exact same configuration and product and the price displayed is correct (20$, not 24$).
I'm surprised that none noticed such a huge bug and wonder if I didn't do something wrong with my configuration?
Thank you.
I found the answer by debugging from the core. Apparently, you have to set the "cross_border_trade_enabled" option to "Yes" in the Tax configuration to be able to get the correct price including tax. What surprises me is that the core files don't seem to be modified between Magento 1.9.0.1 and Magento 1.9.1.0 for the Tax calculations, but we didn't need to set this option to "Yes" before.

Turning a Magento website into an online catalouge without Prices and a shopping basket

Hey im just looking for some advice, my project is to create a website on magento without the price option. This means no shopping basket either but just the option for users to view all the products without having the option to buy it online. Its important that i still keep the feature of selling online for the future but if it was possible to just disable it all.
Id love for some insight onto what people think the best option is for me to do.
You should do three things:
Remove all inclusions for the prices from your theme (just comment them out)
Remove the button in the addtocart.phtml files
Disable onepage checkout via the backend

M2E-Pro: 'M2E Tax Rate' still appearing after M2E-Pro uninstall

I'm using Magento 1.7.0.2 and tried M2E-Pro v.5.0.3. but decided not to use it. After uninstalling M2E-Pro, in the .pdf-invoices a label called 'M2E Tax Rate' still appears and I cannot find, where it is taken from. The steps I used for uninstalling M2E-Pro were:
deleting all tax rules and tax rates related to M2E using the Magento admin
uninstalling M2E-Pro using Magento Connect Manager
dropping all tables with the prefix 'm2epro_' and the table 'ess_config' from the database
I had an exchange with the M2E-Support but I only get standard answers that do not help me.
Please tell me where I could look for a 'hidden' entry in the database or something like that. It makes me wonder that the label 'M2E Tax Rate' only appears in the generated .pdf-invoice - nowhere else.
Thanks in advance,
mkr
What they've done is create a product tax rate in your Magento system and you probably have it set to products and/or in your magento tax settings too.
Go to Sales > Tax and Product Tax rules
You should find the tax rate here.
If you remove it, do check your products in Magento...
Also go to System > Configuration > Sales > Tax and see if it has been applied here too.
Hope that helps,
Matt

Resources