What is the best way to remove the "Customers who bought this product also purchased" box from OSCommerce? Any pointers would be greatly appreciated. Thanks in advance!
What is the best way to remove the "Customers who bought this product also purchased" box from OSCommerce? Any pointers would be greatly appreciated. Thanks in advance!
In 'product_info.php' or if you have MS2-MAX or BTS look in 'product_info.tpl.php' for lines (near the bottom) with:
include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS);
and comment them out like:
// include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS);
Have fun
Bookmarks