Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2007
    Posts
    2
    Plugin Contributions
    0

    Default Duplicate Items in category list

    Currently, we have 1.3.5 installed with the same version database patches, we are experiencing duplicate items in one category only. I have searched the database over trying to find a duplicate record to no avail. Any ideas would be much appreciated. I have included a URL to the store below, the category with duplicated items is "books".

    http://www.emovieposter.com/shop/

    Thanks in advance

  2. #2
    Join Date
    Jul 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: Duplicate Items in category list

    Ok, the duplicates were found in every category. Turns out, that the specials cause duplicates to display when you have an item that has more than one special in the specials table. This can be fixed by adding the appropriate GROUP BY clause to your mysql query that pulls the items for the main item viewer.

    the file is /includes/index_filters/default_filter.php

    And you need to add a

    Code:
    GROUP BY p.products_id
    before the

    Code:
     $alpha_sort
    At the end of your queries.
    • Doing linear scans over an associative array is like trying to club someone to death with a loaded Uzi.

      Larry Wall, 1992

  3. #3
    Join Date
    Apr 2006
    Location
    Largo, Florida USA
    Posts
    102
    Plugin Contributions
    0

    Default Re: Duplicate Items in category list

    I am also having the same problem - I see by using Crimson Editor that "$alpha_sort" is listed 6 times in the mentioned file. You state to do this at the end of your queries, I am a little confused if I should add the code before the first two area where "$alpha_sort" appears or the four times below where "and p...." is listed in the file default_filter.php.

    Thanks

 

 

Similar Threads

  1. Replies: 98
    Last Post: 26 Feb 2014, 08:33 PM
  2. Changing the TYPE of image used in category items list
    By mxmerch in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 5 Sep 2010, 11:23 PM
  3. Category menu as list items
    By Johnboat in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 31 Aug 2010, 05:37 PM
  4. Remove Number of Items in Category List
    By riscphree in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 30 Oct 2008, 09:08 PM
  5. Duplicate category list on product listing page...
    By blackhalo in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 23 May 2008, 04:43 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