we have problem with cateogry menu

  • Posts: 28
  • Thank you received: 0
12 years 11 months ago #37632

We have a problem where the category menu is not taking us to the product listing page but its taking us to the category page instead when a menu item is click we want it to take us to the product listing page instead but when we click on the category page it does not display the listing

madaboutleisure.wsini.com bare in mind this is a test site pleease do not use anything of this site

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

  • Posts: 83103
  • Thank you received: 13415
  • MODERATOR
12 years 11 months ago #37726

Could you do some screenshots of your modules/menus hikashop options so that we can see ho you configured all that ?

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

  • Posts: 28
  • Thank you received: 0
12 years 11 months ago #37759

Yes please find the inclosed image paste of the hikashop options of my category listing

imagepaste.nullnetwork.net/viewimage.php?id=3213

I hope this helps diagnose this problem we have the site ready to go live

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

  • Posts: 83103
  • Thank you received: 13415
  • MODERATOR
12 years 11 months ago #37907

In your module, you selected the "home" menu item in the "menu" option.
You should have there a hikashop category listing menu. Otherwise, it won't work properly.

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

  • Posts: 28
  • Thank you received: 0
12 years 11 months ago #37935

great got it working nicolas one more thing i noticed however the sub categories are not order is their anyway even in code getting them orderd alaphabetically

madaboutleisure.wsini.com

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

  • Posts: 83103
  • Thank you received: 13415
  • MODERATOR
12 years 11 months ago #38059

You're right.

Please change the line:
$childs = $class->getChilds($ids,true,array(),' ORDER BY category_ordering',0,0,false);

to:
$childs = $class->getChilds($ids,true,array(),$order,0,0,false);

in the file components/com_hikashop/views/category/view.html.php and that should fix the problem.

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

Time to create page: 0.042 seconds
Powered by Kunena Forum