Stratos11221 Posted November 7, 2014 Share Posted November 7, 2014 Hi On new theme by the products it has a green in stock banner. How do I remove it from showing? Thanks Link to comment Share on other sites More sharing options...
mickeyboy1 Posted November 7, 2014 Share Posted November 7, 2014 In themes/your_theme/product.tpl around line 212 find this code <span id="availability_value"{if $product->quantity <= 0 && !$allow_oosp} 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> And comment it out using {* and *} like this {*<span id="availability_value"{if $product->quantity <= 0 && !$allow_oosp} 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> *} Link to comment Share on other sites More sharing options...
Stratos11221 Posted November 8, 2014 Author Share Posted November 8, 2014 Hi Thanks, I did that but still shows? Link to comment Share on other sites More sharing options...
mickeyboy1 Posted November 8, 2014 Share Posted November 8, 2014 Have you cleared your cache and refreshed your browser ??? Link to comment Share on other sites More sharing options...
vekia Posted November 8, 2014 Share Posted November 8, 2014 Hi On new theme by the products it has a green in stock banner. How do I remove it from showing? Thanks hello one question, you're reffering to official default-bootstrap theme? Link to comment Share on other sites More sharing options...
ace1 Posted November 21, 2014 Share Posted November 21, 2014 I tried it the way listed above (removing and commenting out the selected code) and it didn't work.But I found that editing the CSS did work.In the default template folder open the CSS folder. Locate the product_list.css file and open in a text editor.Locate line 14 (or search for) the following ul.product_list .availability span.available-nowIn your product_list.css file add this edit on line 16 before the closing tag }display: none !important;This will remove the green banner for sure! 1 Link to comment Share on other sites More sharing options...
Recommended Posts