Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How can make product listing layout like this way.

How can make product listing layout like this way.

Locked

Views: 1,051

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
9 May 2008, 10:36 AM
#1
jackyhu avatar

jackyhu

New Zenner

Join Date:
May 2008
Posts:
5
Plugin Contributions:
0

How can make product listing layout like this way.

Hi everyone,

I try to make a new layout of product lising,
spend all day but still no work,it's difficult to me.:ohmy:

I want to make the product listing page in this way.

i added a new table to " tpl_modules_product_listing.php"
the code is:

<table width="98%" cellspacing="2" cellpadding="2"> <?php for($row=1; $row<sizeof($list_box_contents); $row++) { echo '<tr><td rowspan=0 valign="top">' . $list_box_contents[$row][0]['text'].'</td>'; } ?> </table>

now it looks like this,display all product in one tables,
not each product in each table.

So question:

  1. How can i put the background color of product name and other 3 links.
  2. What is the php code can be work the way as my first photo?

as I m poor in the php code.If any one could take a help.i would very appreciation.thank you!