MSRP PRICE IN PRODUCTS LISTING

  • Posts: 1141
  • Thank you received: 13
  • Hikashop Business
2 months 3 weeks ago #369456

-- HikaShop version -- : 6.1.1
-- Joomla version -- : 5.4.0
-- PHP version -- : 8.3

Hi!

How can i display the MSRP price in products listing page?
It only displays in product page so far.

Thank you

Attachments:

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

  • Posts: 85103
  • Thank you received: 13871
  • MODERATOR
2 months 3 weeks ago #369461

Hi,

You can edit the view file product / listing_price and change the line:

if(isset($this->row->product_msrp) && $this->row->product_msrp > 0.0 && hikaInput::get()->getCmd('layout') == 'show' && $this->params->get('from_module','') == '') {
to:
if(isset($this->row->product_msrp) && $this->row->product_msrp > 0.0 && $this->params->get('from_module','') == '') {

The following user(s) said Thank You: verzevoul

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

Time to create page: 0.054 seconds
Powered by Kunena Forum