>2. Where I suppose to have it?
Open NopCommerce in admin mode and select item in menu 'System-Log'.
>3. Do you have another plugin with this .dll file WebMarkupMin.Core.dll?
You should try to find this file in another plugin folders. Try to find this plugin in all site folder too.
I think you have another plugin with this .dll file... But another file has another version.
Do you use original NopCommerce kernel .dll files?
No, plugin doesn't have such feature.
Can you describe me how you see it?
By default plugin exports products by product's name.
If you need it now you can change the stored procedure FNS_FeedManager_ProductLoadAll
Example
select P.*
from Product P WITH (NOLOCK)
where P.Id in (select ProductId from #ExportProducts)
ORDER BY P.[Name] ASC
We are sorry. We didn't upload new release. We have uploaded it. Try to download it again. The file google.xml was changed 07.12.2016.
1. Can you disable plugin on your site?
2. Send me your Nop log.
3. Do you have another plugin with this .dll file WebMarkupMin.Core.dll?
>site go down and log show.
Couldn't you open the page? If plugin can't minify the page, plugin must return original page....
Can you disable plugin and send me URL for this page or original html page as a file.
I want to check your page.
We added this feature.
Version 1.46 (small update) - December 08, 2016 (the save version number)
+ changed google.xml template. We added new parameter for tag availability for mapping this parameter with new values. It was important fix.
We didn't use mapping from XML file Google feed...
Thank you for suggestion.
We'll change our logic.