winsbout Posted November 11, 2012 Share Posted November 11, 2012 (edited) [sOLVED] To show the "Add to cart" in the home featured module do the following; /modules/homefeatured/homefeatured.css to #featured-products_block_center li .ajax_add_to_cart_button {display:block;} #featured-products_block_center li span.exclusive {display:block;} and if the theme uses a grip view change the line in your_theme/css/product-list.css to .products_block.grid li .ajax_add_to_cart_button {display:block;} Change the "none" to "block" Edited November 12, 2012 by winsbout (see edit history) 2 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