mspr price display

  • Posts: 1
  • Thank you received: 0
2 years 11 months ago #340413

-- HikaShop version -- : 4.5
-- Joomla version -- : 3.4
-- PHP version -- : 7.4

Hello,
Here is my problem that someone can answer.
I would like to display in addition to the price the mspr price on the list of my products.
my product list is an image title type module. I have selected all the prices.
I also edited the vue file to remove the following line: && $this->params->get('from_module','') == '"
However, on the product details page, the latter is displayed without any problem.
It still does not work unfortunately, I am totally lost.
Help me please !

Attachments:

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

  • Posts: 4816
  • Thank you received: 654
  • MODERATOR
2 years 11 months ago #340417

Hello,

First, in order to learn more about HikaShop override, have a look on this documentation .

Now, in order to guide you, go to your "listing_price.php" :
- From Main HikaShop configuration, in Display dropdown => Views
- Use the 3 dropdown filters with : Product/ YourTemplate/ Front end
- Look for your product/listing_price
=> In this view, you will find the value "$this->row->product_msrp" you will find for each product the "msrp price".
Note that "row" is a list of all your product display in your relative context (in your case)

From this you should be able to place the price, where you need it, IF the value "$this->row->product_msrp" is set of course.
Hope this will help you to achieved what you need.
Regards

Last edit: 2 years 11 months ago by Philip.

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

Time to create page: 0.079 seconds
Powered by Kunena Forum