p.golab Posted December 20, 2016 Share Posted December 20, 2016 (edited) Czy ktoś wie gdzie ( w jakim miejscu/pliku) można usunąć kod odpowiedzialny za wyświetlanie w kategorii przy produkcie oraz po najechaniu na niego prostokącika "w magazynie" jak zaznaczone w złączniku Edited December 20, 2016 by p.golab (see edit history) Link to comment Share on other sites More sharing options...
0 Daresh Posted December 20, 2016 Share Posted December 20, 2016 <span class="availability"> w product_list.tpl Najlepiej cały blok zakomentować. Link to comment Share on other sites More sharing options...
0 p.golab Posted December 20, 2016 Author Share Posted December 20, 2016 Dzięki wielkie, A co masz namyśli mówiąc "cały blok zakomentować". Link to comment Share on other sites More sharing options...
0 Daresh Posted December 20, 2016 Share Posted December 20, 2016 {*if (!$PS_CATALOG_MODE && $PS_STOCK_MANAGEMENT && ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))} {if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)} <span class="availability"> {if ($product.allow_oosp || $product.quantity > 0)} <span class="{if $product.quantity <= 0 && isset($product.allow_oosp) && !$product.allow_oosp} label-danger{elseif $product.quantity <= 0} label-warning{else} label-success{/if}"> {if $product.quantity <= 0}{if $product.allow_oosp}{if isset($product.available_later) && $product.available_later}{$product.available_later}{else}{l s='In Stock'}{/if}{else}{l s='Out of stock'}{/if}{else}{if isset($product.available_now) && $product.available_now}{$product.available_now}{else}{l s='In Stock'}{/if}{/if} </span> {elseif (isset($product.quantity_all_versions) && $product.quantity_all_versions > 0)} <span class="label-warning"> {l s='Product available with different options'} </span> {else} <span class="label-danger"> {l s='Out of stock'} </span> {/if} </span> {/if} {/if*} Link to comment Share on other sites More sharing options...
Question
p.golab
Czy ktoś wie gdzie ( w jakim miejscu/pliku) można usunąć kod odpowiedzialny za wyświetlanie w kategorii przy produkcie oraz po najechaniu na niego prostokącika "w magazynie" jak zaznaczone w złączniku

Edited by p.golab (see edit history)Link to comment
Share on other sites
3 answers to this question
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