Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 33
  1. #21
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Problems with Sort by Price

    I don't see a way to sort your Products by Price ...

    You appear to be using some kind of Add On that has taken away that feature ...

    If I go to the New Products, and sort the Products in reverse order, they appear correct but I did not go through the whole list ...

    What specifically is not sorting by Price right now? How are you altering the Sort Order where this is not working?
    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!]
    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. #22
    Join Date
    Jan 2009
    Posts
    201
    Plugin Contributions
    6

    Default Re: Problems with Sort by Price

    Linda,

    As they were not working, I removed the options for sort by price.
    I did not want to present the customers with something that did not
    work.

    I will make those sort options available for you so look at them.

    They should be available at around 2PM ET on 24OCT.

    John

  3. #23
    Join Date
    Jan 2009
    Posts
    201
    Plugin Contributions
    6

    Default Re: Problems with Sort by Price

    Linda,

    The sort by price, low to high and high to low, are now available.

    Yes, the sort seems to work correctly for new product. Also,
    the sort by price also works for the Emergency Stamps category.

    I really do appreciate your looking at this.

    I downloaded code from the live site to my localhost and the
    sort works on the localhost. Sure looks like a DB problem but then
    one would think that the New Products sort by price would not work
    correctly if it were a DB problem. I guess I am still an EGG !

    John

  4. #24
    Join Date
    Jan 2009
    Posts
    201
    Plugin Contributions
    6

    Default Re: Problems with Sort by Price

    Linda,

    I am seeing a pattern in the categories that sort properly and
    those that do not. I believe that the problem may be related to
    a recent upload I performed using EasyPopulate.

    I believe that in the last upload there was some kind of problem
    and there was a message for each of the products that the data
    was not stored because the v_product_model was missing.
    The tab delimited file looked fine but there was apparently
    something not correct. I re-created the tab delimited text file
    and reloaded the data and everything seemed to work.
    HOWEVER, when I looked at the Categories and Products, in
    admin, there were about 80 new Categories. Those categories all
    had names that were the same as the v_products_image.

    I deleted all of those new categories, as they had no products in them, but now I am beginning to wonder if that is were the problem
    originated.

    The categories that seem to sort correctly have NOT had any
    new products uploaded recently. Those that do not sort
    properly had product uploaded in that last upload.

    I think we are getting somewhere.

    So, here is the next question. The backups I have on the
    server are FULL backups. I know that I can have the
    support folks do a complete restore of a backup. However,
    I would like to just do a restore of the database. Do you
    suppose that they can extract just the DB files from the full
    backup and restore just the DB?

    John

  5. #25
    Join Date
    Jan 2009
    Posts
    201
    Plugin Contributions
    6

    Default Re: Problems with Sort by Price

    Linda,

    I just had another thought, and I hope it is a good one ( I sure
    need a good one right now ).

    Let's assume that there is something messed up in the DB and
    further assume that it is related to the Products table and
    the Products to Categories table.

    What if I were to go into the admin and delete all of the
    categories? As I have a tab delimited download of the DB
    I could then reload all of the product back into the DB. Would
    that likely take care of the problem?

    By the way, the site seems to be down, or REALLY SLOW, right now.

    John

  6. #26
    Join Date
    Jan 2009
    Posts
    201
    Plugin Contributions
    6

    Default Re: Problems with Sort by Price

    Linda,

    I just had an even better idea, I hope.

    As soon as I can access the site I am going to delete just one of
    the categories that is not sorting properly. I will then reload the
    product data for that category and see if it sorts properly. If it
    does, then I can proceed with the plan to remove and reload all
    the product data.

    Does that sound like a good plan?

    John

  7. #27
    Join Date
    Jan 2009
    Posts
    201
    Plugin Contributions
    6

    Default Re: Problems with Sort by Price

    Linda,

    Well, my last idea did not work. I removed the FDC and MC
    big packs category and then reloaded it. The sort by price
    still does not work. HMMM !

    Is there a different sort routine used when looking at products by
    category than the routine used for new products ?

    John

  8. #28
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Problems with Sort by Price

    Each of the Listings has its own setting for the default Sort Order ...

    Check the setting on the Configuration ... Product Listing ...
    Display Product Listing Default Sort Order
    Product Listing Default sort order?
    NOTE: Leave Blank for Product Sort Order. Sort the Product Listing in the order you wish for the default display to start in to get the sort order setting. Example: 2a
    NOTE: When Products are imported, often times the master_categories_id and products_sort_order fields in the products table are not filled with the correct information ... after you reloaded your Products ... did you go to the Tools ... Store Manager ... and run the:
    Reset ALL Products Master Categories ID
    to be used for Linked Products and Pricing: Reset
    and then run the:
    Update ALL Products Price Sorter
    to be able to sort by displayed prices: Update
    NOTE: if you use Linked Products you may need to go to some Categories and reset the master_categories_id for the Category ... this is under the C for Copy button of a Category on the Multiple Categories Linked Manager ... at the bottom of the screen are methods to Reset all Products in a Category to use that categories_id as its master_categories_id ...
    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!]
    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!

  9. #29
    Join Date
    Jan 2009
    Posts
    201
    Plugin Contributions
    6

    Default Re: Problems with Sort by Price

    Linda,

    Thanks. I have done all of those things and verified in the
    database that the products all have the correct values in the
    products_price_sorter and master_categories_id fields in the
    products table. I have also verified that the
    products_to_categories table appears to be correct.

    I have run the CHECK TABLE function, in MySql, and the tables
    all appear to be okay.

    At this point, I am just going to remove the sort by price options
    so the customers don't even see it. I will continue to work on the
    issue on my offline server and see if I can figure it out. When I
    find the problem I will let you know.

    Thanks for you help.

    John

  10. #30
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Problems with Sort by Price

    If you choose to look further into this, I would be interested in seeing your Zen Cart Admin and see if something is being missed here that is resulting in this issue ...

    You may PM me if you want me to look at this further ...
    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!]
    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!

 

 
Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Sort by price with column display....
    By barnamania in forum Templates, Stylesheets, Page Layout
    Replies: 100
    Last Post: 21 Apr 2014, 10:50 PM
  2. v151 Product Sort within Category - having problems changing the default sort order
    By Don Wagner in forum Customization from the Admin
    Replies: 4
    Last Post: 21 Oct 2012, 03:03 AM
  3. how to sort products listings with price
    By pavka in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Apr 2008, 08:11 PM
  4. Price = zero Problems with price
    By msbaranga in forum General Questions
    Replies: 1
    Last Post: 11 Sep 2007, 04:07 PM
  5. default sort order by price WITH matrix mod
    By SarahL in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 27 Jul 2007, 08:31 AM

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