Jump to content
  • 0

Jak sformatować cenę w szablonie?


onebit

Question

Proszę o pomoc bardziej doświadczonych kolegów również koleżanki ;) w temacie:

Jak wyświetlić cenę, która będzie sformatowana.

Użyłem takiego zapisu:

<p class="product-without-taxes">Cena netto: {l s='%price%' d='Shop.Theme.Catalog' sprintf=['%price%' => $product.price_tax_exc]}</p>

Efekt jaki uzyskuję to cena netto: image.png.6de28ee26a64bac5206f9d581070b02c.png

Jak sformatować tą cenę używając ustawienia sklepu czyli np: 1 254,45 zł

Tak by wyświetlał mi cenę netto z walutą i odpowiednio sformatowane.

Bardzo dziękuję za podpowiedzi

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
55 minutes ago, atomek said:

Spróbuj w ten sposób:

{Context::getContext()->currentLocale->formatPrice($product.price_tax_exc, $currency.iso_code)}

 

Rewelacja dziękuję bardzo za pomoc

Link to comment
Share on other sites

  • 0
On 6/4/2024 at 8:11 PM, atomek said:

Spróbuj w ten sposób:

{Context::getContext()->currentLocale->formatPrice($product.price_tax_exc, $currency.iso_code)}

 

Dziękuję za Twoja pomoc, ale teraz mam taki układ, ze wyświetla sie cena netto jako ustawiona i potrzebuję w miejscu tego co było ceną netto wyświetlać cenę brutto

Wielki dzięki za pomoc 

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