Subversion-Projekte lars-tiefland.shop_ns

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

{if !$smarty.session.SHOP.BASKET}
{if $smarty.session.SHOP.buy.step==4}
{include file="buy_4.tpl"}
{else}
{include file="basket_empty.tpl"}
{/if}
{else}
    {if $smarty.session.SHOP.buy.step==1}
        {include file="buy_1.tpl"}
    {elseif $smarty.session.SHOP.buy.step==2}
        {include file="buy_2.tpl"}
    {elseif $smarty.session.SHOP.buy.step==3}
        {include file="buy_3.tpl"}
    {elseif $smarty.session.SHOP.buy.step==4}
        {include file="buy_4.tpl"}
    {/if}
{/if}