Dragonmom Posted June 23, 2003 Posted June 23, 2003 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?
Guest Posted June 23, 2003 Posted June 23, 2003 if ( (USE_CACHE == 'true') && !defined('SID')) { echo tep_cache_also_purchased(3600); } else { include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS); }
Dragonmom Posted June 23, 2003 Author Posted June 23, 2003 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?
Guest Posted June 24, 2003 Posted June 24, 2003 You should have left one curly bracket.... there is a curly bracket directly after the code I pasted
Dragonmom Posted June 24, 2003 Author Posted June 24, 2003 thankees Johnson! psst... wanna buy a wand?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.