change word VAT to Tax in shipping method

  • Posts: 20
  • Thank you received: 0
11 years 2 months ago #125378

-- HikaShop version -- : 2.2.1
-- Joomla version -- : 3.1.1
-- PHP version -- : 5.4.18
-- Browser(s) name and version -- : IE 10, FireFox 24.0


Checkout section, I want to change the wording in the Shipping Method, from Canada Post CAD $33.08 (CAD $31.50 excl VAT) to Canada Post CAD $31.50 plus TAX

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

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
11 years 2 months ago #125401

You can edit the file "shipping" of the view "checkout" via the menu Display>Views and change the code:

$price_text .= JText::_('PRICE_END');
			}
to
$price_text .= JText::_('PRICE_END');
			}
$price_text = $this->currencyHelper->format($rate->shipping_price,$rate->shipping_currency_id).' plus TAX';

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

  • Posts: 20
  • Thank you received: 0
11 years 2 months ago #125408

Worked perfectly. Thanks for the speedy response.

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

Time to create page: 0.057 seconds
Powered by Kunena Forum