Jump to content

How to add email Id field inside add new product category form?


Recommended Posts

It's very difficult to guide you through the whole development.
You need to

1- extend the category object to add a field that holds the email: http://nemops.com/extending-prestashop-objects/#.VjnSO7fnvmg
2- extend/hook something to the admincategoriescontroller, to add the field visually

3- add a hook with a module, hookActionValidateOrder, and from it trigger the email

Link to comment
Share on other sites

×
×
  • Create New...