Filters appearing twice.

  • Posts: 64
  • Thank you received: 0
11 years 9 months ago #130423

-- url of the page with the problem -- : www.gouri-gouri.com/v3/index.php/m-i-charms
-- HikaShop version -- : 160
-- Joomla version -- : 25
-- PHP version -- : 526
-- Browser(s) name and version -- : safari 6.1
-- Error-message(debug-mod must be tuned on) -- : Error_message


Hi,

On the page given above, when the page reloads after I have chosen some filter option, the same filter, and that from another category, appear at the bottom of the page. I hope you can help!

Thanks!
George.

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

  • Posts: 12953
  • Thank you received: 1778
11 years 9 months ago #130459

Hi George,
If you don't want your filter module (the filters that are displayed at the bottom of your product listing) to display through your product listing page, you should :
- Go to your Filter module configuration page through your Joomla module manager page
- Setting the "Module Assignment" option to Only on the pages selected
- Un-check the menu of your product listing.

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

  • Posts: 64
  • Thank you received: 0
11 years 9 months ago #130525

Hi,

Thanks for the above but it doesn't help. I should also say that I have 2 filters in 2 different pages. Their settings are identical. On this page www.gouri-gouri.com/v3/index.php/m-i-keyrings it works fine. On this www.gouri-gouri.com/v3/index.php/m-i-charms I get this duplication for some reason ...

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

  • Posts: 64
  • Thank you received: 0
11 years 9 months ago #130679

Still have a problem with this! Changing the filter module through the Joomla module manager does not affect anything. any other ideas??

Thanks!

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

  • Posts: 84233
  • Thank you received: 13675
  • MODERATOR
11 years 9 months ago #130683

You're probably not changing the correct one. As far as I can see, you should disable the module with the 101 which is a module of the type "hikashop filter module" and which displays that second set of filters.

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

  • Posts: 64
  • Thank you received: 0
11 years 9 months ago #130816

That is the module I am changing but it has no effect whether published or unpublished! Should there be a different joomla module for each filter?

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

  • Posts: 84233
  • Thank you received: 13675
  • MODERATOR
11 years 9 months ago #130833

I just checked your website and I don't see the module twice anymore. It was probably just some caching turned on on your website.

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

  • Posts: 64
  • Thank you received: 0
11 years 9 months ago #130849

Still there but only after you choose a filter (on this page: www.gouri-gouri.com/v3/index.php/m-i-charms )

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

  • Posts: 84233
  • Thank you received: 13675
  • MODERATOR
11 years 9 months ago #130854

I don't see the filters twice at the top like before.
I however see a filter module ( id 120 ) at the bottom of the page now.
That's the one you want to disable if you want to remove the filters at the bottom.

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

  • Posts: 64
  • Thank you received: 0
11 years 9 months ago #130860

Yes, the problem is at the bottom. id 120 is "Associated products listing for categories" and it is unpublished.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 9 months ago #130910

Hi,

As Nicolas, I see that the module have the id "hikashop_module_120" so you maybe had created this module, and then disabled/changed it's type or something else, and actually it seems to have another id.

Try to disable the modules one by one to see which one is related on the filters.
Or you can try to find the module via the option "Modules to display under the main area" in Configuration > Display.

ps: the configuration display has changed since HikaShop 1.6.0, thanks to update your version.

The following user(s) said Thank You: boussog1

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

  • Posts: 64
  • Thank you received: 0
11 years 9 months ago #131172

I have upgraded to the latest version and the duplication is not a problem anymore. But now the filters appear appear before my page title. What is the best way to change that?

Thanks!

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

  • Posts: 13201
  • Thank you received: 2322
11 years 9 months ago #131212

Hi,

I think that it's the category name and not your page tiltle.
You have to edit the view "product / listing" and change the position of the code:

if(hikashop_level(2) && JRequest::getVar('hikashop_front_end_main',0) && JRequest::getVar('task','listing')=='listing' && $display_filters=='1'){
 	$this->setLayout('filter');
 	$htmlFilter = $this->loadTemplate();
}
To move it after the category name display.

The following user(s) said Thank You: boussog1

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

  • Posts: 64
  • Thank you received: 0
11 years 9 months ago #131231

Yes it is the category name … Can you please help with where it should be positioned? I have even tried in category listing view but without success ...

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

  • Posts: 64
  • Thank you received: 0
11 years 9 months ago #131271

Still have a problem with this ...

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

  • Posts: 13201
  • Thank you received: 2322
11 years 9 months ago #131334

Hi,

Modification ;)
You have to add the code: echo $mainInfo;
Before: if(!empty($htmlFilter)&&@$_GET!='category') echo $htmlFilter;

And remove the lines: if(!$this->module) echo $mainInfo; in the view "product / listing".

The following user(s) said Thank You: boussog1

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

  • Posts: 64
  • Thank you received: 0
11 years 9 months ago #131413

Great, It works!! Thank-you!

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

  • Posts: 64
  • Thank you received: 0
11 years 8 months ago #134784

Hi,

This problem has come back for some reason!! Namely, filters appearing twice at the bottom of page www.gouri-gouri.com/v3/index.php/m-i-charms AFTER choosing a filter option …

Please help!

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

  • Posts: 13201
  • Thank you received: 2322
11 years 8 months ago #134989

Hi,

That's a very strange thing.
Can you try to install again the latest HikaShop version over your current version ?

Have you tried to disable the modules one by one to see if this module has another id ? and if it solve the problem ?

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

  • Posts: 64
  • Thank you received: 0
11 years 8 months ago #135022

Yes, I have tried unpublishing them 1 by 1 but still the same problem.

I have the latest version. should I re-install?

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

Time to create page: 0.159 seconds
Powered by Kunena Forum