Quote Originally Posted by mc12345678 View Post
Sometimes just helps to "talk" it out. :)

Thing is though, are you still getting just a text of OTHER_IMAGE_ONLINE_ONLY when the image is supposed to be displayed? That is a define issue in that OTHER_IMAGE_ONLINE_ONLY was not set to anything before being displayed.
Hi,
I changed it to be:
<!--bof Product Is Online -->
<?php
if ($product_is_online == '1') {
?>
<div id="productOnlineOnly" class="productGeneral"><?php echo zen_image($template->get_template_dir(OTHER_IMAGE_ONLINE_ONLY, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . OTHER_IMAGE_ONLINE_ONLY, ICON_IMAGE_TEXT); ?></div>
<?php
}
?>

And it works now.
It does help to talk it out lol