pouc Posted February 6, 2014 Share Posted February 6, 2014 (edited) Bonjour je suis en train d'ajouter un nouveau champ sur la fiche produit du BO de la même taille que référence ou encore le nom du produit. Tout se passe bien ce que j'écris dans le champs apparaît sur le front et s'inscrit dans la bdd le seul problème c'est que sa ne s'enregistre pas dans le back office. Voici mon code que j'ai introduit dans information.tpl qui se trouve dans override/controllers/admin/templates/products. <tr> <td class="col-left"> <label>{$bullet_common_field} {l s='Points forts :'}<br /></label> <p class="product_description">({l s='Les points forts du produit'})</p> </td> <td style="padding-bottom:5px;"> <input size="55" maxlength="50" type="text" name="pointsforts" value="{$product->pointsforts|escape:html:'UTF-8'}" style="width: 130px; margin-right: 5px;" /> </td></tr> mon champs dans la BDD est de type text. Auriez-vous une solution à mon problème? Baptiste Edited March 4, 2014 by pouc (see edit history) Link to comment Share on other sites More sharing options...
pouc Posted March 4, 2014 Author Share Posted March 4, 2014 Ayant suivi ce tuto http://www.paulineghiazza.fr/ajouter-un-champ-dans-le-backoffice-prestashop-1-5/ j'ai finalement garder les dimensions de base pour la taille du champs et tout marche très bien. Baptiste 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