Hi,
I'm still quite a neewbie, and would be very grateful if anyone can help.
I'm running Zen Cart 1.3.7, will the latest version of this work on 1.3.7?
I'vew gone though the 'readme' file,and have followed all instructions, but cannot get this to work properlyu.
[FONT="]1. Unzip and upload all new files to your store directory;
[/FONT][FONT="]I unzipped and got a folder called rss_feed . I uploaded that folder to my root directory, i.e. the same directory as the index.php file. Have I uploaded to the correct place?
[/FONT][FONT="]2. Go to Admin->Tools->Install SQL Patches and install install.sql (don't use upload - use copy/paste to install sql).
Copied everything from [/FONT][FONT="]install.sql in to '[/FONT][FONT="]Install SQL Patches' and received no errors.
[/FONT] 3. Go to Admin>Configuration>RSS Feed and setting up your RSS Feed configuration;
It is there under Admin>Configuration>RSS Feed and I have setup configurations.
4. You can add to html_header.php somewhere beetwen <head> and </head> tags:
[FONT="]<?php echo rss_feed_link_alternate(); // RSS Feed ?>[/FONT]
To start with, when you refer to html_header.php , is it to the following file? includes>templates>template_default>common>html_header.php
I tried to add the string to different areas between <head> and </head> tags, i.e. right after <head> tag, and just before </head> tag, and the website did not load at all. I the placed it just before the following line, and the website does now load - <meta name="robots" content="noindex, nofollow" /> - is this the best place to place it?
5. You can add to tpl_footer.php or where you want:
<!--bof RSS Feed -->
<div id="RSSFeedLink"><?php echo rss_feed_link(RSS_ICON); ?></div>
<!--eof RSS Feed -->
When you refer to tpl_footer.php , is it to the following file? includes>templates>template_default>common>tpl_footer.php
I added the code just before the following, is this the best place? <!--bof-navigation display -->
The problem I have is that I don't know what to do next. No RSS logo appears in the address bar of Firefox or Internet Explorer, and I cannot see a link anywhere else on any pages of the site. I've tried going to the following page, as suggested, but nothing appears. http://www.cadwyngifts.com/index.php?main_page=rss_feed Where can I access this RSS feed?
Many Thanks.
Bookmarks