I am having a small problem. I was able to link to external images (commercially hosted), by putting the URL in the products table in the product_image field. Then by editing the '$src' variable in the 'zen_image' function, (use the developer toolkit to find it, then use the php function str_replace() to strip DIR_WS_IMAGES from the $src variable), I can get the product pictures to show in all places but the main product page (inside of <!--bof Main Product Image -->). What I'm wondering is why the developer's use javascript to serve the php code that puts the product photo on the product detail page?
btw the popup works and shows the picture as well. Also, the <img> tag is formatted properly and should work since the src attribute is the correct one in the final HTML output.
I'm assuming it's a load order issue.
Any suggestions.


Reply With Quote


