[Sorry if this is a dumb question, but the only feeds I am familiar with are breakfast, lunch and dinner.]
I have an affiliate program and today an affiliate asked me to supply him a datafeed. Is this the mod that I need in order to do that?
[Sorry if this is a dumb question, but the only feeds I am familiar with are breakfast, lunch and dinner.]
I have an affiliate program and today an affiliate asked me to supply him a datafeed. Is this the mod that I need in order to do that?
Hi Andrew and Tom, and others who like to help :) Please guide me, i am facing the same problem as Tom mentioned above. I also tried to find centercolumn_footer_defines.php but i failed.
Please get me out of this hell, thanks in advance
Regards,
In FF3 I am facing following Error.
XML Parsing Error: XML or text declaration not at start of entity
Location: http://www.buy92.com/index.php?main_...&feed=products
Line Number 3, Column 1:<?xml version="1.0" encoding="iso-8859-1"?>
^
Please help
Sorry, but I can not ever find and correct other people's errors.
Thank you, Doug, for figuring this out. I am also having an issue with this mod conflicting with WordPress. When I click on the RSS button in my footer it pulls up the feed to my blog instead of my products. [I know you said this only pertained to your system, but I tried everything else with no luck so I decided to try your suggestions.]
I've got a working feed (http://www.queerrepublictees.com/ind...;feed=products) but the problem is I can't get the RSS button to point to it.
I've done exactly what you did:
- changed $feed = $_GET['feed'] to $feed = $_GET['amp;feed']
- changed $feed_args = substr($feed, $i+1) to $feed_args = substr($feed, $i+5)
- changed switch($_GET["feed"]) to switch($_GET["amp;feed"])
... but it's still bringing up the blog instead of the products.
The confusing part is when I hover over the RSS button, in the bottom of my browser I can see:
http://www.queerrepublictees.com/index.php?main_page=rss_feed&feed=products
but if I select the button and look at the source code it points to the correct URL:
http://www.queerrepublictees.com/index.php?main_page=rss_feed&feed=products
There's got to be something really simple that I am overlooking. If anybody can help I'd be most grateful.
Hello mnaeemsattar
The following fixed it for me. You might have a similar thing going on, but with a different file. Or it could be a different issue altogether. But I had the same error message as you for sure.
http://www.zen-cart.com/forum/showth...055#post613055
![]()
I missed a step or two in my explanation...
In the includes/functions/extra_functions/rss_feed.php file for the functions rss_feed_link_alternate and rss_feed_link, change the "'feed=' . $feed" to "'amp;feed=' . $feed" there. There are 2 lines in the function rss_feed_link_alternate and 1 line in the function rss_feed_link.
Bookmarks