[SOLVED] tax title instead of TAX as text

  • Posts: 192
  • Thank you received: 1
11 years 5 months ago #74833

Hi,

I don't know if you will call that a bug, but from my point of view, it is.
in cart view during checkout process, according to tax rule, you display the total of TAX, above the total price.

as in my case i did a test with a user who lives in Slovakia i have "Slovakia" (as tax title) and the amount of all taxes so 2€ (as tax is 20% of 10€ product price)
i guess it should be written TAX as text and not the tax title it self, because in case you have a tax title like "France - Reduced Taxe (5.5%)" ...it is not nice to see on cart review, even if it's correct from law point of view.

see screenshot here bellow.


What does not kill you, makes you stronger.
Attachments:
Last edit: 11 years 5 months ago by alain.roger.

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 5 months ago #74967

Hi,

Try to edit the view "checkout / cart" and replace the code: "<?php echo $tax->tax_namekey; ?>" by "<?php echo JText::_('TAXES'); ?>"

Please Log in or Create an account to join the conversation.

  • Posts: 192
  • Thank you received: 1
11 years 5 months ago #75201

Too late :P
I've already done it. :)

but thx anyway


What does not kill you, makes you stronger.

Please Log in or Create an account to join the conversation.

Time to create page: 0.070 seconds
Powered by Kunena Forum