Files
AtomicOld/design/default/html/cart_informer.tpl
2026-02-15 18:29:53 +03:00

10 lines
344 B
Smarty
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{* Информера корзины (отдаётся аяксом) *}
{if $cart->total_products>0}
В <a href="./cart/">корзине</a>
{$cart->total_products} {$cart->total_products|plural:'товар':'товаров':'товара'}
на {$cart->total_price|convert} {$currency->sign|escape}
{else}
Корзина пуста
{/if}