PATH:
home
/
shotlining
/
portal.shotlining.com
/
wp-content
/
plugins
/
side-cart-woocommerce
/
templates
<?php /** * Side Cart Container * * This template can be overridden by copying it to yourtheme/templates/side-cart-woocommerce/xoo-wsc-container.php. * * HOWEVER, on occasion we will need to update template files and you * (the theme developer) will need to copy the new files to your theme to * maintain compatibility. We try to do this as little as possible, but it does * happen. * @see https://docs.xootix.com/side-cart-woocommerce/ * @version 2.4.3 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } extract( Xoo_Wsc_Template_Args::cart_container() ); ?> <div class="xoo-wsc-container"> <div class="xoo-wsc-basket"> <?php if( $showCount === "yes" ): ?> <span class="xoo-wsc-items-count"><?php echo xoo_wsc_cart()->get_cart_count() ?></span> <?php endif; ?> <span class="xoo-wsc-bki <?php echo $basketIcon ?>"></span> <?php do_action( 'xoo_wsc_basket_content' ); ?> </div> <div class="xoo-wsc-header"> <?php do_action( 'xoo_wsc_header_start' ); ?> <?php if( $oldHeaderLayout ){ xoo_wsc_helper()->get_template( 'xoo-wsc-header-old.php' ); } else{ xoo_wsc_helper()->get_template( 'xoo-wsc-header.php' ); } ?> <?php do_action( 'xoo_wsc_header_end' ); ?> </div> <div class="xoo-wsc-body"> <?php do_action( 'xoo_wsc_body_start' ); ?> <?php xoo_wsc_helper()->get_template( 'xoo-wsc-body.php' ); ?> <?php do_action( 'xoo_wsc_body_end' ); ?> </div> <div class="xoo-wsc-footer"> <?php do_action( 'xoo_wsc_footer_start' ); ?> <?php xoo_wsc_helper()->get_template( 'xoo-wsc-footer.php' ); ?> <?php do_action( 'xoo_wsc_footer_end' ); ?> </div> <span class="xoo-wsc-loader"></span> <span class="xoo-wsc-icon-spinner8 xoo-wsc-loader-icon"></span> </div>
[-] xoo-wsc-markup.php
[edit]
[+]
..
[+]
global
[-] xoo-wsc-body.php
[edit]
[-] xoo-wsc-container.php
[edit]
[-] xoo-wsc-shortcode.php
[edit]
[-] xoo-wsc-footer.php
[edit]
[-] xoo-wsc-header.php
[edit]
[-] xoo-wsc-header-old.php
[edit]