Page 73 of 96 FirstFirst ... 2363717273747583 ... LastLast
Results 721 to 730 of 955
  1. #721

    Default Re: RSS2 Feed Contribution

    Hi,

    I've a shop running from several months and i wanted to insert feed rss.

    The shop is this --> lacompagniadelkendo.com

    I followed the instruction on the readme file, i did backup of course, of both files and db. I copied main files like install.sql on my shop directory and copied every single file of the include folder on the coresponding place of my shop folder.

    I did this before on my local website and everything was working. I installed the patch on my shop by copy-paste and i got the following message:

    Error: cannot insert configuration_key because it already exists
    1 statement ignored. See "upgrade_excempions" table for additional details.

    Now...the feed is working since i put this link and i can see feeds --> yourzencart/index.php?main_page=rss_feed

    But, when i enter from "configuration" the "rss feed" i can't see anything
    I searched throught posts some solution and couldn't find any
    Do you have something to propose?
    Thanks!!

  2. #722
    Join Date
    Mar 2009
    Location
    Serbia
    Posts
    349
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by countrycharm View Post
    Have you checked to make sure all the files are in their correct location? There is something not in the right place to be getting that error.
    Hi, I have put all files in their correct location end stil geting message:

    XML Parsing Error: not well-formed
    Location: http://kavanali.com/zencart/index.ph...d=best_sellers
    Line Number 1, Column 2:

    <?xml version="1.0" encoding="UTF-8"?>
    -^

    Whot is wrong!!!

  3. #723
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by kobra8 View Post
    Hi, I have put all files in their correct location end stil geting message:

    XML Parsing Error: not well-formed
    Location: http://kavanali.com/zencart/index.ph...d=best_sellers
    Line Number 1, Column 2:

    <?xml version="1.0" encoding="UTF-8"?>
    -^

    Whot is wrong!!!
    Look at this here
    Look at this here
    Look at this here
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #724

    Default Re: RSS2 Feed Contribution

    Hi, countrycharm

    I noticed that when I visit my own specials rss feed, it always displayed the same contents for me but not reflect the newly added special products.

    Would you please let me know how to setup rss feed add-on to enable it in displaying the new specials?

    Best regards,

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

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by bonheddwr View Post
    One more quick question. I want to submit the file to Google's Product Search.
    ...
    Is there any way of using this mod together with Google Product Search?
    For this, use another module - Google Base Feeder.

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

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by icecold View Post
    Weird code? Well that's generated by your module, I don't have anything strange in my product description that might affect the display ... I installed the module and checked that everything was installed as it supposed to be.
    Really? You looked at the source code? I see this:
    Code:
    <link rel="alternate" type="application/rss+xml" title="RSS Specials Feed" href="http://www.theoutletseason.com/electronics/index.php?main_page=rss_feed&amp;feed=specials" />
    <link rel="alternate" type="application/rss+xml" title="RSS New Products Feed" href="http://www.theoutletseason.com/electronics/index.php?main_page=rss_feed&amp;feed=new_products" />
    <link rel="alternate" type="application/rss+xml" title="RSS Upcoming Feed" href="http://www.theoutletseason.com/electronics/index.php?main_page=rss_feed&amp;feed=upcoming" />
    <link rel="alternate" type="application/rss+xml" title="RSS Featured Feed" href="http://www.theoutletseason.com/electronics/index.php?main_page=rss_feed&amp;feed=featured" />
    <link rel="alternate" type="application/rss+xml" title="RSS Best Sellers Feed" href="http://www.theoutletseason.com/electronics/index.php?main_page=rss_feed&amp;feed=best_sellers" />
    <?xml version="1.0" encoding="iso-8859-1"?>
    <?xml-stylesheet type="text/css" href="http://www.theoutletseason.com/electronics/includes/templates/apple_zen/css/rss.css" media="screen"?>
    <!-- generator="Outlet Season RSS Feed/"v 2.1.4 14.02.2008 15:26 -->
    <rss version="2.0" 
    xmlns:g="http://base.google.com/ns/1.0"
    xmlns:c="http://base.google.com/cns/1.0"
    xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
    .... skipped ....
      </channel>
    </rss>
    My module generated only this:
    Code:
    <?xml version="1.0" encoding="iso-8859-1"?>
    <?xml-stylesheet type="text/css" href="http://www.theoutletseason.com/electronics/includes/templates/apple_zen/css/rss.css" media="screen"?>
    <!-- generator="Outlet Season RSS Feed/"v 2.1.4 14.02.2008 15:26 -->
    <rss version="2.0" 
    xmlns:g="http://base.google.com/ns/1.0"
    xmlns:c="http://base.google.com/cns/1.0"
    xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
    .... skipped ....
      </channel>
    </rss>
    and don't ganarate this garbage:
    Code:
    <link rel="alternate" type="application/rss+xml" title="RSS Specials Feed" href="http://www.theoutletseason.com/electronics/index.php?main_page=rss_feed&amp;feed=specials" />
    <link rel="alternate" type="application/rss+xml" title="RSS New Products Feed" href="http://www.theoutletseason.com/electronics/index.php?main_page=rss_feed&amp;feed=new_products" />
    <link rel="alternate" type="application/rss+xml" title="RSS Upcoming Feed" href="http://www.theoutletseason.com/electronics/index.php?main_page=rss_feed&amp;feed=upcoming" />
    <link rel="alternate" type="application/rss+xml" title="RSS Featured Feed" href="http://www.theoutletseason.com/electronics/index.php?main_page=rss_feed&amp;feed=featured" />
    <link rel="alternate" type="application/rss+xml" title="RSS Best Sellers Feed" href="http://www.theoutletseason.com/electronics/index.php?main_page=rss_feed&amp;feed=best_sellers" />

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

    Default Re: RSS2 Feed Contribution

    Hi,
    Quote Originally Posted by twdhosting View Post
    Does anyone know if this mod can be modified to create a manufacturers RSS feed? So for example if I have a manufacturer called "Armani" it would produce a feed of all those Armani products...?
    Quote Originally Posted by JohnBoyCR View Post
    Andrew, I would also like to see a product (new_product) feed by
    manufacturer. Would be a really useful mod. Thanks for your effort.
    RSS feed is a cool tool!
    I will add a new parameter - manufacturer_name and manufacturers_id. So you can add this parm to all feeds (products, new-products, specials and so on).
    Quote Originally Posted by twdhosting View Post
    Excellent!

    When you have the updated code can you post it on here?

    Thanks
    Please remind me about this in pm

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

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by kobra8 View Post
    Hi, I have put all files in their correct location end stil geting message:

    XML Parsing Error: not well-formed
    Location: http://kavanali.com/zencart/index.ph...d=best_sellers
    Line Number 1, Column 2:

    <?xml version="1.0" encoding="UTF-8"?>
    -^

    Whot is wrong!!!
    1. http://www.zen-cart.com/forum/showpo...&postcount=696 :
    Quote Originally Posted by a_berezin View Post
    For everyone who received an error
    Invalid xml declaration.
    This version does not support gzip compression! Turn it off in the admin.
    Pro version works with the enabled gzip.
    2. Check for extra white spaces

  9. #729
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by ShoesBuyOnline View Post
    Hi, countrycharm

    I noticed that when I visit my own specials rss feed, it always displayed the same contents for me but not reflect the newly added special products.

    Would you please let me know how to setup rss feed add-on to enable it in displaying the new specials?

    Best regards,
    • Go to admin/configuration/rss_feed and under RSS Home Page Feed you set it to what you want it to display. Under RSS Default Feed set that to a different setting. That should take care of it.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #730

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by countrycharm View Post
    • Go to admin/configuration/rss_feed and under RSS Home Page Feed you set it to what you want it to display. Under RSS Default Feed set that to a different setting. That should take care of it.
    Hi, countrycharm

    Thanks for your help.
    I am now using "new_products" under "RSS Default Feed" setting. If I set it to "specials" or "products" would be helpful in getting a new special list when anyone visit my specials rss feed?

    Best regards,

 

 
Page 73 of 96 FirstFirst ... 2363717273747583 ... 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