Jump to content

Enlever la quantité de produit ( résolu)


Recommended Posts

Il faut ouvrir, dans votre theme, le fichier product.tpl.

 

et remplacer :

 

<!-- number of item in stock -->
{if ($display_qties == 1 && !$PS_CATALOG_MODE && $product->available_for_order)}
<p id="pQuantityAvailable"{if $product->quantity <= 0} style="display: none;"{/if}>
<span id="quantityAvailable">{$product->quantity|intval}</span>
<span {if $product->quantity > 1} style="display: none;"{/if} id="quantityAvailableTxt">{l s='Item in stock'}</span>
<span {if $product->quantity == 1} style="display: none;"{/if} id="quantityAvailableTxtMultiple">{l s='Items in stock'}</span>
</p>
{/if}
par 
 
{*
<!-- number of item in stock -->
{if ($display_qties == 1 && !$PS_CATALOG_MODE && $product->available_for_order)}
<p id="pQuantityAvailable"{if $product->quantity <= 0} style="display: none;"{/if}>
<span id="quantityAvailable">{$product->quantity|intval}</span>
<span {if $product->quantity > 1} style="display: none;"{/if} id="quantityAvailableTxt">{l s='Item in stock'}</span>
<span {if $product->quantity == 1} style="display: none;"{/if} id="quantityAvailableTxtMultiple">{l s='Items in stock'}</span>
</p>
{/if}
*}
Link to comment
Share on other sites

Hello,

 

Parles-tu de la quantité de produit disponible qui apparaît sur la boutique visible par les clients ? 

 

As-tu essayé :

 

Préférence > Page produit > Afficher les quantités disponibles sur la page produit

 

Mettre le curseur sur "non" 

 

Sandra

  • Like 1
Link to comment
Share on other sites

Bonsoir

merci à vous deux pour les réponses.

Effectivement je parle bien des quantités dispo sur la page produit vu par le client, j'ai fait la manipulation et mis le curseur sur off ( tout simplement)  et c'est parfait ,résultat obtenu, c'était devant mes yeux...

Merci 

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