Forum Moderators: open
I am redesigning my site and am looking for any advice about alternative ways of laying out the products for each page instead of the standard table described?
Thanks,
Michael
Good question Michael, are you using imbedded tables for each product now or is it all one large table?
I've got some similar pages I'd like to do a makeover on. What I'm running into is that the way the tables are set up now it's hard to do updates to the pages because of the way the shopping cart code is coded in.
The way I have it now is that I'm using an imbedded table for each row with about 3 or 4 columns going across for each of 3 or 4 products hard to update. I think it makes it easy to scan across a single row to see several products or styles at a time rather than having to scroll down to see each one at a time. I really like products or styles displayed that way.
But when it's done that way you have to be really careful to change the right fields, particularly n the shopping cart code. It's hard to describe, but all the product info isn't together, it runs sequentially across for each and you have to match them. it would be impossible to use CSS for positioning; it has to be done with imbedded tables, which is one reason I've stayed with them. It might be easier with an additional set of tables, but that would be going imbedded 3 deep, possibly even 4
Its not only a matter of how it looks, it's how it affects the ease of coding and the code/text ratio. I'd love to figure some alternative product layouts; there don't seem to be many options available.
I also recommend reading "Speed Up Your Site" by Andrew King. He talks about how the way tables render can slow down the speed at which your pages display and offers some design advice. The book lists a lot of good resources on the net to checkout, so it is more of a very comprehensive jumping off point on the multitude of ways to make your site leaner and meaner.
I forget what the size is but after table contents reach a certain size nothing shows till its all loaded ... bad :-(
Re laying out product pages ...
There are loads of ways .. I recommend browsing other sites and seeing what you think will work the best from what else is already out there.