Can't get products to display to 3rd level

  • Posts: 82
  • Thank you received: 1
13 years 5 months ago #18378

Please follow this link... .this is the rendering when you click on Shop Online. It displays a master top level categories, click on Breyer and you will see the nice layout of the categories under Breyer...click on any of these categories...no products display, yet there are products THERE.

Now, in the menu tree to the LEFT and in the Main menu...if I start at Breyer, I get the display of categories and I click on the of these categories, I get to the product listings.

What am I missing?


when I try to use the 1st level display, all subcategories, it breaks the layout..by trying to put the list underneath the main category into 2 columns...randomly.

Example -- click on EXAMPLE to the LEFT.

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

  • Posts: 82868
  • Thank you received: 13375
  • MODERATOR
13 years 5 months ago #18393

That's because you unpublished the products listing module from the "associated modules" option of your menu's hikashop options. You need to go back in the menu Display->content menus, edit your menu 808 and publish a products listing module in the associated modules option.

Regarding the listings of sub categories in categories listings, that's something we improved in the latest version of HikaShop. If you update HikaShop and take the new CSS parts added for that into your custom CSS that should help fix the problems.

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

  • Posts: 82
  • Thank you received: 1
13 years 5 months ago #18405

Thanks! That fixed the first part!

I upgraded to 1.5.1 and it did NOT fix the layout issue on the 2nd part.

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

  • Posts: 82868
  • Thank you received: 13375
  • MODERATOR
13 years 5 months ago #18410

Great. Now just add the CSS:
.hikashop_category_list {
display: inline-block;
text-align: left;
}

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

  • Posts: 82
  • Thank you received: 1
13 years 5 months ago #18416

sorry to appear so dense, but I WHERE do I add this in the CSS? I added it here (new code in blue) and the result did not change.

}
.hikashop_category_right_part{
padding-left:1px;
}

.hikashop_category_list_item, .hikashop_product_list_item{
float:left;
}
.hikashop_category_list {
display: inline-block;
text-align: left;
}

.hikashop_product_list{
display: inline;
list-style-type: none;
}

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

  • Posts: 82868
  • Thank you received: 13375
  • MODERATOR
13 years 5 months ago #18423

That worked. Now the list of category names are inside the white zone on my end.
You should also remove the code below so that you don't get several items on the same line:
.hikashop_category_list_item, .hikashop_product_list_item {
float: left;
}

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

  • Posts: 82
  • Thank you received: 1
13 years 5 months ago #18425

Woot! That worked. Another item off the list!!!

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

Time to create page: 0.064 seconds
Powered by Kunena Forum