Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how do I remove also_purchased


Dragonmom

Recommended Posts

Posted

What code do I remove from product_info to get rid of the "buy this also" type thing at the bottom of the box?

psst... wanna buy a wand?

Posted
    if ( (USE_CACHE == 'true') && !defined('SID')) {

     echo tep_cache_also_purchased(3600);

   } else {

     include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS);

   }

Posted

okay- If I do that i get this error

Parse error: parse error, unexpected $ in /home/dragon/public_html/dragoncave/product_info.php on line 209

 

man, I cannot learn to understand this! If your learning curve is a vertical climb, I believe mine is a direct drop.... hah!

psst... wanna buy a wand?

Posted

You should have left one curly bracket.... there is a curly bracket directly after the code I pasted

Archived

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

×
×
  • Create New...