我正在尝试在类别和产品详细信息页面上的cscart中显示产品的时间戳,但无法显示。它在创建产品时捕获日期。 enter image description here
任何线索将不胜感激。
答案 0 :(得分:0)
您可以从表cscart_products.
答案 1 :(得分:0)
{$product.timestamp|date_format:"`$settings.Appearance.date_format`"}
该值应该添加到.tpl或使用钩子添加,变量( $ product )取决于要显示的.tpl(类别页面,产品页面,块.. )