Hide msrp price and keep the wholesale price

  • Posts: 85
  • Thank you received: 1
  • Hikashop Business
4 years 2 months ago #324060

Hi there
I want to hide the msrp price (not to remove, to keep in backend because need it for xml) and to keep on site only the wholesale price (discounted price).

maybe how to do it?

many thanks

Attachments:

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

  • Posts: 82864
  • Thank you received: 13372
  • MODERATOR
4 years 2 months ago #324087

Hi,

You can edit the file product / listing_price.php via the menu Display>Views and add that line at the top:
<?php unset($this->row->product_msrp); ?>

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

  • Posts: 85
  • Thank you received: 1
  • Hikashop Business
4 years 2 months ago #324106

Thanks
It has hidden the title "retail price" and the price which is right.
The mistake is that have hide the title "Wholesale Price" which should remain.

Can hide the title and the retail price with css?
thanks

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

  • Posts: 82864
  • Thank you received: 13372
  • MODERATOR
4 years 2 months ago #324132

Hi,

Yes, instead of that modification, you can also add custom CSS to your website to hide the parts you don't want.
Something like that should do it:
.hikashop_product_msrp_price{ display: none; }

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

Time to create page: 0.059 seconds
Powered by Kunena Forum