显示减少结束日期 prestashop
Show reduction end date prestashop
我想在 prestashop 中创建一个产品降价倒计时系统。所以我需要显示减少结束日期。
我用这些行修改了 product.tpl :
{if ($product->reduction_to)}
<p id="reduc">{$product->reduction_to|date_format:'%d %B %Y'} </p>
{/if}
但是什么也没有发生。产品页面未修改。我的代码有错误吗?
我正在使用最新版本的 prestashop 的全新安装。
谢谢!
使用{$product->specificPrice.to|date_format:'%d %B %Y'}
我想在 prestashop 中创建一个产品降价倒计时系统。所以我需要显示减少结束日期。 我用这些行修改了 product.tpl :
{if ($product->reduction_to)}
<p id="reduc">{$product->reduction_to|date_format:'%d %B %Y'} </p>
{/if}
但是什么也没有发生。产品页面未修改。我的代码有错误吗?
我正在使用最新版本的 prestashop 的全新安装。
谢谢!
使用{$product->specificPrice.to|date_format:'%d %B %Y'}