Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

x-sell module


gigabytz

Recommended Posts

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...