[solved] display two prices in list product

  • Posts: 24
  • Thank you received: 0
11 years 4 months ago #109909

As the subject, I need to show the full price and the discount price in the list product (not only in the product page)...
I didn't find the options, or I didn't understand how it works...or I have to chage the php files?
Help, thanks

Last edit: 11 years 4 months ago by vigna.

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

  • Posts: 82758
  • Thank you received: 13346
  • MODERATOR
11 years 4 months ago #109935

No. You need to go in the menu Display->Content menus/modules and edit your products listing menus/modules and change the "show discounted prices" option to display both discounted and non discounted prices on your products listings.

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

  • Posts: 24
  • Thank you received: 0
11 years 4 months ago #109937

thanks for your answer..I tried all the options in the menu "show discount price" but in the frontend I have only the lower price...
in the first attachment image you can see my options...I don't find "show both price"
in the second image you see the two price I have to show, "prezzo al dettaglio" full price and "prezzo", in the right menu as the discount price

(sorry for my bad english......)

Attachments:
Last edit: 11 years 4 months ago by vigna.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 4 months ago #109995

Hi,

You can edit the view "product / listing_price" and remove: && JRequest::getCmd('layout') == 'show'
in the two if conditions: if(isset($this->row->product_msrp) && @$this->row->product_msrp > 0.0 && JRequest::getCmd('layout') == 'show' && $this->params->get('from_module','') == ''){

The following user(s) said Thank You: vigna

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

  • Posts: 24
  • Thank you received: 0
11 years 4 months ago #110063

It works!!! Thank you so much!!

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

Time to create page: 0.071 seconds
Powered by Kunena Forum