{*
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*}
{include_php file="`$smarty.const.DIR_FS_MODULES`also_purchased_products.php"}
{if (isset($smarty.get.products_id))}
{if ($num_products_ordered >= $smarty.const.MIN_DISPLAY_ALSO_PURCHASED)}
{* also_purchased title*}
 |
{$smarty.const.TEXT_ALSO_PURCHASED_PRODUCTS} |
 |
{* also_purchased_contents *}
{* also_purchased_separator *}
{* also_purchased_data *}
{html_table loop=$also_purchased_array table_attr='border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents"' td_attr='align="center" class="smallText" width="33%" valign="top"' cols=3}
|
{/if}
{/if}