1
您能告訴我如何在任何頁面上顯示功能和值嗎?我試圖複製從product.tpl這部分代碼,但它說明不了什麼:(Presta - 在任何頁面上顯示功能和值
在產品頁面(product.tpl)我使用:
<div id="information">
<!-- Data sheet -->
<section class="page-product-box">
<h3 class="page-product-heading informacje-heading">{l s='Data sheet'}</h3>
{foreach from=$features item=feature}
{if isset($feature.value)}
<p><span class="information-feature-name">{$feature.name|escape:'html':'UTF-8'}: </span><span "information-feature-value">{$feature.value|escape:'html':'UTF-8'}</span></p>
{/if}
{/foreach}
</section>
<!--end Data sheet -->
沒人?真? :( – joryl