Re: RSS2 Feed Contribution
Quote:
Originally Posted by
kobra8
Hi, can somebodu help with RSS?
I install RSS Feed Version Date v 2.1.4
When I clik on icon RSS in toolbar I geting message:
...............................
Error!
XML parsing failed
XML parsing failed: syntax error (Line: 1, Character: 0)
Reparse document as HTML
Error:unexpected text (non-whitespace text outside root element)
Specification:
http://www.w3.org/TR/REC-xml/
="2.0"
..........................
I install a sitemap XLM end I don't knew hat to setup RSS Feed!!!
www.kavanali.com
:no:
When I clik on icon RSS in toolbar I geting message:
What are you talking about? Are you talking about in admin of your store, if so their is no rss feed under tools. It is under configurations.
Make sure you uploaded all files to there correct location. If you have a override system in place, make sure you have renamed templates/ YOUR_TEMPLATE folder to the name you are using.
Re: RSS2 Feed Contribution
Quote:
Originally Posted by
countrycharm
Paste this script in your admin/tools/install sql patches and it will take care of it for you. Andrew gave this code a while back. Make sure you delete your cache again if their is a Rss feed there. It will not cache anymore of your RSS Feeds and will stay up to date from now own.
PHP Code:
UPDATE configuration SET set_function=NULL WHERE configuration_key = 'RSS_CACHE_TIME';
Hi, countrycharm
You are really helpful. With the sql you offer above and setting 'feed cache time' to 0 in rss feed admin interface, it really doesn't cache anymore. :smile:
Best regards,
Re: RSS2 Feed Contribution
Hi Countrycharm,
Maybe you have the answer to my question which has gone unanswered. The option to remove the Buy Now button in the Admin section only removes the button, not the link. Do you know where I should go to remove the link? I'm amazed that the option doesn't do both.
Re: RSS2 Feed Contribution
Quote:
Originally Posted by bonheddwr http://www.zen-cart.com/forum/images...s/viewpost.gif
Hello, it's me again. I installed this superb looking Mod a few months back, but have never managed to get it to work.
The error I get is the following:
Invalid xml declaration.
Line: 1 Character: 4
<?xml version="1.0" encoding="iso-8859-1"?>
I have read through each and every page of this thread. I understand that I need to look for spaces and extra lines in the language and other files. I have done so manually, but cannot find what is wrong. I see from looking at the source code of my RSS feed - http://www.cadwyngifts.com/rss_feed.html - that there is a space right at the begining. The problem is I do not know what I need to change and in which file to get rid of this space.
The script that is refered to here - http://ecommerce-service.com/downloa...xtra_space.zip - does not seem to be available...
Thanks a_berezin for this mod! :smile:
Still trying to figure out how to get rid of that blasted 'space' at the begining of the source code for the page - http://www.cadwyngifts.com/rss_feed.html - it seems to work fine if that gap isn't there!! :wacko:
Any ideas guys? I would really like to get this working. :no:
Re: RSS2 Feed Contribution
Quote:
Originally Posted by
countrycharm
Do you want the date to be removed all together, or do you just want the date to be today's date on every product?
Hello Countrycharm,
Thanks for your response.
I would like the date added to be removed from the feed.
Regards,
Re: RSS2 Feed Contribution
Quote:
What are you talking about? Are you talking about in admin of your store, if so their is no rss feed under tools. It is under configurations.
Make sure you uploaded all files to there correct location. If you have a override system in place, make sure you have renamed templates/ YOUR_TEMPLATE folder to the name you are using.
I'm talking about my shop, not admin of my store.
When I go in my shop like a user.
www.kavanali.com
end click on feed list I get mesage:
Error!
XML parsing failed
XML parsing failed: syntax error (Line: 1, Character: 0)
:blush:
Re: RSS2 Feed Contribution
Quote:
Originally Posted by
johnk
Hi Countrycharm,
Maybe you have the answer to my question which has gone unanswered. The option to remove the Buy Now button in the Admin section only removes the button, not the link. Do you know where I should go to remove the link? I'm amazed that the option doesn't do both.
I will answer you in a little while. Maybe I can help.
Re: RSS2 Feed Contribution
Quote:
Originally Posted by
bonheddwr
Quote:
Originally Posted by
bonheddwr http://www.zen-cart.com/forum/images...s/viewpost.gif
Hello, it's me again. I installed this superb looking Mod a few months back, but have never managed to get it to work.
The error I get is the following:
Invalid xml declaration.
Line: 1 Character: 4
<?xml version="1.0" encoding="iso-8859-1"?>
I have read through each and every page of this thread. I understand that I need to look for spaces and extra lines in the language and other files. I have done so manually, but cannot find what is wrong. I see from looking at the source code of my RSS feed - http://www.cadwyngifts.com/rss_feed.html - that there is a space right at the begining. The problem is I do not know what I need to change and in which file to get rid of this space.
The script that is refered to here - http://ecommerce-service.com/downloa...xtra_space.zip - does not seem to be available...
Thanks a_berezin for this mod! :smile:
Still trying to figure out how to get rid of that blasted 'space' at the begining of the source code for the page -
http://www.cadwyngifts.com/rss_feed.html - it seems to work fine if that gap isn't there!! :wacko:
Any ideas guys? I would really like to get this working. :no:
Download this this script and run it to check for extra white spaces.
Re: RSS2 Feed Contribution
Quote:
Originally Posted by
johnk
Hi Countrycharm,
Maybe you have the answer to my question which has gone unanswered. The option to remove the Buy Now button in the Admin section only removes the button, not the link. Do you know where I should go to remove the link? I'm amazed that the option doesn't do both.
So what you want to do is have no link to your site at all, or am I miss understanding you. Are you saying that when you tick off the buy now button in admin/configuration that their is still a link were the buy now button was.
Re: RSS2 Feed Contribution
Quote:
Originally Posted by
gaffettape
Hello Countrycharm,
Thanks for your response.
I would like the date added to be removed from the feed.
Regards,
Open up /includes/modules/pages/rss_feed an go down to line 515 and change this
PHP Code:
date('r', strtotime($products->fields['products_date'])),
to this that should do it for you.