Jump to content
  • 0

Jak usunąć zdjęcia produktów w wybranych produktach.


michal.b

Question

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

  • 0

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

  • Like 1
Link to comment
Share on other sites

  • 0

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