Page 8 of 96 FirstFirst ... 6789101858 ... LastLast
Results 71 to 80 of 955
  1. #71
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: RSS2 Feed Contribution

    Hi Woody,
    Quote Originally Posted by Woodymon View Post
    But when migrated to ZC 1.3x the News Manager mod did not come with
    News Manager work in 1.3.7.
    Quote Originally Posted by Woodymon View Post
    Does your RSS mod have built-in support to create an RSS feed for ez-pages?
    Of course not. Standart ez-pages so EZ (easy), that don't support creation/modification date, multi-language, seo and so on. So I feel foolish and wrong to create rss-channels for ez-pages.
    You are not going to create rss-channels for other information pages: Shipping & Returns, Privacy Notice, Conditions of Use, Gift Certificate FAQ and greate Page 2 Page 3, Page 4.
    rss is not a panacea.

    Quote Originally Posted by Woodymon View Post
    I just made a relevant post to http://www.zen-cart.com/forum/showthread.php?p=444712
    In that thread 'Studeo' has suggested some possible method/code to support a RSS feed for ez-pages.
    No comments.

    Quote Originally Posted by Woodymon View Post
    I see your mod supports the 'News & Articles Mgmt' mod.
    Yes, because it is the news system.

    Quote Originally Posted by Woodymon View Post
    Does your RSS mod support the "Infopages" mod (as used in Zen Cart 1.2x)?
    Of course not!!! I already forgot what is zen-1.2.

    Quote Originally Posted by Woodymon View Post
    I ask since "ez-pages" which is built into Zen Cart 1.3x is based on the"Infopages" mod.
    How it correlated?????

    P.S. I developed ez-pages to normal levels adding multilanguage, date of creation/modification and seo-suppot (title, keywords, description). This "x-pages" supported by RSS Feed, but not this version. I can add rss fo stadart ez-pages, but I do not think that this should be done. Prove to me that I am wrong.
    Last edited by a_berezin; 12 Oct 2007 at 06:55 PM.

  2. #72
    Join Date
    Aug 2004
    Posts
    798
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Andrew and all,

    Here is something I have noticed with this contribution....I don't know if it's a bug or a simple configuration setting.

    PROBLEM: When you go to the RSS link for NEW PRODUCTS, it is not taking you to the new products which were added into our store. It appears that it's taking you to a list of the latest products PURCHASED in our store.

    RSS LINK: http://www.mjmmagic.com/store/rss_fe...d=new_products

    For example, if you were to purchase something from us, and then go to that link above, your items would be listed at the time, even though you may have purchased something that was added into our store years ago.

    Any idea why that may be happening?
    - Jeff

  3. #73
    Join Date
    Feb 2007
    Location
    Leicester UK
    Posts
    219
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Could someone help me with a few problems?

    1). When I view the feed for All Products I get the following error:

    My feed reader reports no feed present.

    IE7 gives the following error:

    Internet Explorer cannot display this feed
    Internet Explorer cannot display this feed because it uses an unsupported communication Protocol.
    This was working fine until my catalog hit about 700 products. I know this is a timeout issue but how would I change the timeout so that I can set the default products limit to include every product in my store (which will eventually be over 4000). Is it something to do with max_execution_time in the apache settings?
    I relalise this is not very practical for buyers but I really need the All Products feed to show everything.

    2). The Buy Now button is there but doesn't link to anything (just an image).

    3). No prices are shown in the feeds.

    Apart from these very fixable (I hope) issues, this is a fantastic add-on.

    Many thanks go to Andrew
    Last edited by spbennett; 13 Oct 2007 at 02:02 PM.

  4. #74
    Join Date
    Feb 2007
    Location
    Leicester UK
    Posts
    219
    Plugin Contributions
    0

    Default Re: RSS Feed

    Quote Originally Posted by adam9110 View Post
    Ok, forget about all the above problem. After 5 hours studying, I can make all of the above problem solved.. Thanks God
    Care to share your solutions with the rest of us?

  5. #75
    Join Date
    May 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    First of all I would like to say thank you to Andrew for the great contribution. RSS is certainly a very important part of e-commerce.

    I have managed to install the contribution and it is working somewhat. I have one strange bug to report, if in fact it is a bug at all, as it may just my settings.

    I have set up the default feeds as "New Products" and I am generating a feed for some, but not all of the new products. Products will only appear on the feed if I: a) update the number of products on an existing listing; or b) the product is duplicated, then modified from an existing listing. If I input a new listing from scratch, it does not appear in the feed.

    I hope this makes sense.

  6. #76
    Join Date
    May 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Sorry. Strike the above comment. It has started displaying all the New Products now. I changed the "Default Products Limit" from the default 100 to a blank.

    Again thanks you to everyone working on improving this mod.

  7. #77
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: RSS2 Feed Contribution

    hillbilliz,
    PM me link to your shop.

  8. #78
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: RSS2 Feed Contribution

    Updated - v 2.0.4_18.10.2007

  9. #79

    Default Re: RSS2 Feed Contribution

    THis mod was working fine until I installed the new version. Now I get this error:


    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'p.products_sort_order LIMIT 100' at line 12
    in:
    [SELECT p.products_id, pd.products_name, pd.products_description, p.products_image, GREATEST(p.products_date_added, IFNULL(p.products_last_modified, 0)) AS products_date, p.master_categories_id, p.products_price_sorter AS price, p.products_quantity, p.products_model, p.products_weight, p.manufacturers_id, m.manufacturers_name, r.reviews_rating FROM ABCproducts p LEFT JOIN ABCproducts_description pd ON (p.products_id = pd.products_id) LEFT JOIN ABCmanufacturers m ON (p.manufacturers_id = m.manufacturers_id) LEFT JOIN ABCreviews r ON (p.products_id = r.products_id) WHERE pd.language_id = 1 AND p.products_status = 1 AND p.master_categories_id = 22 AND p.products_id=10414 order by p.products_last_modified DESC p.products_sort_order LIMIT 100]



    Help!

    Jason

  10. #80
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by brimsjewelry View Post
    THis mod was working fine until I installed the new version. Now I get this error:


    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'p.products_sort_order LIMIT 100' at line 12
    in:
    [SELECT p.products_id, pd.products_name, pd.products_description, p.products_image, GREATEST(p.products_date_added, IFNULL(p.products_last_modified, 0)) AS products_date, p.master_categories_id, p.products_price_sorter AS price, p.products_quantity, p.products_model, p.products_weight, p.manufacturers_id, m.manufacturers_name, r.reviews_rating FROM ABCproducts p LEFT JOIN ABCproducts_description pd ON (p.products_id = pd.products_id) LEFT JOIN ABCmanufacturers m ON (p.manufacturers_id = m.manufacturers_id) LEFT JOIN ABCreviews r ON (p.products_id = r.products_id) WHERE pd.language_id = 1 AND p.products_status = 1 AND p.master_categories_id = 22 AND p.products_id=10414 order by p.products_last_modified DESC p.products_sort_order LIMIT 100]



    Help!

    Jason
    Same result as Jason, when installing v 2.0.4_18.10.2007

 

 
Page 8 of 96 FirstFirst ... 6789101858 ... LastLast

Similar Threads

  1. Rss2 feed & Ultimate SEO URL
    By Jerry5763837 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 1 Feb 2009, 12:42 PM
  2. RSS2 feed contribution support
    By Woodymon in forum All Other Contributions/Addons
    Replies: 73
    Last Post: 26 Sep 2007, 07:38 AM
  3. How to display Price in Rss2.php ( Rss Feed )
    By anand in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 27 Jan 2007, 10:38 PM
  4. rss2.php rss feed contribution - YAHOO picks up only IMAGE URL?
    By gsh in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 29 Dec 2006, 05:19 AM
  5. Does rss2 mod also do mailing lists?
    By levander in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 3 Sep 2006, 11:15 AM

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