krsakib Posted September 10, 2014 Share Posted September 10, 2014 I am developing a Online Printing shop Website. Shop url: www.printerprinter.co.uk Want to make the Homepage like the image attached. Where the Prices are not shown and Can show the Products arranged like this site. At the moment on my site, there is a clear gap between products that I don't want. Also need to remove the Add to Cart and More hover buttons. Enabling the Catalogue mode won't help in this case. The prices will be shown on the products main page where attributes can be chosen by the customers. Link to comment Share on other sites More sharing options...
musicmaster Posted September 14, 2014 Share Posted September 14, 2014 The layout of your homepage is defined in the template product-list.tpl in your theme directory. You can edit that file to exclude the price and the buttons. If you are new to Prestashop I would suggest to spend a little time studying the Smarty language with which the templates are made. However, things are a bit more difficult as product-list.tpl is also used by some other pages like search, manufacturer and best-sales. If you don't want that you can either include "if" statements or you can make a copy of product-list.tpl and call it something like product-list2.tpl. In that case you need to adapt the references to that file in the homefeatured module. Note that many themes have their own homefeatured module. 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