Related products display on cart page only.
Should I use any code to invoke it inside node_product.tpl.php?
This does not work for me (drupal 5)
print $node->content['upsell']['#value'];
Related products display on cart page only.
Should I use any code to invoke it inside node_product.tpl.php?
This does not work for me (drupal 5)
print $node->content['upsell']['#value'];
Comments
Comment #1
torgospizzaHi,
Sorry about that. In the current version there's no automatic way to do this but in the next release I'd like to do it the same way D6 does (the way you described). For now you can use this snippet on any template page you like:
That will place the block in your template. Be sure to wrap it in a
Comment #2
torgospizzaHaven't heard anything in months, so closing. Please open a new issue if you have other concerns. My 5.x version will probably not include this feature going forward but I'll leave it open for bugfixes to future releases.