oont-contents/plugins/side-cart-woocommerce/templates/xoo-wsc-footer.php
2025-02-08 15:10:23 +01:00

31 lines
No EOL
892 B
PHP

<?php
/**
* Side Cart Footer
*
* This template can be overridden by copying it to yourtheme/templates/side-cart-woocommerce/xoo-wsc-footer.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.2
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
extract( Xoo_Wsc_Template_Args::cart_footer() );
?>
<?php xoo_wsc_helper()->get_template( 'global/footer/totals.php' ) ?>
<?php if( $footerTxt && $showFooterTxt ): ?>
<span class="xoo-wsc-footer-txt"><?php echo $footerTxt; ?></span>
<?php endif; ?>
<?php xoo_wsc_helper()->get_template( 'global/footer/buttons.php' ); ?>