Hi Linda - thanks for responding
Actually, we are just using Zen Cart code (with image handler) and the code provided by Dr Byte to display sideboxes on external pages.
The only code on the external page is just the snip that calls the one file that was created by Dr Byte placed in the Zen Directory. The rest is the Zen Cart code and even do to the version of the Zen files - there should be no reason why this portion of our questions should not have a fairly simple (yet not known to us) answer
So, I guess I will try to back this up and lets forget about all the other parts of this problem that might be affected by what you were suggesting.
The issue is this
When the box was called from the jlaforums site using the snip and file provided by Dr. Byte - it would call the box data with no problem
- The data would show
- The links to the product and new products were correct pointing to the correct pages on the jlaenterprises.net domain
There was one problem though. The images were not showing
- When right clicking on the image placeholder, it was showing jlaforums/images... instead of jlaenterprises.net/images...
When looking at the config file in Zen, we found that this is the place the code is taking direction from to call images for the side box
// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_CATALOG', '/');
define('DIR_WS_IMAGES', '/images/');
define('DIR_WS_INCLUDES', 'includes/');
define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
define('DIR_WS_BLOCKS', DIR_WS_INCLUDES . 'blocks/');
define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');
So the only question here is how do you tell this portion of the config file in Zen
define('DIR_WS_IMAGES', '/images/');
and instead when pulling the image of just popping in the domain from where the code is being called from to be able to manually specify that you need to look for images at jlaenterprises.net/images
We tried changing this line to
define('DIR_WS_IMAGES', 'jlaenterprises.net/images/');
and the result when right clicking on the picture was showing it was attempting to look for the pictures at
http://www.jlaforums.comjlaenterprises.net/images...
If you can help us out with this answer, I think it might solve all the other problems we were speaking of regardless of the image handler mod, etc..
P.S. All our private messages were deleted from our previous conversations prior to you changing your forums. So I sent you an e-mail two days ago for an upgrade quote to which I haven't heard back from you.
Thank You for your help