Re: linking to external images, outside of 'images/'
I found another source for micmed's code. What he's posted is apparently not quite complete.
The code at tumblr.com/tagged/remote+images states:

Originally Posted by
tumblr site
Basically you assign the constant DIR_WS_IMAGES to a variable $imagepath.
Then add the short method to check if the image starts with http.
If it does up then set imagepath to blank. else use DIR_WS_IMAGES.
You must also insert $imagepath in place of DIR_WS_IMAGES in the zen_image function calls.
In addition to these files a number of other files need
to be updated. All products, featured, new, cart, listing, product info and maybe others.
Make sure to pay attention to the file product being referenced
for example:
$featured_product->fields['products_image']
$new_product->fields['products_image']
$listing->fields['products_image']
etc.
The shopping cart also must be updated.
I have installed the micmed(tumblr.com) code (don't really know where it originated) on my test site and have everything working except Categories. When I click on a category, I get no products and no images for that category. I expect I have a few more files to modify.
Clicking on 'Specials', 'New Products', 'Featured Products', and 'All Products' works fine.
So .. I will continue looking and testing. When I have everything working ok, I'll post the results. If anyone would like to add anything to this, please do.
mike
####################____
zen-cart-v1.3.8a
12/15/2009