fiat127 Posted January 18, 2014 Share Posted January 18, 2014 (edited) Nevěděl by prosím někdo jak napsat podmínku pro vypsání hlášky v případě, že kupující dosud nevybral atribut zboží? Konkrétní problém: Na stránce produktu mám zobrazenu dostupnost Availability. Rád bych aby místo celého řádku o dostupnosti <p id="availability_statut"{if ($product->quantity <= 0 && !$product->available_later && $allow_oosp) OR ($product->quantity > 0 && !$product->available_now) OR !$product->available_for_order OR $PS_CATALOG_MODE} style="display: none;"{/if}> <span id="availability_label">{l s='Availability:'}</span> <span id="availability_value"{if $product->quantity <= 0} class="warning_inline"{/if}>{if $product->quantity <= 0}{if $allow_oosp}{$product->available_later}{else}{l s='This product is no longer in stock'}{/if}{else}{$product->available_now}{/if}</span> </p> byla hláška, že kupující musí napřed vybrat atribut (velikost). Prestashop 1.5.6.1 Edited January 18, 2014 by fiat127 (see edit history) 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