hering Posted January 12, 2014 Share Posted January 12, 2014 (edited) Chłopaki, jak wyświetlić klientowi (na karcie produktu) stan produktu NOWE / UŻYWANE / ODNOWIONE ?[bO > Katalog > Produkty > Informacja > Stan > NOWE / UŻYWANE / ODNOWIONE]Dziwne, że nie ma tego w standardzie. Chyba, że nie wiem jak uaktywnić.Presta 1.5.6.1 Edited January 12, 2014 by hering (see edit history) Link to comment Share on other sites More sharing options...
0 vekia Posted January 12, 2014 Share Posted January 12, 2014 w pliku product.tpl użyj zmiennej: {$product->condition} Link to comment Share on other sites More sharing options...
0 hering Posted January 14, 2014 Author Share Posted January 14, 2014 (edited) w pliku product.tpl użyj zmiennej: {$product->condition} Dzięki Vekia. Działa, choć nieco kulawo. W panelu administracyjnym tłumaczenie działa. Na stronie produktu (FO) brak tłumaczenia new / used / refurbished, choć w blocklayered tłumaczenie jest (BO - tłumaczenia modułów). Nigdzie indziej tłumaczeń do tego nie znalazłem. Próbowałem jeszcze w "Tłumaczenie nazwy pola" ale dostaję biały ekran śmierci ;-) Edited January 14, 2014 by hering (see edit history) Link to comment Share on other sites More sharing options...
0 vekia Posted January 14, 2014 Share Posted January 14, 2014 skoro mimo tłumaczeń cały czas jest to samo, można to obejść np: {$product->condition=="new"} {l s='new product'} {/if} wtedy w tłumaczeniach "front office" będzie można przetłumaczyć "new product" i to właśnie to się wyświetli Link to comment Share on other sites More sharing options...
0 hering Posted January 20, 2014 Author Share Posted January 20, 2014 skoro mimo tłumaczeń cały czas jest to samo, można to obejść np: {$product->condition=="new"} {l s='new product'} {/if} wtedy w tłumaczeniach "front office" będzie można przetłumaczyć "new product" i to właśnie to się wyświetli Wielkie dzięki Vekia. Śmiga ;-) Niżej kod dla innych. <p class="condition"><b>{l s='Condition:'}</b></br> {if $product->condition=="new"}{l s='new'} {else} {if $product->condition=="used"}{l s='used'} {else} {if $product->condition=="refurbished"}{l s='refurbished'} {/if}{/if}{/if} </p> Link to comment Share on other sites More sharing options...
0 kristosz Posted June 26, 2015 Share Posted June 26, 2015 Witam serdecznie, mam problem odwrotny. Jak wylaczyć wyświetlanie stanu produktu? Link to comment Share on other sites More sharing options...
0 endriu107 Posted June 26, 2015 Share Posted June 26, 2015 Możesz ukryć w css wyświetlanie tego. Link to comment Share on other sites More sharing options...
Question
hering
Dziwne, że nie ma tego w standardzie. Chyba, że nie wiem jak uaktywnić.
Presta 1.5.6.1
Link to comment
Share on other sites
6 answers to this question
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