{* supreme 1.7.3 *} {$wa->globals("hideBreadcrumbs", true)} {$wa->globals("hideSidebar", true)} {$wa->globals("hidePane", true)} {$_cart_count = $wa->shop->cart->count()} {*EMPTY*} {if empty($_cart_count)}
[`Your shopping cart is empty.`]

{$config.cart.empty_text|default:"[`Your shopping cart is empty.`]"|escape}

[`Go to home page`]

{*ORDER*} {else}
{$wa->shop->checkout()->cart([ "DEBUG" => true, "wrapper" => "#js-order-cart" ])}
{strip} {capture assign="_cross_selling_html"} {$wa->shop->checkout()->crossSelling([ "DEBUG" => true, "wrapper" => "#js-cross-selling-section" ])} {/capture} {/strip} {if !empty($_cross_selling_html)}

{$config.recommendations.block_name|default:"[`Recommended`]"|escape}

{$_cross_selling_html}
{/if}

{$config.order.block_name|default:"[`Checkout`]"|escape}

{$wa->shop->checkout()->form([ "DEBUG" => true, "wrapper" => "#js-order-form" ])}
{/if} {if empty($theme_settings.debug_disable_shop_frontend_order) && empty($theme_settings.debug_disable_shop_all) && empty($theme_settings.debug_disable_all_hooks)} {* @event frontend_order.%plugin_id% *} {foreach $frontend_order as $_}{$_}{/foreach} {/if}