listing heading missing when upgraded to 1.5.7

  • Posts: 60
  • Thank you received: 8
12 years 1 month ago #43318

When we updated to the latest version of Hikashop, the headings on our product listing pages disappeared.

We changed the following code in our product / listing.php template override file and the listing page headings reappeared and seem to be displaying as before.

if(version_compare(JVERSION,'1.6','<')){
$title = 'show_page_title';
}else{
$title = 'show_page_heading';

}

To make our page headings work again we changed the code to:

if(version_compare(JVERSION,'1.6','<')){
$title = 'show_page_title';
}else{
//$title = 'show_page_heading';
$title = 'menu_text';

}


Not sure if our work around fixed a bug in the new release or if it simply worked around something else we were doing wrong in our configuration.


Ecommerce expert for hire. DaveKarlsven.com

I love helping businesses make lots of money online.
Last edit: 12 years 1 month ago by wildfire.

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

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
12 years 1 month ago #43412

Indeed, we changed that in order to use the correct options in the joomla options screen of the menus.

You can revert the change we made if you want, it doesn't matter much, as long as it works...

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

Time to create page: 0.055 seconds
Powered by Kunena Forum