Page 76 of 96 FirstFirst ... 2666747576777886 ... LastLast
Results 751 to 760 of 955
  1. #751
    Join Date
    Aug 2009
    Posts
    34
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    hi there

    wondering if the price issue has been solved

    and

    secondly if it is possibl;e to display the feed from manufacturers as yet

    thx in advance

  2. #752
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: RSS2 Feed Contribution - No Price

    Hi,
    Quote Originally Posted by countrycharm View Post
    I'm not sure yet how to solve this, but I will figure it out sooner or later and share it.
    What kind of problem are you talking about?

  3. #753
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: RSS2 Feed Contribution - No Price

    Quote Originally Posted by a_berezin View Post
    Hi,

    What kind of problem are you talking about?
    Hi and thank you for your time Andrew.
    Some of us can not get the price to show up on the feed even when it is set to show in configuration. I'm not sure where to look to fix it. Thank You again
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #754
    Join Date
    Jan 2008
    Posts
    89
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    hello,

    I read the whole post and couldnt find what i was looking for..

    I want to add a sidebox that displays RSS Feed from Yahoo news.
    I have the URL for the RSS feed, but how can i make it display in a side box with maybe 3 or 4 headlines ?

    i installed RSS feed contribution, but not sure if that will help me add the RSS on a sidebox with Yahoo news rss as the content

  5. #755
    Join Date
    Feb 2005
    Posts
    56
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    I may be speaking out of line, but this thread has nothing to do with that. Thus the reason for you not being able to find anything.

    This thread is purely about creating RSS feeds of your site so that customers can see updates on their Browser. I use IGgoole and every time I update my site, the information on IGoogle changes. It's neat.

    If you have the code from Yahoo to that, you could place it into a blank sidebox. Unfortunately I'm not sure it's that simple.

    I just had a look in the Modules section and this may do what you want:
    Last edited by johnk; 28 Jan 2010 at 08:19 PM.

  6. #756
    Join Date
    Jan 2008
    Posts
    89
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by johnk View Post
    I may be speaking out of line, but this thread has nothing to do with that. Thus the reason for you not being able to find anything.

    This thread is purely about creating RSS feeds of your site so that customers can see updates on their Browser. I use IGgoole and every time I update my site, the information on IGoogle changes. It's neat.

    If you have the code from Yahoo to that, you could place it into a blank sidebox. Unfortunately I'm not sure it's that simple.

    I just had a look in the Modules section and this may do what you want:

    YOU ARE 100% CORRECT.. THANK YOU !!

  7. #757
    Join Date
    Jun 2009
    Location
    Miami, Fl
    Posts
    138
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    I installed this module and everything is working fine. It show the RSS button but... what about the xml file? The only reason because I installed was because I wanted to have a xml file to use use it in Google Merchant Center.... In Data feeds what I need to put?

    Thanks!

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

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by DArnaez View Post
    I installed this module and everything is working fine. It show the RSS button but... what about the xml file? The only reason because I installed was because I wanted to have a xml file to use use it in Google Merchant Center.... In Data feeds what I need to put?

    Thanks!
    Make sure you put in a name in for your output feed file. Here is a picture to go by.

    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  9. #759
    Join Date
    Jun 2009
    Location
    Miami, Fl
    Posts
    138
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Thanks a lot for your quick reply but it seems that I miss something. This is how it look my Admin/Configuration/RSS Feed

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

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by DArnaez View Post
    Thanks a lot for your quick reply but it seems that I miss something. This is how it look my Admin/Configuration/RSS Feed

    Are you running the latest version 2.1.4 from the downloads, if so yes you miss something. Try un-installing the sql statement and reinstall it again. Run this sql statement code in admin/tools/install sql to un-install it, then reinstall the sql that came with the feed and the updates. If it doesn't un-install we will try something else.
    PHP Code:
    SET @configuration_group_id=0;
    SELECT (@configuration_group_id:=configuration_group_idFROM configuration_group WHERE configuration_group_title'RSS Feed' LIMIT 1;
    DELETE FROM configuration WHERE configuration_group_id = @configuration_group_id AND configuration_group_id != 0;
    DELETE FROM configuration_group WHERE configuration_group_id = @configuration_group_id AND configuration_group_id != 0;
    DELETE FROM configuration WHERE configuration_key 'RSS_FEED_VERSION';

    DELETE FROM configuration (configuration_idconfiguration_titleconfiguration_keyconfiguration_valueconfiguration_descriptionconfiguration_group_idsort_orderdate_addeduse_functionset_functionVALUES 
    (NULL'RSS Title''RSS_TITLE''''RSS Title (if empty use Store Name)', @configuration_group_id1NOW(), NULLNULL),
    (
    NULL'RSS Description''RSS_DESCRIPTION''''RSS description', @configuration_group_id2NOW(), NULLNULL),
    (
    NULL'RSS Image''RSS_IMAGE''''A GIF, JPEG or PNG image that represents the channel', @configuration_group_id3NOW(), NULLNULL),
    (
    NULL'RSS Image Name''RSS_IMAGE_NAME''''RSS Image Name (if empty use Store Name)', @configuration_group_id4NOW(), NULLNULL),
    (
    NULL'RSS Copyright''RSS_COPYRIGHT''''RSS Copyright (if empty use Store Owner)', @configuration_group_id5NOW(), NULLNULL),
    (
    NULL'RSS Managing Editor''RSS_MANAGING_EDITOR''''RSS Managing Editor (if empty use Store Owner Email Address and Store Owner)', @configuration_group_id6NOW(), NULLNULL),
    (
    NULL'RSS Webmaster''RSS_WEBMASTER''''RSS Webmaster (if empty use Store Owner Email Address and Store Owner)', @configuration_group_id7NOW(), NULLNULL),
    (
    NULL'RSS Author''RSS_AUTHOR''''RSS Author (if empty use Store Owner Email Address and Store Owner)', @configuration_group_id8NOW(), NULLNULL),

    (
    NULL'RSS Home Page Feed''RSS_HOMEPAGE_FEED''new_products''RSS Home Page Feed', @configuration_group_id8NOW(), NULL'zen_cfg_select_option(array(\'news\', \'new_products\', \'upcoming\', \'featured\', \'specials\', \'products\', \'categories\'),'),
    (
    NULL'RSS Default Feed''RSS_DEFAULT_FEED''new_products''RSS Default Feed', @configuration_group_id8NOW(), NULL'zen_cfg_select_option(array(\'news\', \'new_products\', \'upcoming\', \'featured\', \'specials\', \'products\', \'categories\'),'),

    (
    NULL'Strip tags''RSS_STRIP_TAGS''false''Strip tags', @configuration_group_id20NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (
    NULL'Generate Descriptions''RSS_ITEMS_DESCRIPTION''true''Generate Descriptions', @configuration_group_id21NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (
    NULL'Descriptions Length''RSS_ITEMS_DESCRIPTION_MAX_LENGTH''0''How many characters in description (0 for no limit)', @configuration_group_id22NOW(), NULLNULL),
    (
    NULL'Time to live''RSS_TTL''1440''Time to live - time after reader should refresh the info in minutes', @configuration_group_id23NOW(), NULLNULL),

    (
    NULL'Default Products Limit''RSS_PRODUCTS_LIMIT''100''Default Limit to Products Feed', @configuration_group_id31NOW(), NULLNULL),
    (
    NULL'Add Product image''RSS_PRODUCTS_DESCRIPTION_IMAGE''true''Add product image to product description tag', @configuration_group_id32NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (
    NULL'Add "buy now" button''RSS_PRODUCTS_DESCRIPTION_BUYNOW''true''Add "buy now" button to product description tag', @configuration_group_id33NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),

    (
    NULL'Categories for Products''RSS_PRODUCTS_CATEGORIES''master''Use \'all\' or only \'master\' Categories for Products when specified cPath parameter', @configuration_group_id23NOW(), NULL'zen_cfg_select_option(array(\'master\', \'all\'),'),

    (
    NULL'Generate Products Price''RSS_PRODUCTS_PRICE''true''Generate Products Price (extended tag <g:price>)', @configuration_group_id90NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (
    NULL'Generate Products ID''RSS_PRODUCTS_ID''true''Generate Products ID (extended tag <g:id>)', @configuration_group_id91NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (
    NULL'Generate Products Weight''RSS_PRODUCTS_WEIGHT''true''Generate Products Weight (extended tag <g:weight>)', @configuration_group_id93NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (
    NULL'Generate Products Brand''RSS_PRODUCTS_BRAND''true''Generate Products Manufacturers Name (extended tag <g:brand>)', @configuration_group_id94NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (
    NULL'Generate Products Currency''RSS_PRODUCTS_CURRENCY''true''Generate Products Currency (extended tag <g:currency>)', @configuration_group_id95NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (
    NULL'Generate Products Quantity''RSS_PRODUCTS_QUANTITY''true''Generate Products Quantity (extended tag <g:quantity>)', @configuration_group_id96NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (
    NULL'Generate Products Model''RSS_PRODUCTS_MODEL''true''Generate Products Model (extended tag <g:model_number>)', @configuration_group_id97NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (
    NULL'Generate Products Rating''RSS_PRODUCTS_RATING''true''Generate Products Rating (extended tag <g:rating>)', @configuration_group_id98NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (
    NULL'Generate Products Images''RSS_PRODUCTS_IMAGES''true''Generate Products Images (extended tag <g:image_link>)', @configuration_group_id98NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (
    NULL'Generate Products Images Size''RSS_DEFAULT_IMAGE_SIZE''large''What image size Generate (extended tag <g:image_link>)', @configuration_group_id99NOW(), NULL'zen_cfg_select_option(array(\'small\', \'medium\', \'large\'),'),
    (
    NULL'Feed Cache Time''RSS_CACHE_TIME''10''Cache Time (in min). If you don\'t want caching, set it to 0', @configuration_group_id200NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'); 
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 
Page 76 of 96 FirstFirst ... 2666747576777886 ... 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