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
2010-07-23 17:25:04
thanks for that but that didn't seem to fix it.
pixeltocode
2010-07-25 23:18:43
@Joseph Mastey, thanks. i got rid of the template :)
pixeltocode
2010-08-02 12:40:21