tward Posted September 20, 2002 Share Posted September 20, 2002 Does anyone know how (or is it possible) to display the products in the categories like they are displayed on the default.php main page? Also, is there a way to have more then 1 image per product? I would like to have a second or even a third image associated with some products to show the back-side or side shot. Has anyone done this and could you tell me how to go about doing it? Thanks! -T Link to comment Share on other sites More sharing options...
Ajeh Posted September 20, 2002 Share Posted September 20, 2002 There is a contribution for jsut about each thing you have asked for. You might take a peek at them and see if they will work for you. Link to comment Share on other sites More sharing options...
tward Posted September 20, 2002 Author Share Posted September 20, 2002 You know... after I posted that message I found it! Go figure! If anyone else is looking to do this.. here is a link to the way the products are displayed. http://www.oscommerce.com/downloads.php/co...ions,166/type,3 I haven't tried it yet... Keep your fingers crossed! -T Link to comment Share on other sites More sharing options...
Neith Posted June 19, 2007 Share Posted June 19, 2007 If anyone else is looking to do this.. here is a link to the way the products are displayed.http://www.oscommerce.com/downloads.php/co...ions,166/type,3 Yes, I am looking to do this, but the link doesn't work anymore. Any idea what the NAME of the contrib was, so I can search? Link to comment Share on other sites More sharing options...
boorie Posted July 24, 2007 Share Posted July 24, 2007 I tried searching for an answer to my problem but there isn't much telling me what should I do. Thus, I hope somebody can help me here. Under my products listing, it shows (from left to right): Product > Product name > Price > Buy Now. The spaces in bewteen are far apart, making it look empty/ spacious. I want the Product Name, Price and Buy Now to appear BELOW THE PRODUCT IMAGE. I guess I need to do something about the alignment?? Can anybody teach me or guide me please? Thanks! Link to comment Share on other sites More sharing options...
hilife Posted August 5, 2007 Share Posted August 5, 2007 You know... after I posted that message I found it! Go figure!If anyone else is looking to do this.. here is a link to the way the products are displayed. http://www.oscommerce.com/downloads.php/co...ions,166/type,3 I haven't tried it yet... Keep your fingers crossed! -T Did you get the working link for this contribution ? Anybody know what this contribution is called ? Link to comment Share on other sites More sharing options...
spectreman Posted September 14, 2007 Share Posted September 14, 2007 Not sure if this is the one, but it worked for me. It's called "Column Product Listing". All it is is a replacement for the includes/modules/product_listing.php file. http://www.oscommerce.com/community/contri...product+listing While the author states that it's for 3 columns, you can specify any number of columns by editing the value in the 'if' statement that begins on about line 87: if ($column >= 3) { $row ++; $column = 0; } So, to do a 4 column layout, change the 3 to a 4 like this: if ($column >= 4) { $row ++; $column = 0; } Link to comment Share on other sites More sharing options...
warrenerjm Posted September 16, 2007 Share Posted September 16, 2007 Hi I'm looking at having them list in columns too. How about this new contribution? http://www.oscommerce.com/community/contributions,5421 Have to say I can't see much difference in the 7 "different" screenshots...must be subtle. :blink: Would changing it cause problems for future contributions though? Julie Link to comment Share on other sites More sharing options...
Guest Posted October 6, 2007 Share Posted October 6, 2007 How about this new contribution? http://www.oscommerce.com/community/contributions,5421 Just installed it. Very simple and straightforward. It does however mess up the fonts and textsize so it only ends up looking semi-good. :blink: Any takers on why the fonts are being altered and where one can fix the problem? Help would be appreciated as this contribution would knock my entire site up a notch (the design fits sooo much better with multiple rows). Thanks! Jessica Link to comment Share on other sites More sharing options...
Timu Posted November 25, 2007 Share Posted November 25, 2007 Hi I'm looking at having them list in columns too. How about this new contribution? http://www.oscommerce.com/community/contributions,5421 Have to say I can't see much difference in the 7 "different" screenshots...must be subtle. :blink: Would changing it cause problems for future contributions though? Julie Julie, Did you try it.. ? I need this future without messing up the layout... Thanks Link to comment Share on other sites More sharing options...
warrenerjm Posted November 28, 2007 Share Posted November 28, 2007 Julie, Did you try it.. ? I need this future without messing up the layout... Thanks Hi No I didn't but it is still one thing I am looking at. Half the shop seems to be in columns & then it changes to rows :huh: Anyone have any other suggestions? Julie Link to comment Share on other sites More sharing options...
jayes Posted February 12, 2008 Share Posted February 12, 2008 Not sure if this is the one, but it worked for me. It's called "Column Product Listing". All it is is a replacement for the includes/modules/product_listing.php file. http://www.oscommerce.com/community/contri...product+listing While the author states that it's for 3 columns, you can specify any number of columns by editing the value in the 'if' statement that begins on about line 87: if ($column >= 3) { $row ++; $column = 0; } So, to do a 4 column layout, change the 3 to a 4 like this: if ($column >= 4) { $row ++; $column = 0; } yes i did this and in my page there is shows only 9 last updated product i need 30+ products in front page how to do that help please Link to comment Share on other sites More sharing options...
scorp Posted April 15, 2008 Share Posted April 15, 2008 This worked for me http://addons.oscommerce.com/info/112 Link to comment Share on other sites More sharing options...
joyces Posted May 1, 2008 Share Posted May 1, 2008 Does anyone know how to increase the number of fields on this contribution http://www.oscommerce.com/community/contributions,5421 7 different views..... At the moment the product listings page (product_listings.php) only allows you to show 3 fields say product name, image and price but I want to show buy now and manufacturer as well. There must be a way to do this but I haven't got a clue what to edit. Any help would be greatly appreciated Cheers Andrea Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.