tozi Posted November 2, 2009 Share Posted November 2, 2009 Ahojte mám otázku.Dá sa spraviť niečo také ake prikladám v prílohe?Ide mi o výpis produktov po kliknutí na nejakú kategóriu. Skúsil som dat tabuľku s tými popisami hry priamo do editora (Krátký popis:) v administrácii .Ale v html na stánke ju nevykreslí.Vie niekto kde je problém? Resp. vie niekto pomocť?ĎakujemMyslím že by šlo vložiť kod na vypis <!-- product's features --> z product.tpl do product-list.tpl ale neberie mi to.Vložil som to takto: > {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> Riešenie: {foreach from=$product.features item=feature name=features} {$feature.name|escape:'htmlall':'UTF-8'}: {$feature.value|escape:'htmlall':'UTF-8'} {/foreach} Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now