hide the filters on the main area

  • Posts: 138
  • Thank you received: 1
10 years 10 months ago #140334

Hello i just installed your bussines edition. Everuthing is working well, Now do iw ant to install the filter as a search module. This is all working but i wnat to hide the filteroption on the main area of the website. So it only shown on the module. Now is your explaniation saying this:

On the other end, if you want to hide the filters on the main area of your page and only display the filters via the module, you can add such CSS (replace the X by the id of your menu) in the front end CSS file of HikaShop via the Display tab of the configuration :

#hikashop_category_information_menu_X .hikashop_filter_main_div{ display:none; }

HOwever i can not find this code in this css file.. did this change?

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

  • Posts: 12953
  • Thank you received: 1778
10 years 10 months ago #140360

Hi,
If you only want to hide your filters through a content module, you'll only have to :
- Go to your product listing content menu/module configuration page ("HIkashop->Display->Content menus/modules->Your product listing content menu/module")
- Set the "Display Filters" option to NO.

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

  • Posts: 138
  • Thank you received: 1
10 years 10 months ago #140379

Thanks this worked for me. Then i have another question. When i search something the result is shown on what looks the homepage of the webshop. (products lisening) Is there a way i can show the results of the search on a different page with for example the seacrhbox again or at least with a different text?

Then there is another problem: The images and text are not inside the border of the product on mobiles like the iphone. So on the pc it is all working perfect. My compliments. However on mobile it looks like that the border is laying behind the image and the text. The webshop url is: Is this something from my template or should i change something?

Then is it true that i have to pay each 12 months for the businesmodel? I thought it was a one time buy?

Last edit: 10 years 10 months ago by extreme.

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

  • Posts: 82910
  • Thank you received: 13379
  • MODERATOR
10 years 10 months ago #140392

1. In the "menu" option of your hikashop filter module, you can define the destination menu item for the results of the search. So that means that this menu item is set to display as the home page somehow.

2. That's normal because your template doesn't use bootstrap and thus you cannot activate the "use bootstrap design" option of the hikashop configuration which would allow you to have the columns switch from n columns to one automatically when needed.
So you would have to add custom CSS to your website using @media queries to adapt manually the listing for mobile phones:
developer.mozilla.org/en-US/docs/Web/Guide/CSS/Media_queries

3. It's not true. It's indeed a one time purchase. It's only the subscription to updates and services like the support which is limited to 1 year and can be renewed.

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

  • Posts: 138
  • Thank you received: 1
10 years 10 months ago #140416

hello,

yes i did use the product listening as my homepage. The menu item i put in the module. If i change this number then the searchmodule is not finding any products anymore. And if i change this number to witch menu option or thing should i change it then?

Thank you for the quick replys and the support. Keep on the good work.

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

  • Posts: 82910
  • Thank you received: 13379
  • MODERATOR
10 years 10 months ago #140424

You should change it to another products listing menu item configured to display all the products. If you don't have another one, you can simply create it via the joomla menu manager.

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

  • Posts: 138
  • Thank you received: 1
10 years 10 months ago #141202

Thanks, i have another problem. Somehow the xmap is showing the products double after the update to business. Only the url from the products. The articles are just showing ones. I did check the xml map and this is still working fine.

Last edit: 10 years 9 months ago by extreme.

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

  • Posts: 82910
  • Thank you received: 13379
  • MODERATOR
10 years 10 months ago #141248

Hi,

I don't see them in double. Can you give a concreate example ?

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

  • Posts: 138
  • Thank you received: 1
10 years 10 months ago #141271

Yes i can give you 500 examples. :cheer: Go to sitemap

Last edit: 10 years 9 months ago by extreme.

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

  • Posts: 26159
  • Thank you received: 4028
  • MODERATOR
10 years 10 months ago #141327

Hi,

So the XML sitemap generated by XMAP is good.
But, how the "html sitemap" is generated ?

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: 138
  • Thank you received: 1
10 years 10 months ago #141328

Yes the xml map is ok. The html sitemap is not. and this is also generated bij xmap. i dont know what to tell you more.

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

  • Posts: 82910
  • Thank you received: 13379
  • MODERATOR
10 years 10 months ago #141337

As far as I can see, there are three things at play here:
First, these three links should be different as there should be a category_pathway parameter in them with a different category id for each one. I don't see that parameter in them so I can only guess that either you have an old version of our xmap integration plugin or that you modified it. Can you check on that ?
Second, the fact that you have several links for the same product is because I guess that you can access that product page from different categories/menu items AND that you didn't specify the main URL in the "canonical URL" field of your products.
Third, the fact that you have a different result between the XML and the HTML versions is because for the XML version, xmap removes all the doublon URLs. If you will have the category_pathway parameter there, you would also get three links in the XML, and if you would set the canonical URL in your products, you would have 1 URL on both.

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

  • Posts: 138
  • Thank you received: 1
10 years 10 months ago #141350

i Have the Xmap - Hikashop Plugin id 10136 no idea where to check the version and Xmap - Content Plugin both are publiced.

I also just updated my xmap to the newest version: 2.3.4

I did not moderate anything.

So if i understand you correctly i have to put a canonical url for each product i have. I did try to google but i could not find out how to do this in hikashop. do you have a link to some documentation?

Then even when i do this i will have duplicated links. I hope you have some more to think about ;)

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

  • Posts: 2334
  • Thank you received: 403
10 years 9 months ago #141863

Hi there,

You can add a canonical url in the product page of your backend, it's one of the field under the description.
You will still have duplicate link but they won't be indexed since you have this canonical url specified :)

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

  • Posts: 138
  • Thank you received: 1
10 years 9 months ago #141870

Hello Eliot, jerome, nicolas,

First of all thanks for the awnsers.

I did use the canonical for categorie and products after you told me this last time. I did update everyting possible and still have the same problem.

So if you go to the html page of the sitemap you see two things:

1. the normal menu for the website is just showing all the links one time. (as it should)
2. Then after this menu the menu for hikashopproducts start. The way it is showing is like this: First it is showing a maincategorie and then the subcategorie with all the productlinks.
After each main catergorie it is not showing the next main categorie. No it is showing this same catergorie again...... This time however without the little tree. So what you get is one long row of links. Then the next main categorie starts etc etc.

So i looked at the menu item and it is called "hikashop categorieoverzicht" (in Dutch) So there is no second menu that is making the products show double.

Is it possible that a plugin or a new module is making this show double? If you want i can give more info.

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

  • Posts: 138
  • Thank you received: 1
10 years 9 months ago #143945

@Admin @administrator Can i get some help here? thanks.

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

  • Posts: 82910
  • Thank you received: 13379
  • MODERATOR
10 years 9 months ago #144579

Hi,

I can now see that you have the same URL for all three instances of the "Opvouwbare waskom Defensie" product on the www.extremesurvival.nl/sitemap-extreme-survival page. If Xmap doesn't keep only one instance of the link on that page while it does on the XML it can only be a problem of xmap which is not consistent between both displays as HikaShop sends the same thing to xmap in both cases.

The links show several times because you have menu items configured in a way that the product can be accessed via several menu items and apparently xmap does display the link for each one on the HTML page but not in the XML page.

What you can try is to add the line:

static $already = array(); if(!empty($already[$product->product_id])){continue;}else{$already[$product->product_id]=$product->product_id;}
after each line:
foreach($products as $product) {
in the xmap plugin file plugins/xmap/hikashop/hikashop.php
And that will avoid HikaShop giving all the possible links to xmap.

The following user(s) said Thank You: extreme

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

  • Posts: 138
  • Thank you received: 1
10 years 9 months ago #144590

Thank you that did the trick!

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

  • Posts: 32
  • Thank you received: 0
10 years 7 months ago #152550

Hi, I have the following case: how to hide repeated product page at the bottom of the site, but filters remain visible?
test.donmarin.com/products.html
:)

Attachments:
Last edit: 10 years 7 months ago by LIP Trade.

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

  • Posts: 82910
  • Thank you received: 13379
  • MODERATOR
10 years 7 months ago #152700

Hi,

This is a products listing module which is displayed at the bottom by Joomla. It has nothing to do with the filters. Go in the Joomla Modules manager and disable that module (id 99) and that should do it.

The following user(s) said Thank You: LIP Trade

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

Time to create page: 0.131 seconds
Powered by Kunena Forum