Linberg22035 Posted April 29, 2013 Share Posted April 29, 2013 The word "Available" appears under the price of each product. I am afraid my customers will think that means it is in stock. How can I remove this word? Thanks for your help. Link to comment Share on other sites More sharing options...
Doulas Akula Posted April 29, 2013 Share Posted April 29, 2013 Go to Back Office under preferences >> products then set Display available quantities on product page to No. Link to comment Share on other sites More sharing options...
Linberg22035 Posted April 29, 2013 Author Share Posted April 29, 2013 Thanks, but that setting was set to no from the beginning. Link to comment Share on other sites More sharing options...
Doulas Akula Posted April 29, 2013 Share Posted April 29, 2013 The extra thing I have done for my site is to disable stock management and it works for me. My sites url is in the signature area of this post. Have you disabled stock management for your site ?.The other option would be to edit the code in product.tpl file. Link to comment Share on other sites More sharing options...
PascalVG Posted April 29, 2013 Share Posted April 29, 2013 If you don't want the text at all (probably changes once a while in something else, like out of stock, not available etc.) you can add the following line to the file themes/<your theme folder>/css/product_list.css find: #product_list li span.availability { visibility: hidden; <-- add this line color: #488C40; } Hope that helps, pascal Link to comment Share on other sites More sharing options...
Recommended Posts