Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How hard would this be?

How hard would this be?

Locked

Views: 1,599

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
12 Sep 2009, 4:31 PM
#1
jill8026 avatar

jill8026

Totally Zenned

Join Date:
May 2007
Posts:
461
Plugin Contributions:
0

How hard would this be?

Just wondering if anyone can share how this may have been done...its a Zen site, but looks like its all done in tables which I know is supposed to be a no no?

http://www.buytile.com/home.php?main_page=product_info&products_id=6263#size

Just curious to see how hard this would be?? Is it something they are doing right in the product description or can all these sections be broken out in the product listing php file somehow?

12 Sep 2009, 6:22 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: How hard would this be?

There is nothing about that site that needs table layout to work. The designer apparently knows how to use/implement a lot of highly customized store functions, but is stuck about 10+ years ago in HTML coding standards. The nested tables mostly don't even have class/id tags to use in styling.

The product info pages are apparently done with a highly customized tpl_product_info_display.php.

12 Sep 2009, 7:08 PM
#3
jill8026 avatar

jill8026

Totally Zenned

Join Date:
May 2007
Posts:
461
Plugin Contributions:
0

Re: How hard would this be?

That's what I figured...I only use div tags when I do my designs so this site completely confused me when I looked at the source...U guess i will have to really play around in the product info file to see what i can do...I really like this layout!

13 Sep 2009, 7:49 AM
#4
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: How hard would this be?

Unfortunately, there are just some layout formats that simply cannot be reliably configured with css (although it's getting better and easier than it was 5 years ago - and may eventually accommodate all style requirements.)

On some of my sites, I have modified tpl_product_info_display.php to include tables.

I have advised my clients of the potential limitations tables have with various browsing devices these days, but the clients usually opt for cosmetic appearance over cross-platform functionality.

One client has opted to have TWO sites... one configured for conventional platforms and one for mobile devices. There is a detection code that determines the browsing device and redirects as necessary.