Корзина prime-sport.ru
{foreach $products as $product}
|
{$wa->shop->productImgHtml(['id' => $product['id'], 'image_id' =>
$product['image_id'], 'image_filename' => $product['image_filename'], 'ext'
=> $product['ext']], '48x48')}
|
{$product['name']}
|
{ifempty($product['name'], '-')}
|
{ifempty($product['wasosync_barcode'], '-')}
|
{$product['price']} {$product['currency']}
|
-
|
{ifset($product['skus'][$product['sku_id']]['stock'][$curent_stock], '∞')}
|
{$product['quantity']}
|
{$product['quantity'] * $product['price']} {$product['currency']}
|
{/foreach}
{if $product_count == 0}
Товаыры по текущему фильтру не найдены
{/if}