I tried searching for this answer but didn't find anything on it.
I want to remove this part (first image) and move everything up so it is closer to the top (second image).
Any help would be appreciated.
Mike
I tried searching for this answer but didn't find anything on it.
I want to remove this part (first image) and move everything up so it is closer to the top (second image).
Any help would be appreciated.
Mike
I'm not sure this will work, but in includes\languages\english\CUSTOM\header.php, try replacing the values for
withCode:// added defines for header alt and text define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce'); define('HEADER_SALES_TEXT', ''); define('HEADER_LOGO_WIDTH', '200px'); define('HEADER_LOGO_HEIGHT', '23px'); define('HEADER_LOGO_IMAGE', 'logo.gif');
Code:// added defines for header alt and text define('HEADER_ALT_TEXT', ''); define('HEADER_SALES_TEXT', ''); define('HEADER_LOGO_WIDTH', ''); define('HEADER_LOGO_HEIGHT', ''); define('HEADER_LOGO_IMAGE', '');
Actually I think that it probably the Category Tabs menu.
Admin> Configuration> Layout Settings. Disable the Category Tabs menu.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
One more quick question...
Custom folders. Is there a system setting to use these folders instead of their original folders. I've put my custom files in these folders and the system doesn’t seem to be reading these files. I followed the instructions on how and where to put these folders.
Thanks
In the FAQ/tutorials and the Wiki are several articles explaining the template overrides system.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
Did you select the template from the admin?
Thanks everyone for all your help. The problem has been fixed.