Re: RSS2 Feed Contribution
Quote:
Originally Posted by
countrycharm
I'm not sure why it is not showing the price. I just looked at mine and it is not showing the price either for some reason even though I have Generate Products Price set to true. I have to look into this a little deeper to see why. I just went to your site and the load time is 37 seconds for your feed. I think that is way to long. I see another problem also, or you may have did it on purpose. I don't see the feed icon in your browser when I go to your web site. That is where you have a choice on new products feed, featured feed, all products feed and so on.
countrycharm,
Were you able to get the price added to feed? Thanks, Kim
Re: RSS2 Feed Contribution
Quote:
Originally Posted by
a_berezin
Hi,
I will add a new parameter - manufacturer_name and manufacturers_id. So you can add this parm to all feeds (products, new-products, specials and so on).
Please remind me about this in pm
Hi.
Has this been done yet?
Thanks.
Re: RSS2 Feed Contribution
Quote:
Originally Posted by
Styles UK
Hi.
Has this been done yet?
Thanks.
Yes, but unfortunately this is not yet in download area. I'll upload a new version when I have free time. When exactly - do not know.
Re: RSS2 Feed Contribution
Quote:
Originally Posted by
lacompagniadelkendo
But, when i enter from "configuration" the "rss feed" i can't see anything :(
You are using the module admin profiles?
Re: RSS2 Feed Contribution
Quote:
Originally Posted by
a_berezin
You are using the module admin profiles?
Nope, The only add-ons used until now is google analytics and now the rss2feed.
Will this module "admin profiles" solve my problem?
Re: RSS2 Feed Contribution
Quote:
Originally Posted by
lacompagniadelkendo
Will this module "admin profiles" solve my problem?
No. Reinstall this module sql
Re: RSS2 Feed Contribution
Quote:
Originally Posted by
a_berezin
No. Reinstall this module sql
I did copy-paste the install.sql code, send it, and the same errors appeared:
- 9 statements processed (green)
- Error: cannot insert configuration_key "" because it already exists (red)
- Note: 1 statements ignored. See "upgrade_exceptions" table for additional details (yellow)
Then i used the uninstall.sql and just one green message appeared:
- 5 statements processed. Good :)
I used again the install.sql and.. the same errors appeared :(:(
I'm sending you the query results on pm, maybe you can figure out what's wrong.
Re: RSS2 Feed Contribution
I see your sql. I do not know why that is substituted prefix tables, then no:
Quote:
DELETE FROM zen_configuration WHERE configuration_group_id = @configuration_group_id AND configuration_group_id != 0;
DELETE FROM zen_configuration_group WHERE configuration_group_id = @configuration_group_id AND configuration_group_id != 0;
...
INSERT INTO zen_configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) VALUES (NULL, 'RSS Feed', 'RSS Feed Configuration', '1', '1');
...
INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES (NULL, 'RSS Title', 'RSS_TITLE', '', 'RSS Title (if empty use Store Name)',
How do you run install.sql?
Re: RSS2 Feed Contribution
I'm running this mod and it worked great on the first day but after that it does not update and show new products as they are added. Do I need to change a setting? Thanks!
Re: RSS2 Feed Contribution
Quote:
Originally Posted by
a_berezin
I see your sql. I do not know why that is substituted prefix tables, then no:
How do you run install.sql?
Don't understand what you wrote about my sql tables :blush:
I run install.sql doing this: From admin panel --> tools --> install sql patches --> Copy - paste the lines of the install.sql file --> send
and next screen i get the results i sent you..