Quote Originally Posted by amart79196 View Post
I do not by any means mean to change topics on a thread, but it is responsive classic related. Please move it if necessary.

When I did the upgrade to my cart from 1.5.5e to f, the way in which my logo displayed went from what it is supposed to be to displaying very small.

This is what I did:

I went into the file located a "/includes/templates/responsive_classic/common/tpl_header.php ". I removed from line 167 “, HEADER_LOGO_WIDTH, HEADER_LOGO_HEIGHT”. This allowed the logo to actually display correctly (the correct size) again.

My main question:

Is this actually the most correct way to address the logo size or is this basically incorrect and there is a more correct way to do this?

Many thanks in advance for your time and answer.
It's for exactly these kinds of upgrade-issues that Clone a Template was created. I'd suggest downloading that plugin to make a clone of the responsive_classic template that you can customize for your site's use.

That way, when the next Zen-Cart version is released, an upgrade won't overwrite any changes (like above) that you've made.

BTW, rather than removing those definitions from the header-image's display, you can make a template-specific copy of /includes/languages/english/header.php (copying to /includes/languages/english/YOUR_TEMPLATE/header.php) and then edit those two constants to reflect the size of your header-image.