Files
AtomicOld/design/default/html/cart_informer.tpl

10 lines
344 B
Smarty
Raw Permalink Normal View History

2026-02-15 18:29:53 +03:00
{* Информера корзины (отдаётся аяксом) *}
{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}