Jump to content
  • 0

Stan Nowe / Używane / Odnowione - na karcie produktu


hering

Question

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 by hering (see edit history)
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

 

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 by hering (see edit history)
Link to comment
Share on other sites

  • 0

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

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