Online Office USA Posted January 5, 2012 Share Posted January 5, 2012 Hello. I am using PS 1.4.6.2 with the Prestashop_New theme. I am trying to increase the amount of images shown at the top of the New Products block. It is currently showing two images but I want it to show three to match the number of new items displayed... http://onlineofficeusa.com thank you! Link to comment Share on other sites More sharing options...
justinl Posted January 5, 2012 Share Posted January 5, 2012 I think that uses the New Products module. It has a setting in the Back Office to adjust the number of items to display. To do this, go to your Back Office, Modules Tab, then in the modules search bar, type in "New Products Block". Click on the module that is displayed and then once the next page loads, click on the "Configure" link. This will bring you to the configuration page for this particular module. You can edit the number of products in there. This is how most modules work, so if you can't figure out how to do something, check the module configuration and that might have the answer Link to comment Share on other sites More sharing options...
Online Office USA Posted January 6, 2012 Author Share Posted January 6, 2012 Thanks JustinL I appreciate the help...but the number of images shown is the problem I'm having. I can adjust the amount of item descriptions...but not the amount of images. I only want to add one more image for a total of 3 showing... Link to comment Share on other sites More sharing options...
justinl Posted January 7, 2012 Share Posted January 7, 2012 Ah I see. I haven't done this before, but what I would do is: 1. set, in the BackOffice, to display 3 products (as mentioned in the previous post by me) 2. open the /modules/blocknewproducts/blocknewproducts.tpl file 3. comment out the parts about the description. 4. there is also a line like this: {if $smarty.foreach.newProducts.index < 2}. you'll need to change that to < 3 I think. 5. If you don't know already, you'll have to learn a bit of HTML and Smarty to really understand what to change in the .tpl files. Cheers, Justin 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