[email protected] Posted November 3, 2015 Share Posted November 3, 2015 I need to add email id field inside add new product category form. Also I need to send an email to that specific email id when a sale it made which is set for every category. Please help me on this matter. Your help and guideline will be highly appreciated. Link to comment Share on other sites More sharing options...
NemoPS Posted November 4, 2015 Share Posted November 4, 2015 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/#.VjnSO7fnvmg2- 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 More sharing options...
[email protected] Posted November 4, 2015 Author Share Posted November 4, 2015 Thanks Nemo1 for your guidence. Appreciated! Link to comment Share on other sites More sharing options...
Recommended Posts