in reference to:
osCommerce Community Add-Ons

pretty neat, osc vanilla has it.. I want to add it into the left or right colum..

instructions pretty straight forward..

It wants to add code to the products_info page though..

Before I jump, I want to make sure.. if I want to add it to the columns page.. I can find
in
catalog\includes\column_left.php
Code:
  require(DIR_WS_BOXES . 'whats_new.php');
and ADD AFTER:
Code:
<!-- social bookmarks start //-->
<?php
include(DIR_WS_MODULES . FILENAME_SOCIAL_BOOKMARKS);
?>
<!-- social bookmarks finish //-->
Will that do the trick???