PATH:
home
/
lab2454c
/
mact34.com
/
wp-content
/
themes
/
sinatra
/
woocommerce
/
cart
/
header-widget
<?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>
[-] buttons.php
[edit]
[-] dropdown.php
[edit]
[-] icon.php
[edit]
[+]
..
[-] header.php
[edit]
[-] empty.php
[edit]
[-] content.php
[edit]