tozi Posted July 13, 2014 Share Posted July 13, 2014 (edited) Hi all, i need custom input here It is possible? I have presta 1.5.6.1 In product-list.tpl i have this <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_value"{if $product.quantity <= 0} class="warning_inline"{/if}>{if $product.quantity <= 0}{if $allow_oosp}{$product.available_later}{else}<span class="no_skladem"><img src="{$img_dir}sklad_no.png" alt="{$shop_name|escape:'htmlall':'UTF-8'}" width="14" height="14" class="ico_skladem"/>{l s='This product is no longer in stock'}</span>{/if}{else}<img src="{$img_dir}ico_skladem.png" alt="{$shop_name|escape:'htmlall':'UTF-8'}" width="15" height="14" class="ico_skladem"/><span class="je_skladem">{$product.available_now}</span>{/if}</span> </p> Thanks all Edited July 13, 2014 by tozi (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