Jump to content
  • 0

Wyświetlanie napisu netto przy cenie


ryhawa

Question

Witam

Jestem tu nowy. Próbuje wystartować z sklem na bazie Presty. Nie ukrywam że wiele z tym walczyłem i jak narazie radziłem sobie. Jednak mam problem z cenami. Mianowicie chciałbym aby wyświetlały mi się ceny netto i brutto. Sklep jest w wersji 1.6.0.11, znalazłem w sieci opis jak zmienić plik product.tpl jednak w tej wersji sklepu kod jest trochę inaczej zapisany i już mam problem (znam podstawy html ale z tym sobie nie radzę). Może pomożecie. Jednak mógłbym zakceptować ten stan ale obo ceny musiał by mi się wyświetlać napis "netto". Tak aby klient wiedział co i jak.

Proszę o pomoc jak sobie z tym poradzić.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

W pliku product.tpl znajdź taki kod:

<!--{if $tax_enabled  && ((isset($display_tax_label) && $display_tax_label == 1) || !isset($display_tax_label))}
                                            {if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if}
                                        {/if}-->

Usuń komentarz z tego kodu, czyli z przodu <!-- i z końca -->

 

Dalej znajdź kod:

<!-- {if $tax_enabled && $display_tax_label == 1}{if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if}{/if} -->

i tu też usuń komentarz.

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