RobertCR Posted August 6, 2017 Share Posted August 6, 2017 (edited) Buna, as dori sa pot afisa numarul de produse care sa afla in stoc chiar sub pret pe pagina produsului? Cum as putea face asta? Edited August 8, 2017 by RobertCR (see edit history) Link to comment Share on other sites More sharing options...
zaurus Posted August 7, 2017 Share Posted August 7, 2017 modificand fisierul product.tpl din tema folosita 1 Link to comment Share on other sites More sharing options...
RobertCR Posted August 8, 2017 Author Share Posted August 8, 2017 (edited) modificand fisierul product.tpl din tema folosita Multumesc zaurus pentru indiciu! Aici este rezolvarea. Puneti urmatorul cod undeva pe linia 87-88 product.tpl ( il puteti gasi la /home/admin/public_html/themes/classic/templates/catalog/product.tpl). Eu l-am mai stilizat putin, puteti sterge stilizarea. {block name='product_quantities'} {if $product.show_quantities} <div class="product-quantities"> <label class="label" style="color:#F70404">{l s='In stock' d='Shop.Theme.Catalog'}</label> <span style="font-weight:bold">{$product.quantity} {$product.quantity_label}</span> </div> {/if} {/block} Edited August 8, 2017 by RobertCR (see edit history) 1 Link to comment Share on other sites More sharing options...
Josediecinueve Posted January 9, 2018 Share Posted January 9, 2018 Vă mulțumesc foarte mult pentru contribuție, stocul unui articol apare în fișierul dvs.Problema vine dacă articolul are combinații, pune întotdeauna stocul 1, ai putea să adaptezi codul anterior pentru a pune stocarea corectă dacă produsul are combinații sau nu?Mulțumesc 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