Page 25 of 81 FirstFirst ... 1523242526273575 ... LastLast
Results 241 to 250 of 808
  1. #241
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Dynamic Filter [Support Thread]

    Could you check, via phpMyAdmin, the products table and see if the Products with Sales/Specials are reflecting those amounts where the field:
    products
    products_price_sorter

    are different ... as in the Sale/Special Price should be in the products_price_sorter ...

    If the field:
    products_price_sorter

    does not contain the Sale/Special Price, do you import your products or manage them all manually in your Zen Cart Admin, as in you do not use Easy Populate or similar programs ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

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

    Default Re: Dynamic Filter [Support Thread]

    Quote Originally Posted by Ajeh View Post
    Could you check, via phpMyAdmin, the products table and see if the Products with Sales/Specials are reflecting those amounts where the field:
    products
    products_price_sorter

    are different ... as in the Sale/Special Price should be in the products_price_sorter ...

    If the field:
    products_price_sorter

    does not contain the Sale/Special Price, do you import your products or manage them all manually in your Zen Cart Admin, as in you do not use Easy Populate or similar programs ...
    Thanks for your reply Ajeh, so does Dynamic filter defo use the price sorter field? If so I will have fixed it earlier when I ran an update on it
    Phil Rogers
    A problem shared is a problem solved.

  3. #243
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Dynamic Filter [Support Thread]

    From what I can tell, this is using the products_price_sorter field and the install I have on a play site seems to be working when Sale/Special are used ...

    As long as the master_categories_id are setup right, the the fix for the Products Price Sorter in the Store Manager should update that field properly ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

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

    Default Re: Dynamic Filter [Support Thread]

    Quote Originally Posted by Ajeh View Post
    As long as the master_categories_id are setup right,
    What do you mean by this?
    Phil Rogers
    A problem shared is a problem solved.

  5. #245
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Dynamic Filter [Support Thread]

    The Products Price Sorter needs to update prices based on Products Price, Specials and SaleMaker and utilizes the master_categories_id in the process ...

    The idea behind the products_price_sorter is it holds the base price or displayed price that is pre-calculated in the Zen Cart Admin to avoid the waste of time in the Catalog in making things like sorting by Price faster ...

    The Update for the Products Price Sorter is to update this field and is especially needed in most cases of using an Importer or some other processes that might change prices and is not addressed by the default Zen Cart code ...

    The master_categories_id is utilized for many things, including how SaleMaker is calculated, Discount Coupons, Products Price Sorter are managed etc.
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

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

    Default Re: Dynamic Filter [Support Thread]

    A zen site running 1.5.1 is using a link checker to verify his site's link and on the following urls,

    http: //Domain.com/index.php?main_page=products_all&disp_order=1&fltCategory[]=19
    http: //Domain.com/index.php?main_page=products_all&disp_order=1&fltCategory[]=20
    http: //Domain.com/index.php?main_page=products_new&disp_order=6&fltCategory[]=19
    http: //Domain.com/index.php?main_page=products_new&disp_order=6&fltCategory[]=20
    http: //Domain.com/index.php?main_page=products_new&disp_order=6&fltPrice[]=128.01--178&fltCategory[]=19
    http: //Domain.com/index.php?main_page=products_new&disp_order=6&fltPrice[]=128.01--178&fltCategory[]=20
    http: //Domain.com/index.php?main_page=products_new&disp_order=6&fltPrice[]=128.01--178&fltCategory[]=21
    http: //Domain.com/index.php?main_page=products_new&disp_order=6&fltPrice[]=128.01--178&fltCategory[]=22
    http: //Domain.com/index.php?main_page=products_new&disp_order=6&fltPrice[]=128.01--178&fltCategory[]=23

    mostly happening on Category[]=19, 20, 21, 22, & 24

    he is getting the following warning on lower left hand corner of the page. And the page shows the header info, left category box and the rest is white.

    WARNING: An Error occurred, please refresh the page and try again.
    Page displays the same when page is refreshed.

    It seems to be coming from the dynamic filter. On this site when selecting New Products or All Products and clicking on any of categories 19, 20, 21, 22, 23 & 24.

    Any one with any ideas?
    Using Zen Cart 1.5.1

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

    Default Re: Dynamic Filter [Support Thread]

    Quote Originally Posted by Ajeh View Post
    The Products Price Sorter needs to update prices based on Products Price, Specials and SaleMaker and utilizes the master_categories_id in the process ...

    The idea behind the products_price_sorter is it holds the base price or displayed price that is pre-calculated in the Zen Cart Admin to avoid the waste of time in the Catalog in making things like sorting by Price faster ...

    The Update for the Products Price Sorter is to update this field and is especially needed in most cases of using an Importer or some other processes that might change prices and is not addressed by the default Zen Cart code ...

    The master_categories_id is utilized for many things, including how SaleMaker is calculated, Discount Coupons, Products Price Sorter are managed etc.
    Ah ok I'm with you. Setting the price sorter based on te sale condition against the master category. Happy das understood
    Cheers
    Phil Rogers
    A problem shared is a problem solved.

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

    Default Re: Dynamic Filter [Support Thread]

    Quote Originally Posted by Kevin205 View Post
    A zen site running 1.5.1 is using a link checker to verify his site's link and on the following urls,

    http: //Domain.com/index.php?main_page=products_all&disp_order=1&fltCategory[]=19
    http: //Domain.com/index.php?main_page=products_all&disp_order=1&fltCategory[]=20
    http: //Domain.com/index.php?main_page=products_new&disp_order=6&fltCategory[]=19
    http: //Domain.com/index.php?main_page=products_new&disp_order=6&fltCategory[]=20
    http: //Domain.com/index.php?main_page=products_new&disp_order=6&fltPrice[]=128.01--178&fltCategory[]=19
    http: //Domain.com/index.php?main_page=products_new&disp_order=6&fltPrice[]=128.01--178&fltCategory[]=20
    http: //Domain.com/index.php?main_page=products_new&disp_order=6&fltPrice[]=128.01--178&fltCategory[]=21
    http: //Domain.com/index.php?main_page=products_new&disp_order=6&fltPrice[]=128.01--178&fltCategory[]=22
    http: //Domain.com/index.php?main_page=products_new&disp_order=6&fltPrice[]=128.01--178&fltCategory[]=23

    mostly happening on Category[]=19, 20, 21, 22, & 24

    he is getting the following warning on lower left hand corner of the page. And the page shows the header info, left category box and the rest is white.

    WARNING: An Error occurred, please refresh the page and try again.
    Page displays the same when page is refreshed.

    It seems to be coming from the dynamic filter. On this site when selecting New Products or All Products and clicking on any of categories 19, 20, 21, 22, 23 & 24.

    Any one with any ideas?
    Not encountered anything similar, anything else you can tell us. Has the category got linked products for example ?
    Phil Rogers
    A problem shared is a problem solved.

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

    Default Re: Dynamic Filter [Support Thread]

    Quote Originally Posted by Kevin205 View Post
    A zen site running 1.5.1 is using a link checker to verify his site's link and on the following urls,

    http: //Domain.com/index.php?main_page=products_all&disp_order=1&fltCategory[]=19
    http: //Domain.com/index.php?main_page=products_all&disp_order=1&fltCategory[]=20
    http: //Domain.com/index.php?main_page=products_new&disp_order=6&fltCategory[]=19
    http: //Domain.com/index.php?main_page=products_new&disp_order=6&fltCategory[]=20
    http: //Domain.com/index.php?main_page=products_new&disp_order=6&fltPrice[]=128.01--178&fltCategory[]=19
    http: //Domain.com/index.php?main_page=products_new&disp_order=6&fltPrice[]=128.01--178&fltCategory[]=20
    http: //Domain.com/index.php?main_page=products_new&disp_order=6&fltPrice[]=128.01--178&fltCategory[]=21
    http: //Domain.com/index.php?main_page=products_new&disp_order=6&fltPrice[]=128.01--178&fltCategory[]=22
    http: //Domain.com/index.php?main_page=products_new&disp_order=6&fltPrice[]=128.01--178&fltCategory[]=23

    mostly happening on Category[]=19, 20, 21, 22, & 24

    he is getting the following warning on lower left hand corner of the page. And the page shows the header info, left category box and the rest is white.

    WARNING: An Error occurred, please refresh the page and try again.
    Page displays the same when page is refreshed.

    It seems to be coming from the dynamic filter. On this site when selecting New Products or All Products and clicking on any of categories 19, 20, 21, 22, 23 & 24.

    Any one with any ideas?
    What happens if you manually replace the [] with %5B%5D

    On my site I don't appear to have the [] it posts the %5B%5D value instead

    Also are you using links or check boxes?
    Phil Rogers
    A problem shared is a problem solved.

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

    Default Re: Dynamic Filter [Support Thread]

    Hey Phil when I use the filter this appears [].

    I tried using %5B%5D and it goes back to [].

    This is crazy.
    Last edited by Kevin205; 18 Apr 2013 at 04:32 PM.
    Using Zen Cart 1.5.1

 

 
Page 25 of 81 FirstFirst ... 1523242526273575 ... LastLast

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 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

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