<?php
/**
 * Proceed to Checkout Button.
 *
 * @author     ThemeFusion
 * @copyright  (c) Copyright by ThemeFusion
 * @link       http://theme-fusion.com
 * @package    Avada
 * @subpackage Core
 * @since      5.1.0
 */

?>
<a href="" class="fusion-button button-default fusion-button-default-size button fusion-update-cart">
	<?php esc_attr_e( 'Update cart', 'woocommerce' ); ?>
</a>
