http://www.dezinashop.com/demo/
RSS Feed sidebox showing latest products.
Top Right at above url.
A working rss feed, using generated xml file,
is required plus CaRP from
http://www.geckotribe.com/rss/carp/
HTH
http://www.dezinashop.com/demo/
RSS Feed sidebox showing latest products.
Top Right at above url.
A working rss feed, using generated xml file,
is required plus CaRP from
http://www.geckotribe.com/rss/carp/
HTH
Thanks Misty, but that's not what I meant.
I'm thinking of a sidebox that has links in to to the RSS Feeds for my shop, that customers are most likely to want to use.
So a box with links to the feeds for the current page, new products, specials, featured products etc.
So people can easily subscribe to those feeds.
Best Regards, Lloyd Borrett.
Zen Cart 1.5.5e, PHP 5.3.29 MySQL 5.5.42
Sorry, cannot help you further here as do not understandThanks Misty, but that's not what I meant.
I'm thinking of a sidebox that has links in to to the RSS Feeds for my shop, that customers are most likely to want to use.
your requirements..sidebox i mentioned does link to rss
feed/s for each particular new product...just happens that
sidebox links are to rss feeds to my main site.. not demo site..
could configure to any zencart site product/s if required.
A side box with the following links:
This page RSS Feed - link to the RSS feed for the current page, i.e. same link as the RSS icon in the footer.
Specials RSS Feed - link to index.php?main_page=specials
New Products RSS Feed - link to index.php?main_page=products_new
Featured Products RSS Feed - link to index.php?main_page=featured_products
and so on for the major shop RSS feeds available.
In other words, the customer doesn't have to go to the new products page to subscribe to the new products feed. They'd be able to subscribe from any page in the shop.
Best Regards, Lloyd Borrett.
Zen Cart 1.5.5e, PHP 5.3.29 MySQL 5.5.42
So a box with links to the feeds for the current page, new products, specials, featured products etc.
-> If not already included, this add-on can be easily written. First you have to learn how to create a sidebox (very easy), second you have to dig into rss mod code and see how it creates a rss link(I think I did have a look at this, it's not so hard).
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Maybe use EZ-pages to add rss links to a box?
And: thanks for this excellent contribution by the way Andrew!![]()
G'day,
When I view a RSS Feed with IE7, the product images have a blue border.(See eaxmple in the attached image.)
This doesn't happen with Firefox.
Easy, I thought. I'll just drop some CSS code into includes/templates/your_template/css/rss.css and fix that.
The code I added was...
But it didn't work.Code:img { border:0; }
What am I doing wrong?
Best Regards, Lloyd Borrett.
Zen Cart 1.5.5e, PHP 5.3.29 MySQL 5.5.42
A link to your site would be better to fix.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Yes, you've got it. Only the first link link for the current page should be a problem as is varies from page to page. The rest are fixed links.
The code used to put the link for the current page into the tpl_footer.php file is:
That should help you.Code:<!--bof RSS Feed --> <div id="RSSFeedLink"><?php echo rss_feed_link(RSS_ICON); ?></div> <!--eof RSS Feed -->
Best Regards, Lloyd Borrett.
Zen Cart 1.5.5e, PHP 5.3.29 MySQL 5.5.42