A way to show prices with VAT in the admin?

  • Posts: 366
  • Thank you received: 7
  • Hikashop Business
9 years 4 months ago #217763

-- HikaShop version -- : 2.6.0

In the product list pages in the admin, is there a way to change the price column to show price with VAT?

Many thanks

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

  • Posts: 13201
  • Thank you received: 2322
9 years 4 months ago #217799

Hi,

You can edit the view "product / listing" in the backend template and replace the line:

echo $this->currencyHelper->displayPrices(@$row->prices);
By:
echo $this->currencyHelper->displayPrices(@$row->prices,'price_value_with_tax');

The following user(s) said Thank You: grayt7

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

Time to create page: 0.064 seconds
Powered by Kunena Forum