문제

I want to Add and Update Products in Bulk, not only the basic information but also related product, cross sell, etc., I did check the excel functionality but it doesn't has the option of adding the Complete Information

I Looked at the nopcommerce API, but Currently it doesn't have the option of adding Products through API,My Questions are :

1) I want to know what is the Other Best Way of adding Products , please elaborate what is the best Way of Achieving it

2) I tried to create a plugin of It through its Source Code (I Downloaded Source Code Separately), and plugin was Successfully created in Source, How can I add it in my existing NopCommerce Website which is without Source Code

Thanks

도움이 되었습니까?

해결책

About the second question: to add created plugin in your existing site you should

  • build your plugin
  • find it's folder in the Nop.Web\Plugins in your source code
  • copy it into the Plugins folder in your NoSource project
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top