Current Path : /home/church/www/1899project.com/wp-content/themes/sinatra/woocommerce/cart/header-widget/ |
Current File : /home/church/www/1899project.com/wp-content/themes/sinatra/woocommerce/cart/header-widget/empty.php |
<?php /** * Header Cart Widget empty cart. * * @package Sinatra */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <p class="si-empty-cart"><?php esc_html_e( 'No products in the cart.', 'sinatra' ); ?></p>