Hi there,
I have inherited a Zen Cart e-commerce website to work on from another developer and looking at the source code there is a single row three column HTML table within the page source. The developer has assured me that he didn't put this markup in the design of the template as he uses CSS for layout so it must be generated by the Zen Cart back end itself.
The table has the ID of "contentMainWrapper"
The left cell has the ID of "navColumnOne"
The middle cell has the ID of "mainContent"
The right cell has the ID of "navColumnTwo"
I have been asked to create a mobile version of the site and was going to hack the CSS and use @media queries to re-lay it out expecting the layout of the site to use <div tags and modern CSS layout techniques and was surprised to find that the main columnar layout is a table.
Is this normal for Zen Cart?
Is there any hack I can do to change this and replace the <table><tr><td> tags with <div> tags in the source somewhere so it's CSS only please guys?
Thanks
Paul


Reply With Quote

