Ramasgrey Posted November 20, 2020 Share Posted November 20, 2020 Hi All, Need some suggestions. I'm working with the new project where Products Features Values will be used as additional information. So in this case I have done some modifications to the shop theme to display additional tab and list of selected Product Features Values. What I'm looking is to display additional details for each Feature Value. Lets say we have Feature "Tools" and Feature Values "Hammer" and "Handsaw". In this case I will need to get an option to get extra field in the database to provide Feature Description together with Feature Values. Result mus be like: Hammer Wear safety glasses or goggles, or a face shield (with safety glasses or goggles). Strike a hammer blow squarely with the striking face parallel to the surface being struck. Always avoid glancing blows and over and under strikes. Handsaw: Hold stock being cut firmly in place. Use a helper, a supporting bench or vise to support long stock if required. Keep teeth and blades properly set. Protect teeth of saw when not in use. Keep saw blades clean. I'm looking for suggestions of how to get this description field: Product Features database table. Ability to create and edit Product Features as usual with this extended field added. Ability to select Features as usual on product edit page (Admin side). Fetch this new field in TPL file. Thanks all for your suggestions and ideas. Link to comment Share on other sites More sharing options...
Guest Posted November 22, 2020 Share Posted November 22, 2020 (edited) Do you mean something like that? I have a module for Prestashop 1.7 for that 😉 Edited November 22, 2020 by Guest (see edit history) Link to comment Share on other sites More sharing options...
Guest Posted November 23, 2020 Share Posted November 23, 2020 Download not free module here. Link to comment Share on other sites More sharing options...
JBW Posted November 23, 2020 Share Posted November 23, 2020 I'm selling a similar module in the official addon store:https://addons.prestashop.com/en/product.php?id_product=44006 Link to comment Share on other sites More sharing options...
Ramasgrey Posted November 24, 2020 Author Share Posted November 24, 2020 Thanks for your replys, I have created this functionality by myself, by extending existing Classes and Controllers. We can mark this section as solved. 1 Link to comment Share on other sites More sharing options...
ClassyDevs Posted November 25, 2020 Share Posted November 25, 2020 Hi WebSoft, https://www.prestashop.com/forums/topic/606651-prestashop-17-override-of-admin-product/ Did you check this post. It has the solution. If it does not solve your issue, knock me again I will try to help. 1 1 Link to comment Share on other sites More sharing options...
PatriceJV Posted December 19, 2023 Share Posted December 19, 2023 On 11/24/2020 at 11:48 AM, Ramasgrey said: Thanks for your replys, I have created this functionality by myself, by extending existing Classes and Controllers. We can mark this section as solved. I would have been nice to share it. Link to comment Share on other sites More sharing options...
RaresC Posted October 10 Share Posted October 10 (edited) Hello, I'm trying to add some fields to the features value form but without success. The links provided are not available anymore. Can someone help with the links or help me with some code that I can use to add some text fields? Thanks! Edited October 10 by RaresC (see edit history) Link to comment Share on other sites More sharing options...
limera1n Posted October 11 Share Posted October 11 (edited) On 10/10/2024 at 6:18 PM, RaresC said: Hello, I'm trying to add some fields to the features value form but without success. The links provided are not available anymore. Can someone help with the links or help me with some code that I can use to add some text fields? Thanks! Hi everyone, I am also looking for a solution to extend product feature in PS8.1. Any ideas where to start? I would like to add additional field like "URL" and be able to access it from the Smarty EDIT: Ok I can see I can use these hooks in my module to modify Feature actionAdminFeaturesFormModifier actionAdminFeaturesControllerSaveAfter actionFeatureFormBuilderModifier actionAfterUpdateFeatureFormHandler actionAfterCreateFeatureFormHandler But it won't affect Feature Value screen... Still looking for a solution Edited October 11 by limera1n Added screenshots (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now