add public design files

This commit is contained in:
Alan
2026-02-15 18:29:53 +03:00
parent 446351622f
commit 818397acb7
486 changed files with 43323 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{* Информера корзины (отдаётся аяксом) *}
{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}