Page 1 of 2 12 LastLast
Results 1 to 10 of 809

Hybrid View

  1. #1
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: Sorting Manufacturers on Dynamic Filter Sidebox

    Files were copied from the folder called "Installation for Zen Cart version 1.5.0" of mod "Dynamic Filter v1.0"

    Is this mod not compatible with 1.5.1?
    Using Zen Cart 1.5.1

  2. #2
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Sorting Manufacturers on Dynamic Filter Sidebox

    Quote Originally Posted by Kevin205 View Post
    Files were copied from the folder called "Installation for Zen Cart version 1.5.0" of mod "Dynamic Filter v1.0"

    Is this mod not compatible with 1.5.1?
    Based on your posts, evidently not.
    To make it compatible will require doing some re-merging and updating of files to work correctly with the new version.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: Sorting Manufacturers on Dynamic Filter Sidebox

    OK. I will merge the following with my previous files.

    includes/functions/functions_general.php
    includes/functions/password_funcs.php

    and will let you know.

    Apparently no one else has issues with Zen 1.5.1 and "Dynamic Filter v1.0"!
    Using Zen Cart 1.5.1

  4. #4
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: Sorting Manufacturers on Dynamic Filter Sidebox

    It's interesting, I just replaced the "includes/functions/functions_general.php" from the mod with my backed up file and it started working again.

    And I know there are differences between the two.
    Using Zen Cart 1.5.1

  5. #5
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Sorting Manufacturers on Dynamic Filter Sidebox

    Ya, but now you may have problems with users creating accounts or resetting passwords etc.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: Sorting Manufacturers on Dynamic Filter Sidebox

    Phil You are the best. That did it.

    It now works. No more white page. It seems to be functioning properly also. with no other revisions. I will let you know if I see other problems.

    now I have to add the following to /includes/classes/shopping_cart.php line 1904-1906:
    PHP Code:
    //      zen_redirect(zen_href_link($_GET['main_page'], zen_get_all_get_params(array('action', 'notify', 'main_page'))));
    //      zen_redirect(zen_href_link(FILENAME_ACCOUNT_NOTIFICATIONS, zen_get_all_get_params(array('action', 'notify', 'main_page'))));
          
    zen_redirect(zen_href_link($_GET['main_page'], zen_get_all_get_params(array('action''notify''main_page')))); 
    as DrByte recommends. Doctor knows best.

    @DrByte, this revision should be it. Correct? And I should not have the following issue?
    Quote Originally Posted by DrByte View Post
    Ya, but now you may have problems with users creating accounts or resetting passwords etc.
    Thank you DrByte.
    Using Zen Cart 1.5.1

  7. #7
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: Sorting Manufacturers on Dynamic Filter Sidebox

    Glad to hear it. Yes I will be adding that code also when I get around to it. The Dr knows best as you say. Glad you got it sorted. Still worth treble checking that all your files are up to date.

    Take care :-)
    Phil Rogers
    A problem shared is a problem solved.

  8. #8
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Sorting Manufacturers on Dynamic Filter Sidebox

    Correct.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: Sorting Manufacturers on Dynamic Filter Sidebox

    Quote Originally Posted by Kevin205 View Post
    It's interesting, I just replaced the "includes/functions/functions_general.php" from the mod with my backed up file and it started working again.

    And I know there are differences between the two.
    My 1.5.1 didn't merge very well. Try using the 1.5.1 original file as a template and use the properly merged code which seems to work provided by DrByte here:
    http://www.zen-cart.com/showthread.p...44#post1188244
    Phil Rogers
    A problem shared is a problem solved.

  10. #10
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: Dynamic Filter [Support Thread]

    Hi Phil - I was replying to Dynamic Filter [Support Thread] and not to Sorting Manufacturers on Dynamic Filter Sidebox . Sorry I didn't realize the title could be revised.

    I am trying to install "Dynamic Filter v1.0" in a perfectly working Zen 1.5.1. I am having a terrible time trying to figure out what I am doing wrong!

    Following is the error I am getting, plus a nice white page on a previously working test site.
    PHP Code:
    [23-Feb-2013 13:46:13PHP Fatal error:  Cannot redeclare zen_create_random_value() (previously declared in 
    /home/content/***/html/cart/includes/functions/functions_general.php:626in 
    /home/content/***/html/cart/includes/functions/password_funcs.php on line 86 
    I had installed Products Listing Sorter v1.1 and I thought that was conflicting with Dynamic Filter v1.0. So I removed it and I am still getting the above error.

    I have followed exactly as per the instructions.

    DrByte replied saying that I have to merge the files in /includes/functions/functions_general.php

    As I am looking at the /includes/functions/functions_general.php file from Dynamic Filter v1.0 mod and comparing it to the original file of my working site, there is a vast amount code changes. And I don't think it's just a matter of doing a merge with some line of code.

    There is a lot of line of code otherwise, I would have copied it here.

    And I can't figure out where to start looking for other errors, if any?

    I am stuck.
    Using Zen Cart 1.5.1

 

 
Page 1 of 2 12 LastLast

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