I cannot get the image displayed on the product info page. Something not referencing in the
<!--bof Restock button-->
<?php
if ($products_quantity <= 0) { ?>
<?php echo '<a href="' . zen_href_link(FILENAME_REQUEST_RESTOCK, 'products_id=' . $_GET['products_id']) . '">' . zen_image_button(BUTTON_IMAGE_REQUEST_RESTOCK, BUTTON_REQUEST_RESTOCK_ALT) . BUTTON_REQUEST_RESTOCK_ALT . '</a>'; ?></div>
<?php
}
?>
<!--eof Restock button -->
Please check http://www.onlinewarehouse.co.za




