Jump to content

[PHP] Cechy produktów


raf30al

Recommended Posts

Cześć!

Przeniosłem wyświetlanie cech pod zdjęcia produktu i teraz wyświetla mi to w dwóch kolumnach jedna pod drugą a chciał bym żeby wyświetlało się w kolumnach obok siebie tak jak zrobiłem na zdjęciu. I gdzie zmienić ten napis "Opis" bo tu chyba błąd w tłumaczeniu chce żeby pisało tam Cechy i funkcje

tutaj kod jaki znalazłem odpowiedzialny za wyświetlanie:

    {block name='product_features'}
      {if $product.grouped_features}
        <section class="product-features">
          <h5>{l s='Data sheet' d='Shop.Theme.Catalog'}</h5>
          <dl class="data-sheet">
            {foreach from=$product.grouped_features item=feature}
              <dt class="name">{$feature.name}</dt>
              <dd class="value">{$feature.value|escape:'htmlall'|nl2br nofilter}</dd>
            {/foreach}
          </dl>
        </section>
      {/if}
    {/block}

 

sklep_tak_ma_byc.png

sklep.png

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