I tried to add the up selling module during checkout at this page:
customer/main/cart.tpl
by adding this piece of code:
Quote:
{if $active_modules.Upselling_Products ne ""}
<P>
{include file="modules/Upselling_Products/related_products.tpl" }
{/if}
|
but it didn't work. why?
(using version 4.0x)