{if count($categoryProducts) > 0}
{if $categoryProduct.new == 1}{l s='new'}
{/if}
{if $categoryProduct.on_sale}
{l s='On sale!'}
{elseif ($categoryProduct.reduction_price != 0 || $categoryProduct.reduction_percent != 0) && ($categoryProduct.reduction_from == $categoryProduct.reduction_to OR ($smarty.now|date_format:'%Y-%m-%d' <= $categoryProduct.reduction_to && $smarty.now|date_format:'%Y-%m-%d' >= $categoryProduct.reduction_from))}
{l s='Price lowered!'} {convertPrice price=$categoryProduct.price_without_reduction}
{/if}
{if ($categoryProduct.quantity > 0)}
{if $categoryProduct.quantity == 0}{if $allow_oosp}{$categoryProduct.available_later}{else}{/if}{else}{$categoryProduct.available_now}{/if}{else} 0}{elseif $categoryProduct.allow_oosp}{l s=$categoryProduct.available_later} style="display:none;"{/if}>
{l s='Out of stock'}
{if $categoryProduct.quantity > 0}{elseif $categoryProduct.allow_oosp}{l s=$categoryProduct.available_later}{/if}
{/if}
{$categoryProduct.description_short|strip_tags|truncate:140s:'...'}
{displayWtPrice p=$categoryProduct.price} {l s='View' mod='productscategory'}