View Single Post
  #8  
Old 03-16-2007, 09:02 AM
 
Chris B Chris B is offline
 

eXpert
  
Join Date: Oct 2002
Posts: 226
 

Default Re: More Effective "Related/Upsell products" view

To make the short description show up using YuriC's mod in 4.0.19, do the following:

Go to modules/Upselling_Products/related_products.php change the following code:

$sql_tbl[products].productcode,

to:

$sql_tbl[products].descr, $sql_tbl[products].productcode,

That should be it, then YuriC's code will work... at least with 4.0.19


Chris
__________________
4.0x - 4.5x
Reply With Quote