Retail Price on Products but Not Catergories

  • Posts: 214
  • Thank you received: 1
11 years 1 month ago #98346

Hi There,

If you compare the catergory listing

www.lastseasons.co.uk/index.php/gas-barbeque

to a product page

www.lastseasons.co.uk/index.php/gas-barb...ley-with-grillstream

What I would really like to do is display the Retail Prices on the Catergory view for all of the products, how would I go about doing this? I've had a look in the Content Modules but nothing seems obvious.

Many Thanks,

Matthew

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

  • Posts: 206
  • Thank you received: 26
11 years 1 month ago #98355

Just a quick note on this as well, If this could be added into the Table Layout category that would be great. (i'll do a quick search though matps to see if it can be done quickly)


I'm not an expert at this, if i post on your thread i'm doing so with the best of my knowledge and just trying to help :)

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

  • Posts: 13201
  • Thank you received: 2322
11 years 1 month ago #98477

Hi,

You can edit the view "product / listing_price" and remove "JRequest::getCmd('layout') == 'show' &&" in the two lines:

if(isset($this->row->product_msrp) && @$this->row->product_msrp > 0.0 && JRequest::getCmd('layout') == 'show' && $this->params->get('from','') != 'module'){ ?>

This will be displayed at each places where the price is display.

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

  • Posts: 214
  • Thank you received: 1
11 years 1 month ago #98506

Hi,

Was that meant for me or tj, as it did nothing for me.

Oddly, if you look at www.lastseasons.co.uk/index.php/gas-barb...ley-with-grillstream

You can see the retail price is displayed for the recently viewed product, but not on the catergory page.

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

  • Posts: 214
  • Thank you received: 1
11 years 1 month ago #98657

Hi,

I'm still not able to work out how to solve this issue.

FYI, since you've given me so much support I spoke to my employer and we decided that we should upgrade to the Business Edition for all the advanced features and as a thank you!

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

  • Posts: 81677
  • Thank you received: 13102
  • MODERATOR
11 years 1 month ago #98827

Hi,

Then try to replace the code:

if(isset($this->row->product_msrp) && @$this->row->product_msrp > 0.0 && JRequest::getCmd('layout') == 'show' && $this->params->get('from','') != 'module')
with:
if(isset($this->row->product_msrp) && @$this->row->product_msrp > 0.0)

in the product/listing_price.php file (two places).

And make sure that you're editing the view file for the correct template.

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

Time to create page: 0.082 seconds
Powered by Kunena Forum