tags:

views:

43

answers:

1

The template I am using does not display upsell products as of now. Does anyone know where the associated files are? Thanks.

A: 

Try adding this to the catalog/product/view.phtml template:

<?php echo $this->getChildHtml('upsell_products') ?>

That should add upsells back.

Thanks, Joe

Joseph Mastey
thanks for that but that didn't seem to fix it.
pixeltocode
@Joseph Mastey, thanks. i got rid of the template :)
pixeltocode