Prestashop - 显示家居特色产品的数量和功能

时间:2013-04-25 10:05:46

标签: webpage prestashop

我想在家居特色产品上展示。

在home featured.tpl上,我添加了:

<!-- features -->
{foreach from=$products->features item=feature}
    <!-- wine -->
    {if $feature.id_feature eq 7}
        <p class="feature-wine"><a href="{$products->product_link}" title="{$products->name|escape:html:'UTF-8'}">{$feature.value|escape:'htmlall':'UTF-8'}</a></p>
    {/if}
{/foreach}

但它不起作用......你有什么想法吗?

2 个答案:

答案 0 :(得分:0)

homefeatured模块不会将这些变量发送到模板。

我的建议是复制此模块以创建您的模块并添加这些值。

答案 1 :(得分:0)

您需要修改homefeatured.php以从模型中获取此变量并通过Smarty将其传递给Smarty-> assign()