kent Posted July 9, 2003 Share Posted July 9, 2003 How to set four per row on New product for july? now is three product per row Link to comment Share on other sites More sharing options...
Rumble Posted July 11, 2003 Share Posted July 11, 2003 Hi, Firstly back up files before you edit them! In catalog/includes/modules/new_products.php Around line 31 change.... 'params' => 'class="smallText" width="33%" valign="top"', ..to... 'params' => 'class="smallText" width="25%" valign="top"', and then around line 34 change ........ if ($col > 2) { ....to...... if ($col > 3) { Then upload the file and you should find 4 columns instead of 3! Reddy to Rumble Thank you osCommerce and all who Contribute to her! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.