显示减少结束日期prestashop

时间:2015-10-09 11:51:20

标签: prestashop prestashop-1.6

我想在prestashop中创建一个减少产品的倒计时系统。所以我需要显示减少结束日期。 我用这些行修改了product.tpl:

 {if ($product->reduction_to)}
    <p id="reduc">{$product->reduction_to|date_format:'%d %B %Y'} </p>
{/if}

但没有发生任何事情。产品页面未修改。我的代码中有错误吗?

我正在使用最新版本的prestashop进行全新安装。

谢谢!

1 个答案:

答案 0 :(得分:1)

使用{$product->specificPrice.to|date_format:'%d %B %Y'}