ZoXx Posted March 1, 2016 Share Posted March 1, 2016 (edited) Hello, i want to remove the label "In stock" in checkout. Can somebody help me where to find or where i have to edit the code and delete the line?I try but i dont find anything.Thanks so much! Edited March 1, 2016 by ZoXx (see edit history) Link to comment Share on other sites More sharing options...
ZoXx Posted March 6, 2016 Author Share Posted March 6, 2016 nobody can help? Link to comment Share on other sites More sharing options...
ZoXx Posted March 15, 2016 Author Share Posted March 15, 2016 (edited) I dont know... i edit /themes/mytheme/shopping-cart-product-line.tpl Line 36... {if $PS_STOCK_MANAGEMENT} <td class="cart_avail"><span class="label{if $product.quantity_available <= 0 && isset($product.allow_oosp) && !$product.allow_oosp} label-danger{elseif $product.quantity_available <= 0} label-warning{else} label-success{/if}">{if $product.quantity_available <= 0}{if isset($product.allow_oosp) && $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>{if !$product.is_virtual}{hook h="displayProductDeliveryTime" product=$product}{/if}</td> {/if} to: {if $PS_STOCK_MANAGEMENT} <td class="cart_avail">{hook h="displayProductDeliveryTime" product=$product}</td> {/if} Clear cache and smarty but it doenst work. Edited March 15, 2016 by ZoXx (see edit history) Link to comment Share on other sites More sharing options...
ZoXx Posted April 5, 2016 Author Share Posted April 5, 2016 Really nobody could help me? 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