{if scenes}
{if $priceDisplay}{convertPrice price=$product.details->getPrice(false, $product.details->getDefaultAttribute($product.id_product))}{else}{convertPrice price=$product.details->getPrice(true, $product.details->getDefaultAttribute($product.id_product))}{/if}
{if $product.details->on_sale} {l s='On sale!'} {elseif ($product.details->reduction_price != 0 || $product.details->reduction_percent != 0) && ($product.details->reduction_from == $product.details->reduction_to OR ($smarty.now|date_format:'%Y-%m-%d %H:%M:%S' <= $product.details->reduction_to && $smarty.now|date_format:'%Y-%m-%d %H:%M:%S' >= $product.details->reduction_from))} {l s='Price lowered!'} {/if}