Jump to content

(vyriešené) vzhlad vypisu


tozi

Recommended Posts

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ť?
Ďakujem

Myslí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}   

13934_vvgKJURmvxqtork45jIB_t

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...