Display category description on page 1 only

  • Posts: 127
  • Thank you received: 1
9 years 5 months ago #234018

-- HikaShop version -- : 2.6.1
-- Joomla version -- : 3.5.0
-- PHP version -- : 5.5.21
-- Browser(s) name and version -- : Safari 9.0.1

Hello,

My client has asked if the category description can be set to only display on the first page of the product listing pagination results. This is requested because the descriptions for each category are lengthy and only need to be shown once, then be removed or hidden once the user uses the pagination to navigate to page 2 and beyond. Can this be done with PHP or would CSS be the better way? Any help is greatly appreciated. Thank you.

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

  • Posts: 84307
  • Thank you received: 13701
  • MODERATOR
9 years 5 months ago #234041

Hi,

You'll have to edit the file listing of the view product via the menu Display>Views and add the code:
if(!$this->pageInfo->limit->start)
before the line:
echo JHTML::_('content.prepare',$this->element->category_description);

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

  • Posts: 127
  • Thank you received: 1
9 years 5 months ago #234110

Hello,

Awesome. That worked perfectly. Thank you.

Mike

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

Time to create page: 0.059 seconds
Powered by Kunena Forum