Results 1 to 10 of 809

Hybrid View

  1. #1
    Join Date
    Feb 2014
    Posts
    1
    Plugin Contributions
    0

    Default Re: Dynamic Filter - Left Col Boxes Misaligned

    I have this module installed however I can't get it to filter multiple attributes at the same time. For example my site sells dresses. If a customer wants to look for a white color dress, size 4, within a price range of $199 -- $224 in the same search I want them to be able to narrow their choices by filtering for all 3 attributes, color, size and price at the same time using checkboxes to select criteria. The only way I have been able to get the module to work is one attribute at a time, i.e. filter by price, or filter by size or filter by color.

    Please help.
    Dennis
    Last edited by DennisReach; 10 Feb 2014 at 02:23 AM.

  2. #2
    Join Date
    Jun 2013
    Posts
    47
    Plugin Contributions
    0

    Default Re: Dynamic Filter - Left Col Boxes Misaligned

    if you are using seo url module for your site, after installing Dynamic Filter,
    set Filter Style to Link, it works, the url is correct, domain.com/product-1?fltBrand[]=2
    set Filter Style to Checkbox (Single), the filter doesn't work, and the url is not correct, domain.com/product-1?fltBrand=Array
    what do i use Dynamic Filter together with Seo Url mod?

  3. #3
    Join Date
    Dec 2011
    Location
    Emmen, The Netherlands
    Posts
    85
    Plugin Contributions
    0

    Default Re: Dynamic Filter - Left Col Boxes Misaligned

    Im having some problems with the alignment of the sidebox (dynamic filter)

    I put it in sidebox left but it adds a random enter so my right box appears under the dynamic filter sidebox

    Example of my problem

    anybody know how to fix this ?

    Click image for larger version. 

Name:	dynamic-filter-bug.jpg 
Views:	394 
Size:	44.3 KB 
ID:	13778

  4. #4
    Join Date
    Dec 2011
    Location
    Emmen, The Netherlands
    Posts
    85
    Plugin Contributions
    0

    Default Re: Dynamic Filter - Left Col Boxes Misaligned

    Quote Originally Posted by wrickspam View Post
    Im having some problems with the alignment of the sidebox (dynamic filter)

    I put it in sidebox left but it adds a random enter so my right box appears under the dynamic filter sidebox

    Example of my problem

    anybody know how to fix this ?

    Click image for larger version. 

Name:	dynamic-filter-bug.jpg 
Views:	394 
Size:	44.3 KB 
ID:	13778
    Managed to fix it;

    i had the left column disabled in the settings (enabled it) and then disabled it for the categories where i didnt need that by using this code:



    Code:
    if ($this_is_home_page == true) {
    $flag_disable_left = true;
    $flag_disable_right = true;
    }
    
    if (in_array($cPath,explode(",",'670,671,660,657,658,661,653,652')) ) {
    $flag_disable_left = true;
    }
    edit the cpath values with the values of cats where u want to disable the column

    put in :
    /httpdocs/shop/includes/templates/your_template/common/tpl_main_page.php

    and its fixed :)
    Last edited by wrickspam; 14 Feb 2014 at 02:43 PM. Reason: fix

  5. #5
    Join Date
    Jun 2013
    Posts
    47
    Plugin Contributions
    0

    Default Re: Dynamic Filter - Left Col Boxes Misaligned

    i tried different seo url mods, get the same error
    the checkbox filter style can't be used with seo url mod
    any ideas?

    Quote Originally Posted by xav2 View Post
    if you are using seo url module for your site, after installing Dynamic Filter,
    set Filter Style to Link, it works, the url is correct, domain.com/product-1?fltBrand[]=2
    set Filter Style to Checkbox (Single), the filter doesn't work, and the url is not correct, domain.com/product-1?fltBrand=Array
    what do i use Dynamic Filter together with Seo Url mod?
    Last edited by xav2; 17 Feb 2014 at 05:15 AM.

  6. #6
    Join Date
    Jan 2014
    Posts
    35
    Plugin Contributions
    0

    Default Re: Dynamic Filter - Left Col Boxes Misaligned

    hi! Got little bit of problem on my hand right now. After I installed this module all I got is white blank page. I know it is not supossed to be like this. Any idea what went wrong? I got ImageHanlder installed and thats only this module also I use newest responsive Sheffield Blue template and newest Zencart

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

    Default Re: Dynamic Filter - Left Col Boxes Misaligned

    Quote Originally Posted by vojtechjan View Post
    hi! Got little bit of problem on my hand right now. After I installed this module all I got is white blank page. I know it is not supossed to be like this. Any idea what went wrong? I got ImageHanlder installed and thats only this module also I use newest responsive Sheffield Blue template and newest Zencart
    If you get a white page you presumably did something wrong during installation. It also means that in 99% of the cases an errorlog is created. Please check your log or cache folder for any log files and paste the contents here in the forum

  8. #8
    Join Date
    Dec 2011
    Location
    Emmen, The Netherlands
    Posts
    85
    Plugin Contributions
    0

    Default Re: Dynamic Filter - Left Col Boxes Misaligned

    try to enable error reporting:
    http://www.zen-cart.com/content.php?124

    this might show you the error which is happening in the background

    it sounds to me like you overwritten some of your theme files which broke the addon, try to merge the files from

    template file overrides

    with your files in your theme

    it could allso be you have not uploaded the files in the right spot or missed some of the files, doublecheck that!

  9. #9
    Join Date
    May 2008
    Posts
    97
    Plugin Contributions
    0

    Default Re: Dynamic Filter - Left Col Boxes Misaligned

    Hi
    I have the same problem and it has nothing to do with the theme. The error logs clearly indicate that there something wrong with the functions_general.php of the module. I have tried it on a clean installation and it keeps breaking. I can replace the functions_general.php file with the zen 1.51 original and the web site comes back again.
    20-Feb-2014 11:14:26 UTC] PHP Fatal error: Cannot redeclare zen_create_random_value() (previously declared in xxxxxxxxxx\includes\functions\functions_general.php:626) in xxxxxxxxxx\includes\functions\password_funcs.php on line 86

    The same error has been acknowledged as a conflict between an old version and a new version of the file by DrByte. http://www.zen-cart.com/showthread.p...om_value%28%29

    If someone could check that out will be greatly appreciated.
    Thanks
    Tassos

 

 

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