Jump to content

Doublon de la description short dans mon code


larson210

Recommended Posts

Boutique: https://www.bebecreation.fr
Page d'exemple pour ce post: https://www.bebecreation.fr/m-mouse/411-1658-m-mouse-souris-fuchsia-silicone.htm
Version de Prestashop: 1.7.4.2

 

Bonjour à tous et toutes.

je vous soumet un soucis qua j'ai remarqué dans mon code source provocant une duplication  de texte et de balises <h1></h1>

En effet, quand j'affiche le code source de cette page (url en ref ci-dessus),
j'obtiens en ligne 1505 ce code:

           <div id="product-description-short-411" itemprop="description"><h1><span style="color: #2445a2;"><span color="#2445a2" style="color: #2445a2;">Accroche tétine personnalisée en silicone Souris Fuchsia.</span></span></h1>
<p><span style="color: #8f28fe;"><strong>Livrée dans son sachet Organza ou pochette plastifiée.</strong></span></p>
<p><span style="color: #8f28fe;"><strong>Délai de conception: 7 à 10 jours ouvrés, jusqu'à 10 jours en cas de forte affluence</strong></span></p>
<p><b style="color: #2445a2;">Fabrication </b><span style="background-color: #d4d4d4;"><b><span style="color: #0f00ff;">FRA</span><span style="color: #ffffff;">NÇA</span><span style="color: #f90202;">ISE</span></b></span><b style="color: #2445a2;">, <span style="color: #fb0303;">Sans BPA,</span> parfaitement adapté aux bébés dés la naissance.</b></p>
<table width="360" height="123">
<tbody>
<tr>
<td>
<p style="text-align: center;"><span style="text-decoration-line: underline;"><b style="color: #2445a2;">Nos engagements sécurité ici:</b></span></p>
<p style="text-align: center;"></p>
</td>
</tr>
<tr>
<td style="text-align: center;"><a href="https://www.bebecreation.fr/content/8-securite-de-nos-produits" target="_blank"><img src="https://www.bebecreation.fr/img/cms/Images sources/securite enfant mini.png" alt="Sécurité de nos accroche tétine prénom" width="70" height="70" /></a> </td>
</tr>
</tbody>
</table></div>

 

et en ligne 3442:

  <div id="product-description-short" itemprop="description"><h1><span style="color: #2445a2;"><span color="#2445a2" style="color: #2445a2;">Accroche tétine personnalisée en silicone Souris Fuchsia.</span></span></h1>
<p><span style="color: #8f28fe;"><strong>Livrée dans son sachet Organza ou pochette plastifiée.</strong></span></p>
<p><span style="color: #8f28fe;"><strong>Délai de conception: 7 à 10 jours ouvrés, jusqu'à 10 jours en cas de forte affluence</strong></span></p>
<p><b style="color: #2445a2;">Fabrication </b><span style="background-color: #d4d4d4;"><b><span style="color: #0f00ff;">FRA</span><span style="color: #ffffff;">NÇA</span><span style="color: #f90202;">ISE</span></b></span><b style="color: #2445a2;">, <span style="color: #fb0303;">Sans BPA,</span> parfaitement adapté aux bébés dés la naissance.</b></p>
<table width="360" height="123">
<tbody>
<tr>
<td>
<p style="text-align: center;"><span style="text-decoration-line: underline;"><b style="color: #2445a2;">Nos engagements sécurité ici:</b></span></p>
<p style="text-align: center;"></p>
</td>
</tr>
<tr>
<td style="text-align: center;"><a href="https://www.bebecreation.fr/content/8-securite-de-nos-produits" target="_blank"><img src="https://www.bebecreation.fr/img/cms/Images sources/securite enfant mini.png" alt="Sécurité de nos accroche tétine prénom" width="70" height="70" /></a> </td>
</tr>
</tbody>
</table></div>

Avez vous une idée d'où cela peux t'il provenir?

ca fait une duplication de titres, de blaises, et de texte sur toutes mes pages produits.

Merci de vos réponses 

Link to comment
Share on other sites

Nous pouvons remarquer qu'on a

19 minutes ago, larson210 said:

<div id="product-description-short-411"

et

18 minutes ago, larson210 said:

<div id="product-description-short"

en début de code . quelle en est la différence, et comment y remédier pour qu'il n'y ai qu'une seule "description_short"

Link to comment
Share on other sites

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...