raf30al Posted April 18, 2020 Share Posted April 18, 2020 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} Link to comment Share on other sites More sharing options...
Przemysław Suszek Posted April 22, 2020 Share Posted April 22, 2020 To wygląda bardziej na modyfikację szablonu. 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