Does anyone know how to get the entire related_products.tpl to show on the cart page and include all upsells that are related to items that are in the cart? I tried to add this to cart.tpl:
Code:
{if $active_modules.Upselling_Products ne ""}
{include file="modules/Upselling_Products/related_products.tpl" }
{/if}
I'm sure for reasons that are obvious to those who know what they're doing, this did not work.
Any thoughts would be hugely appreciated.