Backend productlist show net prices instead of gross prices

  • Posts: 171
  • Thank you received: 9
5 years 2 months ago #303223

-- HikaShop version -- : 4.0.2
-- Joomla version -- : 3.9.2
-- PHP version -- : 7

Hi!

I'm unable to find a way to show the gross price of a product instead the net price in Hikashop product listing in the backend.
Can anyone help me in how to do that trick to change them?

Screenshot attached to be clear: list showing 47236 (net price), instead of 59990 (gross price).

Thanks in advance!

Attachments:

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

  • Posts: 81504
  • Thank you received: 13064
  • MODERATOR
5 years 2 months ago #303228

Hi,

If you want to get the price with tax on the products listing of the backend, you can edit the file "listing" of the view "product" for your backend template and change the line:
$field = 'price_value';
to:
$field = 'price_value_with_tax';

The following user(s) said Thank You: pepecortez

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

Time to create page: 0.052 seconds
Powered by Kunena Forum