Show cats and products in HikaShop in a cool way!

  • Posts: 1
  • Thank you received: 1
11 years 10 months ago #54345

Hi guys,

Skyline HikaShop Nested Accordion is a module of Joomla! that displays HikaShop categories as multilevel accordion menu. The accordion effect is written in native mootools javascript which is supported by Joomla! core so that there will be no javascript conflict when you use this module.

Try this here .
Thank you.

Last edit: 11 years 10 months ago by Hoang.
The following user(s) said Thank You: nicolas

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

  • Posts: 81515
  • Thank you received: 13069
  • MODERATOR
11 years 10 months ago #54375

Hi,

That's great !
Thank you for sharing that !

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

  • Posts: 46
  • Thank you received: 1
11 years 5 months ago #73243

is there any way to sort the catagories in alphabetical order????

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

  • Posts: 81515
  • Thank you received: 13069
  • MODERATOR
11 years 5 months ago #73247

In hikashop categories listing modules, you can go in the hikashop options of the modules and select the ordering column and the ordering direction options for that.

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

  • Posts: 46
  • Thank you received: 1
11 years 5 months ago #73248

Thanks Nicolas but i tried that and this is related to the Skyline Accordian Menu so probably not your area of support

The module installs fine but the category name order is out sync

$query->select('a.*')
->from('#__hikashop_category AS a')
->join('INNER', '#__hikashop_category AS b ON a.category_left BETWEEN b.category_left AND b.category_right')
->where('b.category_type = \'product\'')
->where('b.category_parent_id > 1')
->where('b.category_published = 1')
->order('a.category_left , a.category_ordering ')

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

  • Posts: 81515
  • Thank you received: 13069
  • MODERATOR
11 years 5 months ago #73249

You shoudl change:
->order('a.category_left , a.category_ordering ')

to:
->order('a.category_left , a.category_name')

Last edit: 11 years 5 months ago by nicolas.

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

  • Posts: 46
  • Thank you received: 1
11 years 5 months ago #73250

Thanks again but i tried that and it did not work.

see attached. I have raised a support ticket with Skyline a few days ago but they are not as quick with giving support as you are :)

Attachments:

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

  • Posts: 81515
  • Thank you received: 13069
  • MODERATOR
11 years 5 months ago #73251

Than I don't know. You'll have to wait for their answer.

The following user(s) said Thank You: ponygirl

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

Time to create page: 0.079 seconds
Powered by Kunena Forum