Maybe IIS used old version from intenal .NET cache...
Open the file Global.asax in site root folder. Add spacebar to the end of the file, save it and try.
Write me about result.
If you see error again. Send me plugin Log file from App_Data folder.
This topic was created for feed for bol.com.
https://developers.bol.com/wp-content/uploads/2014/08/Handleiding-productfeeds-Partnerprogramma-3.11.pdf
I read documentation. This network has several feed type.
bolcom_baby.TXT
bolcom_boeken-engels.TXT
bolcom_boeken.TXT
bolcom_dier-tuin-klussen.TXT
....
What feed type do you want to have the first?
I want to do one for test.
Correct code
<li><a href="@Url.RouteUrl("Articles", new { action = "List" })">@T("FoxNetSoft.Plugin.Misc.Articles.LinkButton")</a></li>
We have fixed this bug.
Version 1.05 - December 16h, 2016
- fixed bug 'crash site using broken HTML page'.
Download new version and try.
But you must remove all problems from your pages.
Thank you for you help with finding the problem.
Your HTML code has some problems.
I tried to validate your site using several validators and I saw errors. Remove errors. Google sees errors too :(.
Example.
https://html5.validator.nu/?doc=https%3A%2F%2Fwww.ecofilters.es%2Fen%2F
https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.ecofilters.es%2Fen%2F
But you are right. Plugin had to leave original HTML page and saved the notification about problem in Nop log.
I'll try to reproduce this problem.
I help you. I'll made new .SQL file for you.
What NopCommenrce version do you use?
I'll think how to add this feature.
You can change the sore procedure now with new code.
select P.*
from Product P WITH (NOLOCK)
where P.Id in (select ProductId from #ExportProducts)
ORDER BY P.Id
Can you write me all important settings for preordered product?
I added support AvailableForPreOrder in last release. We didn't change release number.
I think I didn't understand you correctly.
We calculate the amount of product. If you the product amount less then 0, plugin will check BackorderMode property...
Do you mean property AvailableForPreOrder?