jensleo Posted November 12, 2013 Share Posted November 12, 2013 Hi, I have a webshop att www dot festvaruhuset dot se. On the front page / first page I display selected products through a module called something like "Selected products on the front page". Not sure whether this module is part of the original PrestaShop installation or my theme. I select which products that should be displayed on the front page on the same page where I choose wich product categories each product should be displayed in. The problem is that the products displayed through this module on the front page does not show "add to cart", only "show more" (in Swedish). I have attached a screenshot. Any way to get the "add to cart" button also on the front page? I think this extra click may annoy customers. I hope the above is not too unclear. Thanks, Jens Link to comment Share on other sites More sharing options...
gonebdg - webindoshop.com Posted November 13, 2013 Share Posted November 13, 2013 (edited) Open and modify file .../modules/homefeatured/homefeatured.css remove css property "display: none;" or set "display: block;" Before #featured-products_block_center li .ajax_add_to_cart_button { display: none; } After #featured-products_block_center li .ajax_add_to_cart_button { } . . Edited November 13, 2013 by gonebdg - webindoshop.com (see edit history) 1 Link to comment Share on other sites More sharing options...
jensleo Posted November 17, 2013 Author Share Posted November 17, 2013 Worked. Thanks! Link to comment Share on other sites More sharing options...
PascalVG Posted November 17, 2013 Share Posted November 17, 2013 Perfect! Thanks gonebdg. I'll mark the topic as solved Happy selling, pascal 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