Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2008
    Posts
    7
    Plugin Contributions
    0

    Idea or Suggestion [Duplicate] Small what's new bug with fix

    I recently downloaded Zen Cart 1.3.8 for the first time. Great software guys, well done and I hope I can contribute in the future!

    I noticed there's a little bug in the new products sidebox. What happens is that if you have more than one language you may see the same product displayed more than once with different language names.

    The location for the culprit file is includes/modules/sideboxes/what_new.php

    I fixed it by altering the SQL statement by adding the following to under line 19:
    replace this:
    where p.products_id = pd.products_id

    with this:
    where p.products_id = pd.products_id
    and pd.language_id = '" . (int)$_SESSION['languages_id'] . "'

    Again, on a very comprehensive application.

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

    Default Re: Small what's new bug with fix

    Thanks for the update and you may wish to peek at the thread on:

    Known Bugs (and fixes) for v1.3.8
    http://www.zen-cart.com/forum/showthread.php?t=82619

    Thanks again!
    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!

  3. #3
    Join Date
    Oct 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Small what's new bug with fix

    I knew that must have been caught before... well, thanks for pointing that page out though... I'll run through it and patch my version up for the other issues.

    Will these fixes automatically be implemented on newer versions, or should I override the files?

    Thanks,
    Marcus

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

    Default Re: Small what's new bug with fix

    We try to get all of them posted on the forum and added to the next release ...
    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!

 

 

Similar Threads

  1. Bug with Google Checkout :: FIX included
    By Absolute in forum Addon Payment Modules
    Replies: 4
    Last Post: 21 May 2010, 10:16 PM
  2. What am I doing wrong with sub dirs in small,medium,large images directorys
    By peteboy in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 14 Feb 2009, 02:26 AM
  3. Replies: 3
    Last Post: 28 May 2006, 08:18 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