maniera Posted March 26, 2018 Share Posted March 26, 2018 Witam, Mam pytanie czy jest szansa aby zdjęcia które są dodane do produktu wyświetlały się jedno pod drugim w długim opisie produktu ? Nie chce galerii lightbox która jest standardowo. Jakieś pomysły ? Link to comment Share on other sites More sharing options...
Micorazon Posted March 26, 2018 Share Posted March 26, 2018 W zakładce "Informacja" na produkcie na dole jest "Czy chcesz dodać obraz w Twoim opisie? Kliknij tutaj i wklej podany tag w opisie.". Wybierasz zdjęcie, ustawiasz jak ma być widoczne i otrzymany tag wklejasz w opisie. Link to comment Share on other sites More sharing options...
maniera Posted March 27, 2018 Author Share Posted March 27, 2018 Zgadza się jest coś takiego tylko że chciałbym to zrobić, aby z automatu wszystkie zdjęcia się dodawały do opisu. Produkty ciągle się zmieniają za dużo pracy aby robić to jak mówisz, chciałem jakoś zedytować plik product.tpl czy też inny aby to poszło samo Link to comment Share on other sites More sharing options...
atomek Posted March 27, 2018 Share Posted March 27, 2018 (edited) Spróbuj w ten sposób: {if isset($images)} <div id="rte-img-block" class="clearfix"> {foreach from=$images item=image name=thumbnails} {assign var=imageIds value="`$product->id`-`$image.id_image`"} {if !empty($image.legend)} {assign var=imageTitle value=$image.legend|escape:'html':'UTF-8'} {else} {assign var=imageTitle value=$product->name|escape:'html':'UTF-8'} {/if} <img class="img-responsive" src="{$link->getImageLink($product->link_rewrite, $imageIds, 'large_default')|escape:'html':'UTF-8'}" alt="{$imageTitle}" title="{$imageTitle}" itemprop="image" /> {/foreach} </div> {/if} Dodaj ten kod do product.tpl w miejscu gdzie jest wyświetlany długi opis. Wymuś kompilacje szablonów / wyczyść cache, (PS 1.6) Edited March 27, 2018 by atomek (see edit history) 1 Link to comment Share on other sites More sharing options...
maniera Posted March 27, 2018 Author Share Posted March 27, 2018 Wielkie dzięki rozwiązanie działa doskonale - jeszcze kwestia rozmiaru ale to pewnie "larde_default" muszę podmienić na inny rozmiar w prescie i powinno Hulać. Dzięki Atomek za rozwiązanie problemu 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