Quote:
Originally Posted by Jon
Ok, in the very, very top of your home_main.tpl put:
MAIN: {$main}
If it doesn't return anything, the problem is that your cart.php is not assigning the main variable.
|
I inserted it at very top and I get same issue exactly. Here is my code at tp to show I did it:
MAIN: {$main}
{if $smarty.get.mode eq "subscribed"}
{include file="main/subscribe_confirmation.tpl"}
{elseif $smarty.get.mode eq "unsubscribed"}
{include file="main/unsubscribe_confirmation.tpl"}
.........
..........
......etc etc