Web API (official plugin) : IAddressAttributeParser , ICheckoutAttributeParser missing

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
1 year ago
hi ,
i'm trying to setup the web API code , I've  created a solution , installed nopcommerce from github repo and add
Nop.Plugin.Misc.WebApi.Framework
Nop.Plugin.Misc.WebApi.Backend
Nop.Plugin.Misc.WebApi.Frontend
please check the attached image ,


the problem is when i compile the code of the plugins i got error of a missing interface
IAddressAttributeParser
ICustomerAttributeFormatter
ICheckoutAttributeParser
im i missing something ?
1 year ago
Hi. It looks like you are trying to compile the plugin for version nopCommerce 4.70, which actually does not have these three interfaces.  They have been replaced by a single IAttributeParser interface.  in any case, you need to understand that the plugin for 4.60 does not contain any changes made for 4.70 and may not work correctly
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.