Page 2 of 3
Re: Latest products feeds
Posted: Fri Dec 30, 2011 10:59 pm
by kralizec
straightlight wrote:What is your version of what you did in order to get this problem ?
I just installed your version, everything seems to be fine, but when I try to enable it, it just says that the module has been modified, but when I open the preferences again it's still disabled and doesn't work... I can change the rss limit though...
thank you
Marco
Re: Latest products feeds
Posted: Fri Dec 30, 2011 11:05 pm
by straightlight
Which OpenCart version are you using ?
Re: Latest products feeds
Posted: Fri Dec 30, 2011 11:08 pm
by kralizec
1.5.1, sorry I misunderstood the question

Re: Latest products feeds
Posted: Fri Dec 30, 2011 11:14 pm
by straightlight
If you go to your phpmyadmin and check the settings table, do you see the latest_products_rss_status field on the latest page ? If so, what is the value ?
Re: Latest products feeds
Posted: Fri Dec 30, 2011 11:18 pm
by kralizec
I tried that, it's 1 and even if I put a 0 when I go to the setting page in OC it says disabled
Re: Latest products feeds
Posted: Fri Dec 30, 2011 11:45 pm
by straightlight
If you try this version instead:
http://forum.opencart.com/download/file.php?id=8499 and remove the one I patched, would it work as intended ?
Re: Latest products feeds
Posted: Mon Jan 02, 2012 7:34 pm
by kralizec
sorry for the late replay, anyhow same issue, I upload the files, install the plugin, but when I try to enable it and save, it keep saying that's disabled the next time I go to check his settings
Re: Latest products feeds
Posted: Fri Jan 06, 2012 5:30 am
by Concept211
A big thanks for creating this mod! There were, however, some things that I wasn't happy with so I went ahead and made some changes to the feed code. I noticed that the product description was being displayed twice in the description tag of the XML feed. I reformatted this to display the thumbnail > description > price. Also I added an "enclosure" tag to include/attach the product photo in a larger view. Finally, I changed the language tag to "en-us".
Hope it's helpful for others.
Enjoy!
Re: Latest products feeds
Posted: Fri Jan 06, 2012 5:33 am
by kralizec
on which oc release have you tested it?
Re: Latest products feeds
Posted: Fri Jan 06, 2012 5:36 am
by Concept211
Oh sorry...I have it tested on the latest v1.5.1.3
Re: Latest products feeds
Posted: Fri Jan 06, 2012 5:38 am
by kralizec
thank you, I asked because I'm having issues enabling the plugin on 1.5.1
Re: Latest products feeds
Posted: Tue Jan 10, 2012 5:08 pm
by dklnd
straightlight wrote:Just by showing the RSS feeds won't really help to get the right information. The first things to know is starting from your 'got it fixed', what was the way to make that happen as a result of having double productinfo results ?
The added php code (see above) itself had an errorous loop; got it all fixed though.
Edit. I see you saw it aswell :-)
Re: Latest products feeds
Posted: Sat Jan 28, 2012 5:14 am
by Concept211
Hey all,
I updated this script again to auto-display the SEO URLs if enabled in the store settings

Re: Latest products feeds
Posted: Sat Jan 28, 2012 5:17 am
by straightlight
For which version of OpenCart ?
Re: Latest products feeds
Posted: Sat Jan 28, 2012 5:29 am
by Concept211
straightlight wrote:For which version of OpenCart ?
Latest v1.5.1.3
Re: Latest products feeds
Posted: Sat Jan 28, 2012 5:35 am
by straightlight
Better watch the URL pointers then since HTTPS_SERVER may be a forced behavior for redirection when some servers may not support it. Rather use the $this->url->link with SSL switched case instead.

Re: Latest products feeds
Posted: Sat Jan 28, 2012 5:48 am
by Concept211
Thanks for the tip! I was following the structure of the existing google_sitemap.php feed and didn't see any reference to the SSL-specific URLs so I didn't even take it into account.
Re: Latest products feeds
Posted: Sat Jan 28, 2012 5:50 am
by straightlight
No problem. Also take note of that htmlspecialchars. htmlentities with ENT_QUOTES and UTF-8 should rather be used since OpenCart is strictly based on UTF-8.

Re: Latest products feeds
Posted: Sun Jan 29, 2012 2:49 pm
by ikhlief
Dear Concept211, I have installed your module but it doesn't show any products, I got a white page, I am using V1.5.1.3, my language is Arabic and I am using SEO url's

Re: Latest products feeds
Posted: Sun Jan 29, 2012 2:54 pm
by ikhlief
Ok I disappled SEO url's and it's working now, is there any way to activate it with SEO urls??