Jump to content

Usunięcie opcji ilości dla produktów wirtualnych


j2jt

Recommended Posts

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

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