Show retail price with tax

  • Posts: 290
  • Thank you received: 22
2 years 5 months ago #344484

-- HikaShop version -- : 4.6.1
-- Joomla version -- : 4.2.2
-- PHP version -- : 8

Hi,

I would like to display the retail price with tax, now it's without.
The settings I have are to show detailed taxes en show both prices.

Did I miss a setting somewhere?

Last edit: 2 years 5 months ago by nico.van.leeuwen. Reason: solved

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

  • Posts: 83338
  • Thank you received: 13477
  • MODERATOR
2 years 5 months ago #344486

Hi,

There is no setting for that.
The retail price is displayed "as is".
Add the code:

$round = $this->currencyHelper->getRounding($currCurrency,true);
$this->row->product_msrp = $this->currencyHelper->getTaxedPrice($this->row->product_msrp, hikashop_getZone(), $this->row->product_tax_id, $round, false);
before the line:
$msrpCurrencied = $this->currencyHelper->convertUniquePrice($this->row->product_msrp, $mainCurr, $currCurrency);
in the file product / listing_price via the menu Display>Views and it will add taxes on top of the retail price being displayed.

Last edit: 2 years 5 months ago by nicolas.

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

  • Posts: 290
  • Thank you received: 22
2 years 5 months ago #344513

Thank you very much for this solution.

I still think it's a bit strange this was never an option :lol:

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

Time to create page: 0.064 seconds
Powered by Kunena Forum