Thread: RSS feed issue

Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2009
    Posts
    201
    Plugin Contributions
    6

    Default RSS feed issue

    I have been using the RSS feed, version 2.1.4, for about six
    months and it works pretty well. I am running Zen Cart version
    1.3.8a (with all security updates). I have the RSS Default Feed
    and the RSS Home Page Feed set to new_product. I have noticed
    that whenever I upload new product the RSS feed does not recognize
    the new products unless I go into the Zen cart Admin and
    update the Default and Home Page feeds. Is this the normal
    mode of operation?

    Thanks for any answers on this.

    John

  2. #2
    Join Date
    Dec 2009
    Posts
    204
    Plugin Contributions
    0

    Default Re: RSS feed issue

    Try this fix:
    Quote Originally Posted by a_berezin View Post
    My bug
    includes/class/rss_feed.php
    Find (line ~383):
    Code:
    if ($time == false || (time() - filemtime(DIR_FS_RSSFEED_CACHE . '/' . $zv_file)) < $time) {
    Replace by
    Code:
    if ($time == false || (time() - filemtime(DIR_FS_RSSFEED_CACHE . '/' . $zv_file)) > $time) {

  3. #3
    Join Date
    Aug 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: RSS feed issue

    Quote Originally Posted by andreitero View Post
    Try this fix:
    This worked perfectly, refreshed the feed and everything showed up just fine.

 

 

Similar Threads

  1. v151 RSS Feed XML and Link Issue
    By akyeame in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 4 Jan 2017, 04:58 PM
  2. v150 Rss Feed
    By stitchnkitty in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 5 Sep 2014, 02:05 PM
  3. RSS feed issue
    By JohnBoyCR in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 Nov 2009, 02:19 AM
  4. rss feed external link in the feed?
    By Kitty in forum General Questions
    Replies: 11
    Last Post: 26 Jan 2008, 09:48 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