Menu Expanding

  • Posts: 392
  • Thank you received: 0
11 years 10 months ago #91458

Hi!

I have a category list menu item, and it stays open to the last category that you looked at. I have another shop using the same setup and it doesn't function this way.

I have attached a pic of what it looks like.

Thanks :)

Attachments:

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

  • Posts: 13201
  • Thank you received: 2322
11 years 10 months ago #91644

Hi,

Could you give us a link to your website ?
It will be easiest for us to find from where the problem come from.

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

  • Posts: 392
  • Thank you received: 0
11 years 10 months ago #91646

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

  • Posts: 83050
  • Thank you received: 13412
  • MODERATOR
11 years 10 months ago #91790

Hi,

Can you edit the file "listing_list" of the view "category" via the menu Display->Views and change the code

}else{
						$found = (int)$app->getUserState(HIKASHOP_COMPONENT.'.last_category_selected');
					}
to
}elseif(JRequest::getString('ctrl','category')!='category'||JRequest::getString('task','listing')!='listing'){
						$found = (int)$app->getUserState(HIKASHOP_COMPONENT.'.last_category_selected');
					}
and see if that helps ?

The following user(s) said Thank You: Bugger101

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

Time to create page: 0.070 seconds
Powered by Kunena Forum