Plugin has feature. It can change values. Check if your skroutz.xml has ConvertValues block.
Change the NewValue parameter.
<FeedAttribute>
<Id>14</Id>
<FeedCaption>instock</FeedCaption>
<FeedName>instock</FeedName>
<FieldNameCode>stockstatus</FieldNameCode>
<ConvertValues>
<ConvertValue>
<Id>1</Id>
<OldValue>InStock</OldValue>
<NewValue>Y</NewValue>
</ConvertValue>
<ConvertValue>
<Id>2</Id>
<OldValue>OutOfStock</OldValue>
<NewValue>N</NewValue>
</ConvertValue>
<ConvertValue>
<Id>3</Id>
<OldValue>Preorder</OldValue>
<NewValue>Y</NewValue>
</ConvertValue>
</ConvertValues>
<Required>false</Required>
<IgnoreNullOrEmpty>true</IgnoreNullOrEmpty>
<ActionId>0</ActionId>
</FeedAttribute>
Solution.
Copy Magick.NET-Q8-x64.Native.dll in site Bin folder.
IIS can't load it from plugin folder but can load from Bin folder.
If you don't want to change application mode you can download DLL from this URL
https://github.com/dlemstra/Magick.NET/releases/tag/7.0.5.800
Or we can send you this DLL too.
We didn't include DLL for old IIS mode because this DLL has very large size.
Do it and write me about result.
Check if your IIS application pool uses x64 or x32 mode?
Maybe you forgot to change it from old x32 mode.
Using x32 mode you will have performance issues too.
Thank you too for idea.
Please write a reviews about our support
https://www.nopcommerce.com/p/1662/nopfeedmanager-google-amazon-ebay-binq-facebook-pricegrabber-shopzilla-rakuten-etc-foxnetsoftcom.aspx
I want to populate our plugin.
Thank you.
Yes and no. I was sick last week and my disease destroyed my plan.
I changed plugin but I haven't finished all test yet.
I have one bug.
I'll write in this topic.
I fixed it.
Plugin uses another URL format.
new URL
http://yourstore.com/customerrequest/1/1
old URL
http://yourstore.com/customerrequest?id=1&productId=1
I didn't changed release number.