Create custom section in Product Edit page

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
1 anno tempo fa
Hi

How can I build and add a custom section to the edit page for products?
I would like a section like "Prices", "Shipping" etc. but with  my custom layout and code.

I believe some of this has changed in the later versions, and I am using Nop 4.50.

Best regards
Axel
1 anno tempo fa
you can push your ViewComponent at this widget zone AdminWidgetZones.ProductDetailsBlock. from there you need to push one <nop-card ...></nop-card> section
you can check Shipping.EasyPost default nopCommerce plugin ViewComponent code
https://github.com/nopSolutions/nopCommerce/blob/d0c365383bdaba1601b843e9958cc416679eb478/src/Plugins/Nop.Plugin.Shipping.EasyPost/Components/ProductDetailsViewComponent.cs#L69
1 anno tempo fa
So will this be possible to do from a plugin?
or do I need to customize standard code?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.