Using version 4
I put text in the following and neither show up:
{elseif $main eq "anonymous_checkout"}
checkout anony?
{include file="customer/main/anonymous_checkout.tpl"}
{elseif $main eq "checkout"}
checkout logged in?
{include file="customer/main/checkout.tpl"}
|