{** * 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}