Category Listing Module

  • Posts: 966
  • Thank you received: 11
12 years 6 months ago #82239

I'm using the Category listing module. I have two categories with sub-categories. I would like when users click on a category it displays all the items from the first sub-category on the list. How can I do that please?

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

  • Posts: 13201
  • Thank you received: 2322
12 years 6 months ago #82355

You need to associate a module to this menu (in this menu options). And configure these module to display products.

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

  • Posts: 966
  • Thank you received: 11
12 years 5 months ago #82513

A couple issues with my menu.

1) When I click on the category "Woman" it shows the 3 categories on the right, as per the attached image. How do I get rid of that please?

2) When I click on each sub-category it's displaying the same products for all of them although I uploaded different products in those sub-categories. Sometimes it doesn't show anything at all...

3) Also, if you notice it's showing that I have a total of (5) items. I have a total of (3) items. As you can see next to each sub-category they each have 1 item. So I'm not sure why the category is showing (5) and not (3).

4) The other issue is when I click on the other category "Man", it opens then closes. It DOES NOT stay expanded like the "Woman" category.

5) Lastly, I am really, really having troubles with the images. I uploaded images for all the sub-categories under "woman" and they are not showing. So I cleared may cache (backend and front), tried again, 2 more times, and it's still showing the default image.

I'm not sure what's going on here but if you can help it would greatly appreciated. Otherwise I may just have to reinstall as I cannot figure out what the issues are...

Attachments:
The following user(s) said Thank You: IamJim

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

  • Posts: 83989
  • Thank you received: 13604
  • MODERATOR
12 years 5 months ago #82723

1. In the "menu" option of your categories listing module, instead of having a categories listing menu selected, you should select a products listing menu.

2. Can you give a link to the page ?

3. It might come from point 2. If you have two products in different sub categories of a category, it might count strangely.

4. That's because of point 1. The solution on point 1 should normally solve that too.

5. sub categories ? Your listings of categories are displayed with lists on your screenshot, it's normal that you don't see the images.
Did I miss something ? Or you meant for the products ?
Could you give more information on what you did ? Maybe a step by step with the screenshots ? Do you see the image on the backend ? On the frontend ? H%ow did you upload it ? via ftp ? via the uploading system in HikaShop ? Wasn't the file too big ?

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

  • Posts: 966
  • Thank you received: 11
12 years 5 months ago #82781

Hi nicolas,

Thank you for responding.

It appears that the issue was with this file that I downloaded from my account: (com_hikashop_business.zip)

I reinstalled using this one that I got when I originally made the purchase and it's working better. Not sure what the difference is. (com_hikashop_business_2.0.0_2012-11-23.zip).

The only thing that still isn't working is #4 and I saw another poster who has the same issue here...

4) The other issue is when I click on the other category "Man", it opens then closes. It DOES NOT stay expanded like the "Woman" category.

.
So again the very first category expands fine, but the ones below it expands but closes right away. If you want I can send you a link to view.

Thanks again.

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

  • Posts: 13201
  • Thank you received: 2322
12 years 5 months ago #82963

Hi,

Isn't the solution given on the last post of the other topic working ?

Yes, thanks to give us a link to your website to see what's happening.

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

  • Posts: 966
  • Thank you received: 11
12 years 5 months ago #83478

I'll look at the solution. However, I thought since I have the most updated version and it was supposed to be corrected as per Jerome's note in the post, I assume my version should be working fine...

What version was it updated in?

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

  • Posts: 26253
  • Thank you received: 4040
  • MODERATOR
12 years 5 months ago #83561

Hi,

Could you please post a reference of the thread ?
The package was not updated since several days so, without time information I couldn't tell you if the fix was include in the package or not.
And I think that the fix should be include in my answer if I couldn't update the online package.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 966
  • Thank you received: 11
12 years 5 months ago #83791

This worked. Thanks!!

if($this->mode == 'pane') {
			jimport('joomla.html.pane');
			if(!empty($this->options))
				$options = array_merge($options, $this->options);
			$this->tabs = JPane::getInstance('sliders', $options);
			$ret .= $this->tabs->startPane($name);
		} elseif($this->mode == 'sliders') {
			if(!empty($this->options))
				$options = array_merge($options, $this->options);
			$ret .= JHtml::_('sliders.start', $name, $options);
		} else {

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

Time to create page: 0.098 seconds
Powered by Kunena Forum