{~@img=array_shift(@product.img)~}
|
{{@product.title}}
|
{{@product.category_title}}
|
{~@price=@product.price+(@product.price*(@product.vat/100))*max(0, @product.vat_type)~}
{~@price=round(@price, 2)~}
{{numberformat(@product.quantity, 3, '.', '').@product.unit_short_title}}≡
{{number_format(@price*(@product.quantity==0?1:@product.quantity), 2, '.', '')}}{{@product.unit_short_title!='' && @product.quantity==1?'/'.@product.unit_short_title:''}}
|
{{numberformat(@product.stock, 3, '.', '').@product.unit_short_title}}
|
|