Jump to content
Larry Ullman's Book Forums

Thumbnail Product Listing


Recommended Posts

maybe I was a bit unclear here.

 

Instead of having products displayed as below

 

product 1   price 1    quantity

product 2   price 2    quantity

product 3   price 3    quantity

 

I am trying to display as follows

 

 

product 1        product 2       product 3

price 1            price 2            price 3

 

The problem is creating the rows in a table, because each row represents different products with different product id's in the DB table

Link to comment
Share on other sites

To do this, you just need to create table cells within a row, with each cell representing a single product. The catch is in closing a row and starting a new one. If you search in these forums or online you'll find examples of the logic for this.

Link to comment
Share on other sites

 Share

×
×
  • Create New...