Page 2 of 17 FirstFirst 123412 ... LastLast
Results 11 to 20 of 169
  1. #11
    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);
    ?>

  2. #12
    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.

  3. #13

    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

  4. #14

    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

  5. #15

    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

  6. #16

    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.

  7. #17
    Join Date
    Aug 2004
    Posts
    126
    Plugin Contributions
    0

    Default Re: product filter module

    I'm in the same boat.. great mod in theory but

    1. No pictures show when you do a search
    2. I'd like to state which options to show and which ones not to.

    I could have my programmer fix it more than likely but I hate to spend all the $$ if someone has a fix already! Maybe we should pass a hat... :)

    A

  8. #18
    Join Date
    Mar 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: product filter module

    installed it but it doesn't seem to work when selecting 1 atribute+category or price it works but if i select more atributes it doesn't return any products... even though it should.
    also the options aren't sorted by the option name/value sorter preferences, not even by their ids

  9. #19
    Join Date
    Jul 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: product filter module

    Hello there

    I really need to get this sorted asap so any help would be greatly appreciated.

    I downloaded the latest version of this module but I cannot get it to work.
    http://www.zen-cart.com/index.php?ma...roducts_id=760 (product_filter_by_attribute_and_price_range_0-6)

    I copied all the files into the related folders.

    But when I search by price I get this message.” TEXT_NO_PRODUCTS”, even though products should display.

    There was no read me file in my download so can somebody send me the read me file as I am not sure if there is some configuration to be completed etc.

    Cheers

    Spen

  10. #20
    Join Date
    Dec 2007
    Location
    South, UK
    Posts
    55
    Plugin Contributions
    0

    Default Re: product filter module

    Hello, this is a very useful module and I'm glad I managed to get images to show up in the results.

    Add p.products_image to the following line in your includes/modules/pages/product_filter_result/header_php.php file -

    Change line 132

    from -

    Code:
    $listing_sql .= "p.products_id, pd.products_name, p.products_price, p.products_tax_class_id, p.products_price_sorter, p.products_qty_box_status ";
    to -

    Code:
    $listing_sql .= "p.products_id, pd.products_name, p.products_image, p.products_price, p.products_tax_class_id, p.products_price_sorter, p.products_qty_box_status ";
    Worked for me

 

 
Page 2 of 17 FirstFirst 123412 ... 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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR