Jump to content

[Solved] menampilkan product features di halaman category


Recommended Posts

Hi saya mau tanya nih. Ada yang tau ga gimana cara menampilkan features dari product pada halaman category / product-list

pada halaman product kan terdapat data sheet yg codenya adalah sbb:

>
{if $features}
<!-- product's features -->
</pre>
<ul>
  {foreach from=$features item=feature}
{$feature.name|escape:'htmlall':'UTF-8'} {$feature.value|escape:'htmlall':'UTF-8'}
  {/foreach}
</ul>
<br>{/if



jika di pakai langsung di product-list.tpl itu tidak berfungsi, nah bagaimana caranya?

saya pakai presta 1.4

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...