Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Quick question


milkypop

Recommended Posts

Posted

Hello,

 

I've had my site up and running for over a year now, and I now have so many products (over 500) in my shop that I finally decided to go ahead and add the "new products" and the "search" boxes to make it easier for my customers to find what they're looking for.

 

I have my site all tweaked to my liking, but for some reason I can't get the new products to line up in 5 columns like everything else on the site. Product listing is displayed fine, and so are the search results.

 

Here is the link so you can see what I mean: http://www.milkypop.com/catalog/products_new.php

 

Is there any particular code I have to change in catalog/products_new.php or catalog/includes/modules/new_products.php ? I can post the code if necessary!

 

I know this is probably an easy fix, but I can't find anything in the search that works.

 

Thank you,

 

Megan

Posted

That page should look identical (as far as the products being listed anyhow) as the search results page. It looks like something must have been edited at some time.

 

You could try uploading an original copy of products_new.php

You might also want to check the catalog/includes/modules/new_products.php to see if

$col ++;

if ($col > 2) {

$col = 0;

$row ++;

has been changed to something else.

Or

$row = 0;

$col = 0;

but I doubt that would have been changed. It is usually the code I posted above.

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Archived

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

×
×
  • Create New...