{** * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. *} {block name='cart_detailed_actions'} {$disableCheckout = false} {foreach $cart.products as $product} {if isset($product.availability) && $product.availability == 'unavailable' } {$disableCheckout = true} {/if} {/foreach}
{if $cart.minimalPurchaseRequired}
{elseif empty($cart.products) || $disableCheckout === true}
{else}
{l s='Proceed to checkout' d='Shop.Theme.Actions'} {hook h='displayExpressCheckout'}
{/if}
{/block}