{hook name="checkout:cart_content_bottom_left_buttons"}
{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"}
{/hook}
{hook name="checkout:cart_content_bottom_right_buttons"}
{if $payment_methods}
{assign var="link_href" value="checkout.checkout"}
{include file="buttons/proceed_to_checkout.tpl"}
{/if}
{/hook}