
Originally Posted by
Randolph Hoppe
Hmm. The large image does exist at images/large/subfolder/cover_LRG.jpg
Unsure of what to do next.
What does your code look like in the area of:
Code:
$og_prod_url = "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
//get defined image or default
//$myImage = zen_get_products_image((int)$_GET['products_id']);
$myImage = DIR_WS_IMAGES . 'large/' . $products_image_base . IMAGE_SUFFIX_LARGE . $products_image_extension;
$img = simplexml_load_string($myImage);
$img = $img['src'];
if($this_is_home_page){ $depends = $store_name; $product_type = "website"; }
else if ($categories_name){