Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Oct 2006
    Posts
    63
    Plugin Contributions
    0

    Default rss feed external link in the feed?

    Hi,
    my zen cart is working with the rss feed but
    in the example link
    http://www.gems-astrology.com/index....98ff733b2fb1cf

    if you click on the links it actually goes to a page on the website. how do i do this? im using wordpress. currently it only goes to the main page on my site..

    also, where do i get the .xml file?

    thank you!

  2. #2
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: rss feed external link in the feed?

    Which mod did you use for the feed?

    Are you asking for the link to go to a product or list?

    The feed mod I'm using creates the feed on the fly depending on the settings in admin. The mod writes the xml which is what an RSS feed is.

    This is how mine looks..

    http://warehousetoyou.net/index.php?...56197409e046c6

    WordPress also creates it's own xml for feed readers. With a WordPress mod you can get it to read and show your zencart feeds.

    http://beardivideengine19.com/19blog/

    I'm still rewriting the mod so it displays better.
    Dave
    Always forward thinking... Lost my mind!

  3. #3
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: rss feed external link in the feed?

    With a WordPress mod you can get it to read and show your zencart feeds.
    Which one did you use on your zencart site please?

  4. #4
    Join Date
    Oct 2006
    Posts
    63
    Plugin Contributions
    0

    Default Re: rss feed external link in the feed?

    Thanks for your replies!!
    Yes yes!! how did you get it to link to your product from the heading? list is good too..saves me from entering heaps of listings.

    my WordPress version is 2.3.1
    and my Zen Cart version 1.3.7.1

    if i wanted the wordpress url for the .xml link where do i look?

    thank you!

  5. #5
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: rss feed external link in the feed?

    FirstRSS
    RSS Aggregator
    Wordpress Plugin

    http://www.underjc.com/2007/10/first...wordpress.html

    The plugin is lacking how-to info, but once its in your plugin dir, it tells you the two commands to use. one for just creating a link list and the other for the full list.

    I added a page and inserted this into it. My template places page tabs on top.

    Code:
    [rsspara:http://warehousetoyou.net/index.php?main_page=rss_feed&feed=products]
    This is also the link to the RSS feed for the mod in my zen cart... main_page=rss_feed&feed=products

    It's auto generated at the time the page is requested so there's no stored xml file.

    if i wanted the wordpress url for the .xml link where do i look?
    If I understand what your asking, the xml file is again auto generated on the fly for wordpress as will... to link back to your blog feed for RSS2 would be your blog URL /?feed=rss2 and for an Atom feed, /?feed=atom

    like this,

    Code:
    http://beardivideengine19.com/19blog/?feed=atom
    http://beardivideengine19.com/19blog/?feed=rss2
    I still need to find a way to make my 'Buy now' buttons show, but other then that, it works without using PHP code within the page.
    Dave
    Always forward thinking... Lost my mind!

  6. #6
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: rss feed external link in the feed?

    Thanks for info..
    How did you get all those small icons to show
    under each blog post at
    http://beardivideengine19.com/19blog/
    Did you use a wordpress plugin?

  7. #7
    Join Date
    Oct 2006
    Posts
    63
    Plugin Contributions
    0

    Default Re: rss feed external link in the feed?

    Hi Dave,
    thanks for the info but i dont think it worked.
    i downloaded the plugin and installed it into /wp-content/plugins

    in wordpress: plugins>install

    then write>write page
    "page title"
    "page content" "code"
    paste [rsspara:http://warehousetoyou.net/index.php?...feed=products]

    do i use "[ ]" these brackets?

    click on header link on feed page goes to my main page
    in word press>options my blog address url points to my main page which is where its goin now. but if i change it back to the blog page it'll go there and not to the page i want.

    the only difference i could see was that in the main webpage in IE the right sideboxes went missing... mozilla was fine..

    could you tell me which step did i missed?

    thank you!

  8. #8
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: rss feed external link in the feed?

    Kitty

    do i use "[ ]" these brackets?
    Yes use them to wrap the code. I look at what I did and I didn't rewrite any of it. What's your blog URL?

    Misty

    Social bookmark icons plugin 'obsocialbookmarker';

    http://wordpress.org/extend/plugins/obsocialbookmarker/
    Dave
    Always forward thinking... Lost my mind!

  9. #9
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: rss feed external link in the feed?

    Social bookmark icons plugin 'obsocialbookmarker';
    Thanks for info Dave

  10. #10
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: rss feed external link in the feed?

    Kitty,

    Hope you don't mind me answering you here, this may help others as will.

    Zen Cart needs a RSS feed mod in order to produce the RSS feed.
    I used this one and I like so far..

    http://www.zen-cart.com/index.php?ma...roducts_id=733

    Once this is installed, then the links I gave you well work. Right now their is no feed so it defaults back to your shop. The RSS mod also has the ability to set the feed button and link on your shop page. I didn't like where it wanted to put the link so I us my own code.

    Something that you have to do on your own to make the feed visible to feed readers is to add the code to the 'html_header.php' file in your template common folder.

    Code:
    Page down until you see..  <base href="
    Then above it add this..
    <?php echo rss_feed_link_alternate(); // RSS Feed ?>
    This will make it visible to feed readers and easy to bookmark.
    Dave
    Always forward thinking... Lost my mind!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v151 RSS Feed XML and Link Issue
    By akyeame in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 4 Jan 2017, 04:58 PM
  2. How can i close/uninstalled the RSS Feed?
    By roryiiv in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 30 Aug 2010, 06:01 AM
  3. How to include ezpages in the RSS Feed?
    By JcllcJcllc in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 19 May 2010, 05:51 PM
  4. Anyone using the RSS Feed module?
    By kevinmc3 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 11 Aug 2008, 07:20 PM
  5. Can I use an RSS feed as an external page?
    By Ben-B in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 6 Feb 2008, 04:36 PM

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