{if {cart attr="item_count"} > 0} {redirect path="/order/delivery"} {else} {redirect path="/"} {/if} {include file="components/smarty/Title/Title.html" title={intl l="My cart"}}
{include file="components/smarty/Cart/Cart.html"}