webknss Posted July 28, 2011 Share Posted July 28, 2011 Hey. Sorry for my language. I want to make a few options in my shop. I have modified code in product-list.tpl to: {if ($product.allow_oosp OR $product.quantity > 10)} <span class="dostepny">{l s='DOSTĘPNY'}</span>{elseif ($product.allow_oosp OR $product.quantity => 1 and $product.allow_oosp OR $product.quantity <= 10)} <span class="pytaj">{l s='Zapytaj na'} <a href="gg:26091447">GG</a></span>{else} <span class="niedostepny">{l s='NIEDOSTEPNY'}</span>{/if} ... but it doesn't work. Can some1 help me? Link to comment Share on other sites More sharing options...
Recommended Posts