Re: RSS2 Feed Contribution
Thank you for your replies, Andrew.
Quote:
Originally Posted by tonibarcelona http://www.zen-cart.com/forum/images...s/viewpost.gif
The BUY NOW button only appears to work in FF, not IE...
And neither in some of rss agregators.
Of course. Like many additional tags. In IE xsl can help you.
Does this means that i can correct it with css for ie?
Quote:
Originally Posted by tonibarcelona http://www.zen-cart.com/forum/images...s/viewpost.gif
1)Is not clear for me how restrict rss feed only to new products and incoming products...
Only update script.
I donīt understand you. I installed from fresh last update published yesterday at download area.. I see the menu at admin area wick look like the menu posted by Vicky, but i donīt see any option for publish rss only to certain pages
And for the last point, i tried to append echo rss_feed_link to the a href of Google. I supposed that itīs a trouble with the syntaxis, but iīm unable of make it working correctly, doesnīt generate a correct link for thge rss page
Re: RSS2 Feed Contribution
Quote:
Originally Posted by
tonibarcelona
XSL
Quote:
Originally Posted by
tonibarcelona
Where I say that you can do it from admin??? I say that you can do it updating script. Write you own update for this script.
Quote:
Originally Posted by
tonibarcelona
And for the last point, i tried to append echo rss_feed_link to the a href of Google. I supposed that itīs a trouble with the syntaxis, but iīm unable of make it working correctly, doesnīt generate a correct link for thge rss page
echo rss_feed_linkto the a href of Google??????????? I think I don't understand you. May more details?
Re: RSS2 Feed Contribution
Quote:
Originally Posted by
a_berezin
XSL
Where I say that you can do it from admin??? I say that you can do it updating script. Write you own update for this script.
I think my knowledge on php is very poor for doing that.
echo rss_feed_linkto the a href of Google??????????? I think I don't understand you. May more details?
Yes: For sending rss feed to google reader or igoogle the code for the button is: [FONT=Courier New]<a href="http://fusion.google.com/add?feedurl=[FEED_URL]">
<img src="[LOCAL_PATH]/add.gif"
width="104" height="17" border="0"
alt="Add to Google">
</a> [/FONT]
[FONT=Courier New]How to integrate this code at your mod ?[/FONT]
Re: RSS2 Feed Contribution
Quick decision
Code:
<a href="http://fusion.google.com/add?feedurl=<?php list($feed, ) = rss_feed_current_page(); echo zen_href_link(FILENAME_RSS_FEED, 'feed=' . $feed); ?>">
<img src="[LOCAL_PATH]/add.gif"
width="104" height="17" border="0"
alt="Add to Google">
</a>
Re: RSS2 Feed Contribution
Thanks a lot, Andrew:I will try it this afternoon and inform of working process.
thank you very much.
Re: RSS2 Feed Contribution
Dear developer of this excellent mod,
Just wanna inform you that the included installation sql patch will delete configuration_key with configuration_group_id = 0
The effected keys are
PRODUCTS_OPTIONS_TYPE_SELECT
UPLOAD_PREFIX
TEXT_PREFIX
Deletion of above keys will effect the proper functionality of Zen Cart.
Re: RSS2 Feed Contribution
Re: RSS2 Feed Contribution
Please execute this sql to restore deleted records:
Code:
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Product option type Select', 'PRODUCTS_OPTIONS_TYPE_SELECT', '0', 'The number representing the Select type of product option.', 0, NULL, now(), now(), NULL, NULL);
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Upload prefix', 'UPLOAD_PREFIX', 'upload_', 'Prefix used to differentiate between upload options and other options', 0, NULL, now(), now(), NULL, NULL);
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Text prefix', 'TEXT_PREFIX', 'txt_', 'Prefix used to differentiate between text option values and other option values', 0, NULL, now(), now(), NULL, NULL);
Re: RSS2 Feed Contribution
Quote:
Originally Posted by
a_berezin
Quick decision
Code:
<a href="http://fusion.google.com/add?feedurl=<?php list($feed, ) = rss_feed_current_page(); echo zen_href_link(FILENAME_RSS_FEED, 'feed=' . $feed); ?>">
<img src="[LOCAL_PATH]/add.gif"
width="104" height="17" border="0"
alt="Add to Google">
</a>
YES!!! IT WORKS, AND WORKS VERY WELL!!
THANKX A LOT, ANDREW
Re: RSS2 Feed Contribution
I donīt know which implications it may have, but the mod generates the same url feed for products and for products reviews