msole Posted January 4, 2007 Share Posted January 4, 2007 How can I change the display of products listed in the catalogs ? Where can I add more images of each products listing? Anyone can help ? Thanks. Link to comment Share on other sites More sharing options...
Guest Posted January 4, 2007 Share Posted January 4, 2007 Search for the More_Pics contribution, this'll let you put up more images for each of your products. Link to comment Share on other sites More sharing options...
josieg182 Posted January 4, 2007 Share Posted January 4, 2007 How can I change the display of products listed in the catalogs ? Where can I add more images of each products listing? Anyone can help ? Thanks. Or you could just add more pics with html when you input the product... Take nothing but pictures. Leave nothing but footprints. Kill nothing but time. (\__/) (='.'=) (")_(") Link to comment Share on other sites More sharing options...
msole Posted January 4, 2007 Author Share Posted January 4, 2007 How can I change the display of products listed in the catalogs ? Link to comment Share on other sites More sharing options...
Guest Posted January 5, 2007 Share Posted January 5, 2007 You mean the positioning of the newest products displayed in the main page? Or what is being displayed in there? For the former, you'll need to edit the index.php document, and adjust the HTML and CSS attributes. Do this together with adjusting the PHP code in the new_products.php file in the INCLUDES/MODULES directory, and the admin panel on how many new products you want to display. Doing both, you can control how many products are displayed, and in any numbers of rows and columns. If you're up to it, you can try your hand at CSS floats, and do everything automatically via CSS and HTML. You just need to specify how many thumbs you want displayed in your admin panel. Each thumb will naturally align themselves in whatever template you design for it. So for example, if you have 40x60 thumbs, changing the container to 250 width will hold maybe 5 columns of thumbs across (including spaces). Shrink that box down to 150, and you'll have maybe 2 or 3 columns. Easy. There are also a number of templates and contributions available, suggest you browse around. If its the former, then there's a solution somewhere in the forum, where random products are displayed there instead of newest ones. Try searching for "new products random". Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.