{assign var=meth value=':'|explode:$VAR._page} {$method->exe($meth.0,$meth.1)} {if ($method->result == false)} {$block->display('core:method_error')} {else} {if $results <= 0} {t}Your cart is empty, please select one or more products to continue{/t} {else} {foreach from=$cart item=cart}
{if $cart.cart_type == '2'} {include file='file:cart_table_type_2.tpl' showadmin=true} {elseif $cart.cart_type == '3'} {include file='file:cart_table_type_3.tpl' showadmin=true} {else} {include file='file:cart_table_type_x.tpl' showadmin=true} {/if}
{include file='file:cart_table_assoc.tpl'}
{/foreach} {/if} {/if}