Steve_Chrs Posted January 14, 2020 Share Posted January 14, 2020 (edited) Bonjour, J'aimerais savoir s'il est possible d'afficher la quantité du stock sur les "card product", mais uniquement de la page "monsite/promotions" avec une fonctionnalité prestashop ou du code ? Merci d'avance pour vos réponses ! Edited January 16, 2020 by Steve_Chrs (see edit history) Link to comment Share on other sites More sharing options...
Steve_Chrs Posted January 14, 2020 Author Share Posted January 14, 2020 Désolé.. J'ai finalement trouver une solution grace à une ligne de code. Je voulais afficher le stock restant de mes produits uniquement sur la page promotion. Link to comment Share on other sites More sharing options...
Steve_Chrs Posted January 16, 2020 Author Share Posted January 16, 2020 {if $smarty.server.REQUEST_URI|strstr:'promotions'} <p id="QuantityAvailable"{if $product->quantity <= 0} style="display: none;"{/if}> <span id="quantityAvailable">{$product->quantity|intval} {l s='stocks restants'}</span> {else} <p style="display:none"></p> {/if} Je débute dans le smarty, mais voici la solution que j'ai trouvé pour afficher le stock restant uniquement dans la page promotion. 1 Link to comment Share on other sites More sharing options...
Mediacom87 Posted January 16, 2020 Share Posted January 16, 2020 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