michal.b Posted January 22, 2015 Share Posted January 22, 2015 Dzień dobry, Jak usunąć zdjęcie produktu tylko w wybranych produktach? Chodzi o zupełne zlikwidowanie okienka ze zdjęciem produktu. Sprawdzałem w ustawieniach produktu oraz kategorii jednak nie znalazłem tam takiej opcji. Pozdrawiam, Link to comment Share on other sites More sharing options...
0 vekia Posted January 22, 2015 Share Posted January 22, 2015 product.tpl wstawiasz warunek: {if Tools::getValue('id_product')!=12 OR Tools::getValue('id_product')!=13 OR Tools::getValue('id_product')!=14} KOD STANDARDOWEJ GALERII TUTAJ {/if} oznacza to tyle, że jeżeli odwiedzany produkt nie jest produktem o id: 12 lub 13 lub 14 to skrypt wyświetli galerię. 1 Link to comment Share on other sites More sharing options...
0 michal.b Posted January 23, 2015 Author Share Posted January 23, 2015 Umieściłem kod w tym miejscu, jednak po otwarciu strony z produktem wyskakuje błąd: ------------------------------------------------------------------ {if Tools::getValue('id_product')!=59 OR Tools::getValue('id_product')!=60 OR Tools::getValue('id_product')!=61 OR Tools::getValue('id_product')!=62 OR Tools::getValue('id_product')!=63 OR Tools::getValue('id_product')!=64} <a{if $jqZoomEnabled && $have_image && !$content_only} href="javascript:void(0);" rel="{literal}[spam-filter]/literal}gallery: 'gal1', smallimage: '{$link->getImageLink($product->link_rewrite, $imageIds, 'large_default')|escape:'html':'UTF-8'}',largeimage: '{$link->getImageLink($product->link_rewrite, $imageIds, 'thickbox_default')|escape:'html':'UTF-8'}'{literal[spam-filter]{/literal}"{else} href="{$link->getImageLink($product->link_rewrite, $imageIds, 'thickbox_default')|escape:'html':'UTF-8'}" data-fancybox-group="other-views" class="fancybox{if $image.id_image == $cover.id_image} shown{/if}"{/if} title="{$imageTitle}"> <img class="img-responsive" id="thumb_{$image.id_image}" src="{$link->getImageLink($product->link_rewrite, $imageIds, 'cart_default')|escape:'html':'UTF-8'}" alt="{$imageTitle}" title="{$imageTitle}" height="{$cartSize.height}" width="{$cartSize.width}" itemprop="image" /> </a> </li> {/foreach} {/if} {/if} ------------------------------------------------------------------ Chodzi mi o to aby w całej tej kategorii nie było zdjęć produktów, jak i na samych stronach tych produktów, poniżej link do strony: http://www.snapshotstudio.pl/index.php?id_category=12&controller=category Link to comment Share on other sites More sharing options...
0 michal.b Posted February 2, 2015 Author Share Posted February 2, 2015 (edited) Jestem początkującym użytkownikiem, samemu sobie nie daję rady. Bardzo proszę o pomoc. Edited February 2, 2015 by michal.b (see edit history) Link to comment Share on other sites More sharing options...
0 vekia Posted February 2, 2015 Share Posted February 2, 2015 kod jest na stronę produktu, tj. product.tpl aby zmodyfikować liste produktów w kategorii należy zmienić kod i stosować inne zmienne. zacznijmy od strony produktu. czy zmiany zostały wprowadzone w product.tpl ? Link to comment Share on other sites More sharing options...
Question
michal.b
Dzień dobry,
Jak usunąć zdjęcie produktu tylko w wybranych produktach?
Chodzi o zupełne zlikwidowanie okienka ze zdjęciem produktu.
Sprawdzałem w ustawieniach produktu oraz kategorii jednak nie znalazłem tam takiej opcji.
Pozdrawiam,
Link to comment
Share on other sites
4 answers to this question
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