Search not displaying products

  • Posts: 441
  • Thank you received: 24
11 years 2 months ago #160801

if you make a search in www.cartuchosecoprint.es
for example hp 870c
you click on the result and nothing is displayed.
Same at www.lacestamagica.com
if you search tartas de pañales the address of the breadcrumbs is right but the url is compenet/hikashop....
and nothing is displayed also.

when looking for a product it shows it perfectly but for a category and displaying it its not working

Last edit: 11 years 2 months ago by condorazul.

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

  • Posts: 2334
  • Thank you received: 403
11 years 2 months ago #160804

Hi there,

Could you give more information about your hikashop version?
If you have an old version it might be the source of the problem.
You can also try to disable the SEF option in Hikashop and see if it fixes the issue (System>Configuration>Features)

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

  • Posts: 441
  • Thank you received: 24
11 years 2 months ago #160908

Version is last one 2.3.1
disabled the sef options does not fix the problem in neither of them
also i tried in antoher one and same problem, if you search by category the breadcrumbs seems correct but no product or subcategory is displayed

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

  • Posts: 12953
  • Thank you received: 1778
11 years 2 months ago #160934

Hello,
I just tired it on both website, and it worked fine.
Can you go to your "HikaShop products search plugin" configuration page and set the "Itemid" option to the ID of a Category listing content menu which have an associated module, and try it again ?
Thanks.

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

  • Posts: 441
  • Thank you received: 24
11 years 2 months ago #161029

i´ve already done that see the error.
First go to www.lacestamagica.com
type tartas de pañales (wich is a category same as second option in main menu
click on second option Tartas de Pañales.
As you can see nothing is displayed.

Another example go to
www.pxmilitar.es
search pantalones.
First option, nothing displayed.

Another one go to www.cartuchosecoprint.es
search hp 870c, select HP deskjet 870c
nothing is displayed.

All of those are categories with ones subcategories on them and others products on them.
In all the examples nothing is displayed.
In ItemId for categories i have selected number 125 wich is the category listing menu option, but no result at all.

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

  • Posts: 84298
  • Thank you received: 13697
  • MODERATOR
11 years 2 months ago #161046

Hi,

For categories, it's not the products search plugin that you need to configure but the categories search plugin.
You'll also find Itemid options there that you need to fill.
On your first website, I'm getting the URL www.lacestamagica.com/component/hikashop...17-tartas-de-panales
The part component/hikashop in the URL means that no Itemid has been configured in the search plugin or that it is not valid.

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

  • Posts: 441
  • Thank you received: 24
11 years 2 months ago #161118

Hi Nicolas,
in www.lacestamagica i created a menu and select hikashop category listing wich is id 712
in plugin search categories i select this itemid
same problem.

Same happens in www.cartuchosecoprint.es
wich also has an id assigned but no display

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

  • Posts: 441
  • Thank you received: 24
11 years 2 months ago #161638

Any Solution please???

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

  • Posts: 84298
  • Thank you received: 13697
  • MODERATOR
11 years 2 months ago #161839

Hi,

I've checked the website www.lacestamagica.com and the URL now looks correct:
www.lacestamagica.com/result/Cestas/17-tartas-de-panales
The link correctly contains the alias of the menu 712.
So it should display fine.
I've looked that the HTML of the page and I actually do see the HTML of the products of that category.
So I checked your CSS and I see that you added that CSS:
.hikashop_submodules {
display: none;
}

This CSS effectively hides all the associated modules of menus on your website... And since a category listing menu has its products displayed via an associated products listing module, you don't see the products as they are in that hikashop_submodules div that you removed from the display with CSS.
So it's not a bug of the search, it's just the way you customized the display of your website.
You can add that CSS to avoid the problem:
#hikashop_category_information_menu_712 .hikashop_submodules {
display: block !important;
}

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

  • Posts: 441
  • Thank you received: 24
11 years 2 months ago #161881

yes, thanks, solved the problem, did not realize why i did hide this...

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

Time to create page: 0.082 seconds
Powered by Kunena Forum