Project Description:
I would like to modify Zen Cart to first look in the /images directory of the website site for the product image and if the image does not exist in /images then to look in a central location on another website that is specified via a parameter.
I host a number of Zen Cart websites that have the many of the same products. To save disk space I have all the sites access a central location for product images. I accomplished this by setting the following line in configure.php
define('DIR_WS_IMAGES', 'http://{my central site location}/images/');
This works well, however, when I want to add specific products for a single site the cart looks to the central location for the product images. I do not want to store these specific images centrally. I would like to modify Zen Cart to first look in the /images for product images, and if the image does not exist then to look in the central location.
Please let me know if any further information or clarification is required.