Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product display


tward

Recommended Posts

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

  • 4 years later...
  • 1 month later...

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

  • 2 weeks later...
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

  • 1 month later...

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

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

  • 3 weeks later...
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

  • 1 month later...
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

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

  • 2 months later...
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

  • 2 months later...
  • 3 weeks later...

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...