You have no items in your shopping cart.

Thursday, April 18, 2024 8:35:19 PM

Installation and configuration

Posted: 6 years ago

#6930 Quote

Support

Posted: 6 years ago

#6930 Quote
How to install and configure the module in the online store.

or read our documentation [url=/documentation-nopimagesitemap]link[/url]

Posted: 6 years ago

#6953 Quote

bcdiesel

Posted: 6 years ago

#6953 Quote
Umm I’m not really sure what this program is supposed to do..  but I installed the trial and nothing has happened.. no files have been created..

Posted: 6 years ago

#6954 Quote

Support

Posted: 6 years ago

#6954 Quote
Plugin creates this file on fly in memory. You will not see it on disk.
Try to open it using URL http://www.yourstore.com/sitemap-images.xml.
You can save it on disk, but you should add this URL Google and Google will check it from time to time.

Posted: 6 years ago

#6955 Quote

bcdiesel

Posted: 6 years ago

#6955 Quote
That’s what I mean.. I clicked the link and it comes up with a 404 not found error. I also tried one of the localization folder folder links (/en/), and no dice.

Posted: 6 years ago

#6956 Quote

Support

Posted: 6 years ago

#6956 Quote
1. What nopcommerce version do you use?
2. Did you enable plugin on plugin configure page?
3. Can I connect to your PC using TeamViewer or another program? I want to check myself.

Posted: 6 years ago

#6957 Quote

bcdiesel

Posted: 6 years ago

#6957 Quote
Support wrote:
1. What nopcommerce version do you use?
2. Did you enable plugin on plugin configure page?
3. Can I connect to your PC using TeamViewer or another program? I want to check myself.


1. 3.9 w/ Nop-templates Traction theme & 2 Langs (eng/fre)
2. Yes, plugin is enabled.
3. Truthfully, I’d rather not... Sorry... I was just curious what info might have been generated by the plugin.. at this time it’s definitely not high priority enough to put resources towards making credentials and debugging.

Anyways, if it helps, enabling debugging inside the plugin doesn’t seem to function either.. I hit the checkbox to enable debugging and then save. The first time that the screen refreshes, it still shows that debugging is enabled, but when refreshed a second time, it disabled itself. When I do get the chance to download the log file, it just throws me over to the widgets configuration page.

Weird..


Cheers,
Travis

Posted: 6 years ago

#6958 Quote

Support

Posted: 6 years ago

#6958 Quote
I have found the problem. I'll fix it now.

Posted: 6 years ago

#6959 Quote

Support

Posted: 6 years ago

#6959 Quote
Download new release and try. Thank you for inform about this problem.

Version 1.01 - February 05, 2018

- fixed bug for multistore stores. Plugin didn't create XML file if you disabled it for all stores and enabled for on store.

Posted: 6 years ago

#6960 Quote

bcdiesel

Posted: 6 years ago

#6960 Quote
Support wrote:
Download new release and try. Thank you for inform about this problem.

Version 1.01 - February 05, 2018

- fixed bug for multistore stores. Plugin didn't create XML file if you disabled it for all stores and enabled for on store.


Sorry to burst the bubble, but no luck.

Uninstalled/reinstalled.. enabled plugin. Debugging stays on now no log file is generated (sends me to widget menu). No XML output that I can see.


Sorry! :(

Posted: 6 years ago

#6961 Quote

Support

Posted: 6 years ago

#6961 Quote
Maybe someone removed static route ....

Can you try to open direct URL for controller?

http://www.yourstore.com/ImageSitemap/SitemapXml
or
http://www.yourstore.com/en/ImageSitemap/SitemapXml

Posted: 6 years ago

#6962 Quote

bcdiesel

Posted: 6 years ago

#6962 Quote
Support wrote:
Maybe someone removed static route ....

Can you try to open direct URL for controller?

http://www.yourstore.com/ImageSitemap/SitemapXml
or
http://www.yourstore.com/en/ImageSitemap/SitemapXml



Ok, yes, both of those URLs generate an XML file with image names and urls.. guess there’s a disconnect somewhere..

Posted: 6 years ago

#6963 Quote

Support

Posted: 6 years ago

#6963 Quote
Yes....
Plugin registers new routes

            routes.MapLocalizedRoute("sitemap-images.xml",
                            "sitemap-images.xml",
                            new { controller = "ImageSitemap", action = "SitemapXml" },
                            new[] { "FoxNetSoft.Plugin.Misc.ImageSitemap.Controllers" });



and priority 10

Maybe one of plugins changes it....

I can increase the priority ....

I have the last question.
Maybe you blocked static URLs? Can you check it?

Posted: 6 years ago

#6964 Quote

bcdiesel

Posted: 6 years ago

#6964 Quote
Support wrote:
Yes....
Plugin registers new routes

            routes.MapLocalizedRoute("sitemap-images.xml",
                            "sitemap-images.xml",
                            new { controller = "ImageSitemap", action = "SitemapXml" },
                            new[] { "FoxNetSoft.Plugin.Misc.ImageSitemap.Controllers" });



and priority 10

Maybe one of plugins changes it....

I can increase the priority ....

I have the last question.
Maybe you blocked static URLs? Can you check it?


I don’t believe that our site blocks static URL’s, but I don’t recall seeing an option to unless I’m mistaken.

Would it make any difference whether our images were stored in the database vs the file system?

Posted: 6 years ago

#6965 Quote

Support

Posted: 6 years ago

#6965 Quote
>I don’t believe that our site blocks static URL’s, but I don’t recall seeing an option to unless I’m mistaken.
I blocks static Urls with extension ".php". But if you blocked static URLs you would see empty page...
It means that  someone changed route.

>Would it make any difference whether our images were stored in the database vs the file system?
No, plugin uses nopcommerce PictureService interface and NopCommerce returns picture URLs. You can use CDN too.

I increased the priority of routes.
http://foxnetsoft.com/content/files/foxnetsoft.ImageSitemap.zip

Try this release.

Powered by nopCommerce

Copyright © 2023 FoxNetSoft. All rights reserved