sportivo147 Posted September 28, 2014 Share Posted September 28, 2014 Hello, i have searched all the forum but unfortunately i haven't found any solution to this very usefull modification. I need to have an extra column in product listing page in back office showing the extra feature of each product. Also i need the same to show features in the invoice PDF file. Link to comment Share on other sites More sharing options...
tuk66 Posted September 29, 2014 Share Posted September 29, 2014 At least how to show features in the invoice - http://www.prestashop.com/forums/topic/270613-module-m4-pdf-extensions-with-online-editor/?view=findpost&p=1668332 Link to comment Share on other sites More sharing options...
sportivo147 Posted September 29, 2014 Author Share Posted September 29, 2014 At least how to show features in the invoice - http://www.prestashop.com/forums/topic/270613-module-m4-pdf-extensions-with-online-editor/?view=findpost&p=1668332 Thank you tuk66. What about show features in the B.O. Produt listing ?? Link to comment Share on other sites More sharing options...
tuk66 Posted September 30, 2014 Share Posted September 30, 2014 I have no idea. It would be a nontrivial patch because features are an array for every order item.. Link to comment Share on other sites More sharing options...
sportivo147 Posted September 30, 2014 Author Share Posted September 30, 2014 Is this so diffucult to find a way to show the features to the B.O. in Product listing ?? Is there any module (paid or free) to make this possible ? Link to comment Share on other sites More sharing options...
SmartDataSoft Posted September 30, 2014 Share Posted September 30, 2014 @sportivo147 Can you show a rough screen short where you like to show, are you talking about the product grid page. If so you need to overwrite product admin controller. Link to comment Share on other sites More sharing options...
sportivo147 Posted September 30, 2014 Author Share Posted September 30, 2014 @sportivo147 Can you show a rough screen short where you like to show, are you talking about the product grid page. If so you need to overwrite product admin controller. I would like to create a new column after the excisting name column and call it Fabric. This column should show a feature of each product. For my case i would like to show feature with ID 8. Link to comment Share on other sites More sharing options...
SmartDataSoft Posted September 30, 2014 Share Posted September 30, 2014 @sportivo147 in that case you need to overwrite the AdminProductContoller and edit your field , It take some time to do that. If your features is listed in prestashop back office. then you can show that , without modified the object module, if you add any particular field in database table in that case you need to modified the object model that is product class Link to comment Share on other sites More sharing options...
sportivo147 Posted September 30, 2014 Author Share Posted September 30, 2014 @sportivo147 in that case you need to overwrite the AdminProductContoller and edit your field , It take some time to do that. If your features is listed in prestashop back office. then you can show that , without modified the object module, if you add any particular field in database table in that case you need to modified the object model that is product class Well can you show me how to overwite the AdminProductContoller or how else i can do this working? Link to comment Share on other sites More sharing options...
SmartDataSoft Posted September 30, 2014 Share Posted September 30, 2014 controllers\admin\AdminProductsController.php copy it to override\controllers\admin\AdminProductsController.ph p rename the class name class AdminProductsControllerCore extends AdminController to class AdminProductsController extends AdminProductsControllerCore then edit what you need. It need you more advance knowledge of modify Link to comment Share on other sites More sharing options...
sportivo147 Posted September 30, 2014 Author Share Posted September 30, 2014 As i am new to all this and my knowledge is not like a programmer ... i probably need a step by step guide to fix this. If you could help with this. Link to comment Share on other sites More sharing options...
SmartDataSoft Posted October 1, 2014 Share Posted October 1, 2014 @sportivo147 It need lots of time. May be 1-2 hours of work. Which is not possible to write in forum. You can contact in prestashop paid section to hire some freelancer. Link to comment Share on other sites More sharing options...
sportivo147 Posted October 1, 2014 Author Share Posted October 1, 2014 ok i see propably if i can't fix it i will hire someone to do this... thank you for your help Link to comment Share on other sites More sharing options...
Recommended Posts