Alfa7 Posted April 11, 2013 Share Posted April 11, 2013 Where can I put on a "add to cart button" on Featured products on the front page its only a link "view" now Link to comment Share on other sites More sharing options...
maio Posted July 4, 2013 Share Posted July 4, 2013 Hi , actually if you check with firebug you can see the "add to cart" link is present, it just has a "display:none" property in the modules css file; so to fix this you'll have to go to homefeatured.css and change #featured-products_block_center li .ajax_add_to_cart_button { display: block; } to #featured-products_block_center li .ajax_add_to_cart_button { display: inline-block; } 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