Add fields in product (model/admin panel/product page)

Friday, March 29, 2024 12:13:38 AM
  • Posted: Sunday, August 2, 2020 6:35 AM
  • 34
Hi everyone!

I want add field in product model and this field should be edited through the admin panel (product page in admin panel).
How to do this?

Thanks.
0
  • Posted: Monday, August 3, 2020 1:40 PM
  • Team
  • 150
Hi,
I would like to suggest use generic attributes.
In admin panel on the product details you have tab Generic Attributes, by this feature you can add any field.
By the way you can change this view and put any type of fields that will be saved after update product.
Regards
Krzysztof
0
  • Posted: Tuesday, August 4, 2020 8:01 AM
  • 34
Hi, Krzysztof.
Thanks for you answer!

I added field VideoReview in Product Model, controller, interfaces, admin view...and field in Product table mongo db.
It's work, thanks!
1
back to top
Filters