The problem is in this function System.Web.VirtualPath.FailIfRelativePath.
NopCommerce can't get relative path using virtual path...
I think that you have one 'unreal virtual path'.
I'll think today how to solve this problem. Please wait one day.
Plugin uses NopCommerce standard permission role Manage Settings.
The code
if (!_permissionService.Authorize(StandardPermissionProvider.ManageSettings))
It's the best idea to add support external post-processing function (subplugin). I can sent productId your subplugin will calculate something and return me value...
Yes. It's performance leak but it's the best idea.
What do you think about it?
Send me example and I'll try to add your request.
But send me URL for official documentation.
Some tracking services allow to add new custom tokens some not.
I am interestion to do plugin more user-friendly.
Download the new release from our site and try to create the feed file.
Read this documentation
https://www.kelkoogroup.com/kelkoo-customer-service/support-for-merchants/shopping-guides/feed-layout-fields-details/#toc1
This feed file has the MerchantID. You must add it. MerchantID=offer-id
Don't forget about merchant-category
I added the main fields in this template.
Please try and write me about result.
Take the template bidorbuy_co_za.xml
<FeedAttribute>
<Id>10</Id>
<FeedCaption>Brand</FeedCaption>
<FeedName>Brand</FeedName>
<XPath>ProductAttributes</XPath>
<DefaultValue></DefaultValue>
<FieldNameCode>manufacturer</FieldNameCode>
<CharsLimit></CharsLimit>
<Required>false</Required>
<IgnoreNullOrEmpty>false</IgnoreNullOrEmpty>
<ActionId>0</ActionId>
</FeedAttribute>
<Brand>
Apple
</Brand>
<ProductAttributes>
<Brand>
Apple
</Brand>
</ProductAttributes>
I'll add support checkout attributes from the box.
You will be able to create checkout attribute for customer's comment.
Please wait one-two days.
Ok.
Thank you. I'll see and answer you.
I am sure that plugin had to add this customer's comment, but I'll check it.