doerakers Posted February 12, 2015 Share Posted February 12, 2015 (edited) Anyone know how to remove product attributes and "In Stock" button from the products page. Thanks! Edited February 12, 2015 by doerakers (see edit history) Link to comment Share on other sites More sharing options...
doerakers Posted March 13, 2015 Author Share Posted March 13, 2015 Would also like to know this. Thanks Link to comment Share on other sites More sharing options...
Paulito Posted March 13, 2015 Share Posted March 13, 2015 Hello Assuming you are using PS 1.6 default theme and you mean product list page then you can add this code anywhere in global.css /* Removed In Stock from product list page */ ul.product_list .availability span {display:none!important} /* Removed Colour block from product list page */ ul.product_list .color-list-container ul li {display:none!important;} Before http://screencast.com/t/ok2RL4Wnf After http://screencast.com/t/UuXUi2KCreR You can acheive exactly the same by editing product list.css Paul 2 Link to comment Share on other sites More sharing options...
RamboRich Posted December 14, 2015 Share Posted December 14, 2015 Thanks Paulito, that was a great help for me. Any idea on how to remove the 'In Stock' buttons from the other pages, such as category and sub-category pages? Link to comment Share on other sites More sharing options...
RamboRich Posted December 15, 2015 Share Posted December 15, 2015 Found a way to do it by going into Preferences>Products and turning 'Enable Stock Management' off. 1 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