Results 1 to 10 of 809

Hybrid View

  1. #1
    Join Date
    Jan 2016
    Location
    Netherlands
    Posts
    150
    Plugin Contributions
    0

    Default Re: Dynamic Filter [Support Thread]

    It is working now, thank you :)

  2. #2
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Dynamic Filter [Support Thread]

    Quote Originally Posted by LadyoftheCave View Post
    It is working now, thank you :)
    Thanks for reporting back, and I am glad it is working now

  3. #3
    Join Date
    Jan 2016
    Location
    Netherlands
    Posts
    150
    Plugin Contributions
    0

    Default Re: Dynamic Filter [Support Thread]

    Hi again ,

    I thought that everything was working now, but when I click on by price, everything is working, but if I click on by colour, then I receive an error:

    WARNING: An Error occurred, please refresh the page and try again.

    Log file:

    HTML Code:
    [07-Jun-2016 11:09:38 Europe/Amsterdam] PHP Fatal error:  1267:Illegal mix of collations (latin1_swedish_ci,COERCIBLE) 
    and (latin1_bin,NONE) for operation 'find_in_set' :: SELECT DISTINCT  p.products_id, p.products_type, p.master_categories_id,
           
    p.manufacturers_id, p.products_price, p.products_tax_class_id, pd.products_description, IF(s.status = 1,
           
    s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status =1, s.specials_new_products_price,
           
    p.products_price) as final_price, p.products_sort_order, p.product_is_call, p.product_is_always_free_shipping,
           
    p.products_qty_box_status FROM products p LEFT JOIN specials s on p.products_id = s.products_id LEFT JOIN products_description pd on 
    p.products_id = pd.products_id JOIN products_to_categories p2c on p.products_id = p2c.products_id JOIN products_attributes p2a on 
    p.products_id = p2a.products_id JOIN products_options po on p2a.options_id = po.products_options_id JOIN products_options_values 
    pov on p2a.options_values_id = pov.products_options_values_id WHERE p.products_status = 1
           and pd.language_id = '2'
           
    and p2c.categories_id = '457' and (p.products_price_sorter>=5.28 and p.products_price_sorter<=15) GROUP BY p.products_id 
    HAVING ( FIND_IN_SET("Kleurbruin/naturel", GROUP_CONCAT(CONCAT(REPLACE(po.products_options_name, " ", ""), 
    pov.products_options_values_name)))) ==> (as called by) /var/www/vhosts/merlins-cave.nl/httpdocs/xdatabasesite/includes/modules/pages/
    index/header_php.php on line 52 <== in /var/www/vhosts/merlins-cave.nl/httpdocs/xdatabasesite/includes/classes/db/mysql/query_factory.php on line 155

  4. #4
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Dynamic Filter [Support Thread]

    You have different collations in your database. This is causing the error. You should change them all to latin1_swedish_ci.

  5. #5
    Join Date
    Jun 2011
    Posts
    85
    Plugin Contributions
    0

    Default Re: Dynamic Filter [Support Thread]

    I love what this filter can do, but I want it to behave exactly like the first post website http://www.snowrepublic.co.uk/.....

    Is this even the same mod, the post is from 2012? I want to be able to check multiple boxes and it filters as they are checked and unchecked... So it's responding immediately to inputs instead of waiting to click the filter button. Is there is an option for it to do this?

    I am sure I can modify the code to do this, but before I do, I just want to make sure I'm not doing something incorrectly.

    So I want it to behave like checkbox-single but actually allow for multiple inputs.

    Thanks!

    Brian

  6. #6
    Join Date
    Sep 2011
    Posts
    19
    Plugin Contributions
    0

    Default Re: Dynamic Filter [Support Thread]

    Hi, I am wondering if anyone can help me. I do like the dynamic filter however, it causes my manufacturer/category & alpha sort filters (built in) to not work at all. I am using zencart 1.5.1 and have winchester black template by picaflor installed. The dynamic filter works perfectly (I installed the code around the modified files manually), but now the built in filters do not work at all. I am in need of having a "category" filter otherwise I must uninstall this mod as this is crucial for my particular site. Thanks.

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. Empty Dynamic Filter
    By LadyoftheCave in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 6 Jun 2016, 12:47 PM
  3. v150 Dynamic filter
    By Dinoleix in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 13 Aug 2013, 10:23 AM
  4. v150 Dynamic filter - All pages
    By Okkwebmedia in forum Addon Sideboxes
    Replies: 0
    Last Post: 8 Jul 2013, 08:52 AM
  5. v138a Dynamic Filter
    By SoftCorpse in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 18 Jun 2012, 01:32 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg