?
Current File : /home/cideo/www/wp-contentVIp/themes/vika/woocommerce/cart/proceed-to-checkout-button.php
<?php
/**
 * Proceed to checkout button
 *
 * Contains the markup for the proceed to checkout button on the cart
 *
 * @author  WooThemes
 * @package WooCommerce/Templates
 * @version 2.4.0
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

echo '<a href="' . esc_url( WC()->cart->get_checkout_url() ) . '" class="checkout-button rf-button submit-btn wc-forward">' . __( 'Proceed to Checkout', 'woocommerce' ) . '</a>';