Retail price and product prices

  • Posts: 27
  • Thank you received: 0
11 years 5 months ago #113164

Where do we turn the 'Retail price' ( not product prices ) display on or off ? We can edit the listing_price view file, but wanted to know if there is some configuration option ?

Currently, if we enter a 'Retail price', it appears on the product page but not the product listings.

We can overcome this Iby editing the view file and commenting out the condition that starts : if(isset($this->row->product_msrp) ...

Have we missed something ?

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

  • Posts: 12953
  • Thank you received: 1778
11 years 5 months ago #113168

Hi,

If you want to hide the retail price, the best way would be to do it with some CSS code like :

.hikashop_product_msrp_price.hikashop_product_price_full {
display: none;
}
But you can also edit your listing_price file of your product view of your front-end template and replace all these lines (which are appearing 2 times):
if(isset($this->row->product_msrp) && @$this->row->product_msrp > 0.0 && JRequest::getCmd('layout') == 'show' && $this->params->get('from_module','') == '')
by
if(false)

Hope this will help you.

The following user(s) said Thank You: Buchberger

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

Time to create page: 0.064 seconds
Powered by Kunena Forum