{assign var="result_ids" value="cart_items,checkout_totals,checkout_steps,cart_status*,checkout_cart"}

{__("cart_contents")}

{include file="buttons/continue_shopping.tpl" but_href=$continue_url|fn_url } {include file="buttons/clear_cart.tpl" but_href="checkout.clear" but_role="text" but_meta="cm-confirm ty-cart-content__clear-button"}
{include file="buttons/update_cart.tpl" but_id="button_cart" but_name="dispatch[checkout.update]"} {if $payment_methods} {assign var="m_name" value="checkout"} {assign var="link_href" value="checkout.checkout"} {include file="buttons/proceed_to_checkout.tpl" but_href=$link_href but_meta=""} {/if}
{include file="views/checkout/components/cart_items.tpl" disable_ids="button_cart"}
{include file="views/checkout/components/checkout_totals.tpl" location="cart"}
{include file="buttons/continue_shopping.tpl" but_href=$continue_url|fn_url}
{include file="buttons/update_cart.tpl" but_external_click_id="button_cart" but_meta="cm-external-click"} {if $payment_methods} {assign var="m_name" value="checkout"} {assign var="link_href" value="checkout.checkout"} {include file="buttons/proceed_to_checkout.tpl" but_href=$link_href} {/if}
{if $checkout_add_buttons}
{__("or_use")} {foreach from=$checkout_add_buttons item="checkout_add_button"} {/foreach}
{$checkout_add_button nofilter}
{/if}