j2jt Posted December 20, 2013 Share Posted December 20, 2013 Witam, Jak mogę usunąć opcję ilości w koszyku dla produktów wirtualnych albo dla produktów, które posiadają jakiś konkretny atrybut? Połowiczne rozwiązanie mojego problemu znalazłem tu, ale ja nie chciałbym całkowicie usuwać opcji ilości w koszyku dla wszystkich produktów tylko dla tych które mają $id_attribute_group == 5 albo dla produktów wirtualnych - bez znaczenia bo efekt będzie ten sam :-) W product.tpl poradziłem sobie dodając {if ($id_attribute_group!= 5)} : {if ($id_attribute_group!= 5)} <label>{l s='Quantity:'}</label> <input type="text" name="qty" id="quantity_wanted" class="text" value="{if isset($quantityBackup)}{$quantityBackup|intval}{else}{if $product->minimal_quantity > 20}{$product->minimal_quantity}{else}1{/if}{/if}" size="2" maxlength="3" {if $product->minimal_quantity > 1}onkeyup="checkMinimalQuantity({$product->minimal_quantity});"{/if} /> </p> {/if} Ale w koszyku nie wiem jak to zrobić. Proszę o pomoc. 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