Quote Originally Posted by shocker View Post
As far as I know it is usually a side box. I searched and searched but I found no option to turn this on for product info even though it is product dependent.

It looks like I got my PNg problem sorted out.
Ahh now i know what you are talking about. Its basically the same premise, copy the structure from the sidebox template file and paste it under the tell a friend section. Only difference is that you need to change the content = part to echo.

Try this:
PHP Code:
<?php
  
echo '<div style="width: 200px; float: left;">';
  echo 
'<a href="' zen_href_link($_GET['main_page'], zen_get_all_get_params(array('action')) . 'action=notify'$request_type) . '">' zen_image(DIR_WS_TEMPLATE_IMAGES OTHER_IMAGE_BOX_NOTIFY_YESOTHER_BOX_NOTIFY_YES_ALT) . '<br />' sprintf(BOX_NOTIFICATIONS_NOTIFYzen_get_products_name($_GET['products_id'])) .'</a>';
  echo 
'</div>';
?>
You might want to play with the style for floating on different sides and stuff.