I am in process of upgrading my zen cart install from 1.1 to 1.5.1. It's also in japanese. I was able to upgrade and have special characters display properly. I am almost finished rebuilding the template but I am stuck on one error.
The main content shows up twice, once where it should be, and another at the very top of the page. I created a workaround by using a counter in <theme>/templates/tpl_index_default.php and an if block so it will only show once. But it is also occurring on other pages like product category pages.
I did a grep to search for instances of $tpl_page_body, and only found it once in /includes/modules/pages/index/main_template_vars.php. Commenting it out caused me to loose both the wrong content on top of the page, and the right one.


Reply With Quote
