priscila Posted March 29, 2008 Posted March 29, 2008 I want to change the page structure of product listing page ( product_listing.php ). I want the page should look like new products page ( new_products.php ). All products should come in 3 rows & 3 columns. How can I do that? - Priscila
Guest Posted March 29, 2008 Posted March 29, 2008 I want to change the page structure of product listing page ( product_listing.php ). I want the page should look like new products page ( new_products.php ). All products should come in 3 rows & 3 columns. How can I do that? - Priscila You can do this in admin by playing with the max values.
priscila Posted March 29, 2008 Author Posted March 29, 2008 From Max Values in Admin, which one I have to change? I want products should come in 3 rows & 3 columns.
Ausgirl Posted March 29, 2008 Posted March 29, 2008 From Max Values in Admin,which one I have to change? I want products should come in 3 rows & 3 columns. Anyones you want, just have a play. New Product Listings Best Sellers Also Purchased Specials Change the number to whatever you want changed or in your catalog/products_new.php or whatever file you are wanting to change, again just change the number: change the number in the code from this: <td colspan="3"><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> to this: <td colspan="2"><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
Guest Posted March 29, 2008 Posted March 29, 2008 Take a look at this post http://www.oscommerce.com/forums/index.php?sho...8&hl=column is that the kind of thing you're looking for?
priscila Posted March 30, 2008 Author Posted March 30, 2008 Take a look at this post http://www.oscommerce.com/forums/index.php?sho...8&hl=column is that the kind of thing you're looking for? I saw the above post. There, u said something about 'addon'. What is this ? Where can I get this?
Ausgirl Posted March 30, 2008 Posted March 30, 2008 You dont need an add on to make your products in 3 rows, just try what I stated above. Add On's section. Where you will find lots of goodies
Recommended Posts
Archived
This topic is now archived and is closed to further replies.