gigabytz Posted November 3, 2006 Posted November 3, 2006 Hello all, new to this oscommerce. I bought a template that had oscommerce already. Here is the quick of it. in the catalog/product_info.php the spot where you are to replace the section with this: //added for cross -sell if ( (USE_CACHE == 'true') && !SID) { echo tep_cache_also_purchased(3600); include(DIR_WS_MODULES . FILENAME_XSELL_PRODUCTS); } else { include(DIR_WS_MODULES . FILENAME_XSELL_PRODUCTS); include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS); } } ?> Is not in my product_info.php file. I have no idea how to put it in to make this module work. Can anybody help me out? John
Recommended Posts
Archived
This topic is now archived and is closed to further replies.