Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Modifying Number of Items displayed in New_Products.php


Azhar

Recommended Posts

Posted

I need some help in customizing the look of my OsCommerce 2.2 MS setup.

 

I was previosly using EP 2.1, which I found modifying incredibly easy as the code was simple to follow.

 

Although, on first sight, OScommerce looks to be all over the place, I'm lost most of the time.

 

I want to modify the number of products displayed on DEFAULT.PHP as "New Products for July" (through module NEW_PRODUCTS.PHP), from 3 in one row (which looks squashed for my long titles) to 2 in one row. This was really easy in EP, although I can't figure out how to do it in OsC.

 

Someone please show me the light, or code would be nice :lol:

Posted
    $col ++;

   if ($col > 1) {

     $col = 0;

     $row ++;

   }

 }

Posted

Thank you very much.

 

How easy it was to change one figure and change the entire look of my shop astounds me. Your a life saver.

Archived

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

×
×
  • Create New...