Quote Originally Posted by yellow1912 View Post
Your template is missing the base href in the header

this will help you: http://www.zen-cart.com/forum/showpo...postcount=2221
yellow1912, you just resolved my problem.

The person who set up Zen Cart (my predecessor) had commented out the line...

<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER . DIR_WS_HTTPS_CATALOG : HTTP_SERVER . DIR_WS_CATALOG ); ?>" />

...in the html_header.php file. Do you know why he would have done that? He didn't leave any comments.

Anyway, thanks for your help. Now I can see how excellent your add on is. Very good work.