Page 60 of 96 FirstFirst ... 1050585960616270 ... LastLast
Results 591 to 600 of 955
  1. #591
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by leet8845 View Post
    does anyone know how to get the feed to update??? i have added new products days ago but the thing hasn't updated?do i have to it manually?
    I left out something when I told you guys how to update your feed so here it is. Sorry about that. Run this scrip also
    PHP Code:
    UPDATE configuration SET set_function=NULL WHERE configuration_key 'RSS_CACHE_TIME'
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  2. #592
    Join Date
    Jan 2008
    Posts
    3
    Plugin Contributions
    3

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by countrycharm View Post
    I left out something when I told you guys how to update your feed so here it is. Sorry about that. Run this scrip also
    PHP Code:
    UPDATE configuration SET set_function=NULL WHERE configuration_key 'RSS_CACHE_TIME'
    where you entered the code?


    unfortunately, I feed only generates product specials
    most interest to me to have feed for new products
    Last edited by fu210kp; 22 Jun 2009 at 07:26 AM.
    Dan
    TIBO Birotica
    Zen cart version: 1.3.8a

  3. #593
    Join Date
    Feb 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Hello. I am interested in displaying the price of the item within either the title or description. Just as other people have requested how to do this, I have searched the forums and still cannot find an answer. A simple post tutorial would be very valuable and I would make sure to put it up where people could find it.

    Regards,

    Matthew
    ActivityShopper.com

  4. #594
    Join Date
    Sep 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Alright, I'm totally confused. I've uploaded all the files to the / directory of my server, but I'm a little unclear about what I should do next. The documentation says:

    Go to Admin->Tools->Install SQL Patches and install install.sql (don't use upload - use copy/paste to install sql).
    Ok, so if I go to admin->tools-> install sql patches, what am I supposed to type? I tried: "install.sql ;" and I get this error:

    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'instal.sql' at line 1
    in:
    [instal.sql ;]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    I don't know anything about sql :/ ...

  5. #595
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by asauterChicago View Post
    Alright, I'm totally confused. I've uploaded all the files to the / directory of my server, but I'm a little unclear about what I should do next. The documentation says:



    Ok, so if I go to admin->tools-> install sql patches, what am I supposed to type? I tried: "install.sql ;" and I get this error:



    I don't know anything about sql :/ ...
    Open up install.sql in notepad, copy everything and then paste it into the section in admin>tools>install sql patches and click on send

  6. #596
    Join Date
    Sep 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by craftzombie View Post
    Open up install.sql in notepad, copy everything and then paste it into the section in admin>tools>install sql patches and click on send
    Ah, I feel like an idiot now :-). I thought install.sql was an actual file that could be run... Thank You!!

  7. #597
    Join Date
    Sep 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Ok, one other question. How do I access it? Appending ?main_page=rss_feed to my index.php doesn't seem to work. Is there a new link for the rss feed? Or is there something else I'm missing?

  8. #598
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by asauterChicago View Post
    Ok, one other question. How do I access it? Appending ?main_page=rss_feed to my index.php doesn't seem to work. Is there a new link for the rss feed? Or is there something else I'm missing?
    Affected files
    ==============
    /includes/templates/YOUR_TEMPLATE/common/html_header.php
    /includes/templates/YOUR_TEMPLATE/common/tpl_footer.php
    Install:
    ========
    0. BACKUP! BACKUP! BACKUP! BACKUP! BACKUP! BACKUP!
    1. Unzip and upload all new files to your store directory;
    2. Go to Admin->Tools->Install SQL Patches and install install.sql (don't use upload - use copy/paste to install sql).
    (if you use Admin Profiles or Admin with Levels you must setting needed permission);
    3. Go to Admin>Configuration>RSS Feed and setting up your RSS Feed configuration;
    4. You can add to html_header.php somewhere beetwen <head> and </head> tags:
    <?php echo rss_feed_link_alternate(); // RSS Feed ?

    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 -->

    6. The CSS/XSL files are sent from /includes/templates/YOUR_TEMPLATE/css/ to the browser in this order:
    (and alphabetically within each case of more than one match):
    rss*.css // are always loaded and at least ONE should contain site-wide properties.
    rss*.xsl // are always loaded and at least ONE should contain site-wide properties.

    Make sure you did what 4 and 5 says to do then make sure all your files uploaded to their correct folders. You should see the RSS Feed picture on your main page if everything is installed correct. Go to Admin>Configuration>RSS Feed and set up your RSS Feed configuration;
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  9. #599
    Join Date
    Sep 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    I did add it to my footer, but the feed doesn't show up. You can go here: http://www.sancoind.com/shop/ and you can see the new products feed at the bottom. Only it doesn't go anywhere, it just pulls up a blank page.

    I've copied over all the files, ran the install and configured the feed in the admin panel. Am I missing something?

  10. #600
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by asauterChicago View Post
    I did add it to my footer, but the feed doesn't show up. You can go here: http://www.sancoind.com/shop/ and you can see the new products feed at the bottom. Only it doesn't go anywhere, it just pulls up a blank page.

    I've copied over all the files, ran the install and configured the feed in the admin panel. Am I missing something?
    Did you add this to your html_header.php somewhere beetwen <head> and </head> tags:
    <?php echo rss_feed_link_alternate(); // RSS Feed ?
    I don't see it showing up anywhere in you Source code. Here is part of your Source code.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
    <head>
    <title>Sanco Industries, Sanco and Crystal Blue Online Store</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="keywords" content="pond colorant, crystal blue, pond shade, turf, pond cleaner bird bath cleaner, weed remover" />
    <meta name="description" content="Buy Pond Colorand, Cleaner and Weed Products" />
    <meta http-equiv="imagetoolbar" content="no" />
    <meta name="author" content="The Zen Cart&trade; Team and others" />
    <meta name="generator" content="shopping cart program by Zen Cart&trade;, http://www.zen-cart.com eCommerce" />

    <base href="http://www.sancoind.com/shop/" />

    <link rel="stylesheet" type="text/css" href="includes/templates/classic/css/stylesheet.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/classic/css/stylesheet_css_buttons.css" />
    <link rel="stylesheet" type="text/css" media="print" href="includes/templates/classic/css/print_stylesheet.css" />

    </head>

    <body id="indexHomeBody">
    Here is mine. See the difference in the code that I highlighted. That part is suppose to be in yours also. So I am thinking maybe you didn't add that part of the code to your html_header.php.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en"><head>
    <title>Buy In Bulk At Wholesale - Save 50% - $3.00 Shipping</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="keywords" content="wholesale merchandise store,gifts,victoria jackson survival kit,musical wind chimes,toys and games,bath and body,candles and scents,unique bird feeders,birdhouses and Birdbaths,Shabby Elegance" />
    <meta name="description" content="The Good Shepherd Store is a Professional and reliable wholesale merchandise store where you can buy in bulk at a low price" />
    <meta http-equiv="imagetoolbar" content="no" />
    <meta name="author" content="The Good Shepherd Store; Wholsale Merchandise" />
    <meta name="generator" content="shopping cart program by Zen Cart&trade;, http://www.zen-cart.com eCommerce" />

    <base href="http://www.thegoodshepherdstore.com/" />

    <link rel="stylesheet" type="text/css" href="includes/templates/luck_charm/css/style_imagehover.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/luck_charm/css/style_jscroller.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/luck_charm/css/stylesheet.css" />
    <script type="text/javascript" src="includes/templates/luck_charm/jscript/jscript_imagehover.js"></script>

    <script type="text/javascript" src="includes/js/jscroller2-1.5.js"></script>

    <link rel="alternate" type="application/rss+xml" title="RSS Specials Feed" href="http://www.thegoodshepherdstore.com/rss_feed/feed/specials" />
    <link rel="alternate" type="application/rss+xml" title="RSS New Products Feed" href="http://www.thegoodshepherdstore.com/rss_feed/feed/new_products" />
    <link rel="alternate" type="application/rss+xml" title="RSS Upcoming Feed" href="http://www.thegoodshepherdstore.com/rss_feed/feed/upcoming" />
    <link rel="alternate" type="application/rss+xml" title="RSS Featured Feed" href="http://www.thegoodshepherdstore.com/rss_feed/feed/featured" />
    <link rel="alternate" type="application/rss+xml" title="RSS Best Sellers Feed" href="http://www.thegoodshepherdstore.com/rss_feed/feed/best_sellers" />
    <link rel="alternate" type="application/rss+xml" title="RSS All Products Feed" href="http://www.thegoodshepherdstore.com/rss_feed/feed/products" />

    </head>
    <body id="indexHomeBody">
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 
Page 60 of 96 FirstFirst ... 1050585960616270 ... LastLast

Similar Threads

  1. Rss2 feed & Ultimate SEO URL
    By Jerry5763837 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 1 Feb 2009, 12:42 PM
  2. RSS2 feed contribution support
    By Woodymon in forum All Other Contributions/Addons
    Replies: 73
    Last Post: 26 Sep 2007, 07:38 AM
  3. How to display Price in Rss2.php ( Rss Feed )
    By anand in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 27 Jan 2007, 10:38 PM
  4. rss2.php rss feed contribution - YAHOO picks up only IMAGE URL?
    By gsh in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 29 Dec 2006, 05:19 AM
  5. Does rss2 mod also do mailing lists?
    By levander in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 3 Sep 2006, 11:15 AM

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