Jump to content

[RESOLU]Probleme d'affichage et d'enregistrement dans le bo


Recommended Posts

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 by pouc (see edit history)
Link to comment
Share on other sites

  • 4 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...