Page 1 of 3 123 LastLast
Results 1 to 10 of 169

Hybrid View

  1. #1
    Join Date
    May 2007
    Location
    Los Angeles
    Posts
    89
    Plugin Contributions
    0

    Default Re: Zen cart product filter module

    I love this mod, but..

    The search results have "No Image Available"!
    I also get "TEXT_NO_PRODUCTS", on some searches. Does anyone have any thoughts?

    Thanks in advance!

  2. #2
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Zen cart product filter module

    I am trying this mod out to..

    The problem I am having is that the page just keeps loading and loading..

    I only modified the pricing:

    <?php
    /**
    * product_filter_defines.php
    *
    *Zen Cart product filter module
    *Johnny Ye, Oct 2007
    */
    define('PRODUCT_FILTER_TEXT_ALL_CATEGORIES','All Categories');
    define('PRODUCT_FILTER_TEXT_ALL_PRICE','Price Range');
    define('FILENAME_PRODUCT_FILTER_RESULT', 'product_filter_result');
    define('BOX_HEADING_FILTER', 'My Filter');

    define('HEADING_TITLE','Products');
    define('PRODUCT_FILTER_BUTTON_NAME', 'Go');

    define('MIN_PRICE','0');
    define('MAX_PRICE','1000000');

    define('PRANGE1_WORD','Below $50');
    define('PRANGE1_MIN',MIN_PRICE);
    define('PRANGE1_MAX',49.99);

    define('PRANGE2_WORD','$50 -- $200');
    define('PRANGE2_MIN',50.00);
    define('PRANGE2_MAX',199.99);

    define('PRANGE3_WORD','$200 -- $300');
    define('PRANGE3_MIN',200.00);
    define('PRANGE3_MAX',299.99);

    define('PRANGE4_WORD','$300 -- $400');
    define('PRANGE4_MIN',300.00);
    define('PRANGE4_MAX',399.99);

    define('PRANGE5_WORD','Above $400');
    define('PRANGE5_MIN',400.00);
    define('PRANGE5_MAX',MAX_PRICE);

    define('SHOW_CATEGORIES',true);
    define('SHOW_ATTRIBUTES',false);
    define('SHOW_PRICE_RANGE',true);
    define('SHOW_AVAILABLE',false);
    define('SHOW_SORT',true);
    ?>

  3. #3
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Zen cart product filter module

    set
    define('SHOW_AVAILABLE',false);
    to true and got same results.... Just times out.

  4. #4

    Default Re: product filter module

    I've downloaded this mod hoping it is what I'm looking for. However, the version I've downloaded (from the downloads link) doesn't have a read me file - altho the first post on this thread advises reading it.

    Basically I want to have price ranges as categories in my categories sidebox. Obviously I could just create price ranges as categories manually tho I'm hoping this mod might provide the answer.

    I have read somewhere that this automation might be difficult due to the way the SQL works (or something like that)

    Is anyone able to advise on this issue

    Many thanks in advance

    I love my new Zencart! Only been running for a couple of months and still ironing out things but X-Mas was great

    Cheers

  5. #5

    red flag Re: product filter module

    I have installed the module on 2 different sites but it is showing NO IMAGE.
    What is the problem?
    Please check the following site: careltje.managing-it.nl and choose the category Claessens and then girls basic. choose a size and the press find. It shows the no_picture.gif.

    PLEASE HELP, need to go LIVE this weeked.

    Thanx,

    Bram

  6. #6

    help question Re: product filter module

    Quote Originally Posted by manage-it View Post
    I have installed the module on 2 different sites but it is showing NO IMAGE.
    What is the problem?
    Please check the following site: careltje.managing-it.nl and choose the category Claessens and then girls basic. choose a size and the press find. It shows the no_picture.gif.

    PLEASE HELP, need to go LIVE this weeked.

    Thanx,

    Bram
    hello,
    I have visited your site and I have seen that you have resolved that problem, please can you explain how?

    Thanks

  7. #7

    help question Re: product filter module

    Hello,

    does anybody knows anything about this contribution?

    Please, I want to use it as a product filter.

    Thanks.

  8. #8
    Join Date
    Nov 2008
    Posts
    53
    Plugin Contributions
    0

    Default Re: Zen cart product filter module

    Quote Originally Posted by milobloom View Post
    set to true and got same results.... Just times out.
    Hello,

    Did you managed to fix it ? i have the same problem

    Regards,

  9. #9
    Join Date
    Oct 2008
    Posts
    179
    Plugin Contributions
    0

    Default Re: product filter module addon

    Ok, I hope someone can answer. I can't get the filter to come back with any items.

    My Site: www.zenwinedesign.com/catalog

    Whenever you click on one or more attribute, no items come back. I have changed everything that is in this thread with no avail. I only have a few of my items currently setup with attributes so far. I will set the rest up if I can get the filter working.

  10. #10
    Join Date
    Mar 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: product filter module addon

    hi,

    did anyone managed to make this work ? i have the same problem...no products are displaying at all..

    please help..

    Kyli

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. Product filter Module: Advanced search results page not working
    By WWRepair in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 5 Mar 2013, 11:51 PM
  2. v139h 1064 SQL error in product filter addon?
    By 4jDesigns in forum All Other Contributions/Addons
    Replies: 12
    Last Post: 17 Jan 2013, 07:59 PM
  3. Product Filter Module - 1109:Unknown table 'p' in field list
    By moesoap in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 28 May 2012, 01:40 PM
  4. modified product filter / alpha filter help please
    By bn17311 in forum General Questions
    Replies: 1
    Last Post: 5 Oct 2011, 09:43 PM
  5. SQL problem with filter by attributes addon
    By daparky in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 Jan 2010, 10:16 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