Switch off displaying associated products listing

  • Posts: 55
  • Thank you received: 1
9 years 9 months ago #222459

-- url of the page with the problem -- : www.shemeck.pl
-- HikaShop version -- : 2.6.0
-- Joomla version -- : 3.3.6
-- PHP version -- : 5.3.28

Dear Hika,

I just updated our Hikashop system to new 2.6.0 version. We found that You made many improvements, that helps to make life easier :)

For our shop we have few categories, where we must to display products in diferent way and because of that we are not using standard displaying of products for category. For our case we switching off displaying products for category and by using loadposition in category description we are displaying products on category site.
Unfortunatelly we didn't find any possible in 2.6.0 to switch off products displayng for category listing. Even if we are setting table displaying with 0 rows always one product left.

Best Regards
SHEMECK

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

  • Posts: 84328
  • Thank you received: 13718
  • MODERATOR
9 years 9 months ago #222474

Hi,

Yes, the new system doesn't have associated modules anymore for the display of the products listing of a category menu item.
It's now handled automatically.
It makes it a lot more easier for the merchants to setup their shop.

What you could do is add some CSS code in order to hide the products listing displayed automatically below the categories listing.
It should be quite easy using the display:none; CSS

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

  • Posts: 55
  • Thank you received: 1
9 years 9 months ago #222567

Dear Nicolas,

Thank You for Your answer, but I don't know how I can set display:none in CSS or which class I can hide. Finaly we are using product_listing classes but in other way.

Could You give some examples?

Best Regards
SHEMECK

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

  • Posts: 26276
  • Thank you received: 4046
  • MODERATOR
9 years 9 months ago #222576

Hi,

You can read that documentation about customization.
www.hikashop.com/support/support/documen...ize-the-display.html
After that ; you can find a lot of tutorials on CSS on Internet ; but the documentation should give you a first start.

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: 55
  • Thank you received: 1
9 years 9 months ago #222617

Dear Jerome,

You've get me wrong. It is not my first start with CSS and I don't want You to lern me CSS now. As I wrote You I can hide it by CSS and it is not a problem for me, but in that case (because is the same class as in my modules) I will hide my working lists?

I don't want to turn everything upside down only because switching off product listing.

Do You think it is a good idea to make new classes for that?

Best Regards,
SHEMECK

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

  • Posts: 84328
  • Thank you received: 13718
  • MODERATOR
9 years 9 months ago #222647

Hi,

That's not a problem. With the correct CSS code, you can hide that listing without hiding the others as it has a specific ID that other listings won't have. It doesn't require adding any class anywhere.

Suppose that you want to remove that listing:
take.ms/uxU8m

You could for example use such CSS:
#hikashop_category_information_menu_132 .hikashop_submodules{
display:none;
}
and that would only hide the associated products listing of that menu item, not the other products listing.

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

  • Posts: 55
  • Thank you received: 1
9 years 9 months ago #222797

Dear Nicolas,

Nice solution, I didn't realize that it will work with module id :)

Thanks!

p.s. It will hide any other module in category listing (what other view can be located under submodules class?)

Kind Regards

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

  • Posts: 84328
  • Thank you received: 13718
  • MODERATOR
9 years 9 months ago #222824

Hi,

The only module there is the products listing. There are no other. So it won't interfere with anything else.

The following user(s) said Thank You: shemeck

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

  • Posts: 55
  • Thank you received: 1
9 years 9 months ago #224122

Dear Nicolas,

Your support is fantastic. Thank You for that tip - very helpfull and is working now!

Best Regards
SHEMECK

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

Time to create page: 0.070 seconds
Powered by Kunena Forum