Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change Page Structure


priscila

Recommended Posts

Posted

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

Posted
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.

Posted
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>

Posted

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

Archived

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

×
×
  • Create New...