Sindbad~EG File Manager

Current Path : /home/nicedoo/www/wp-content/plugins/shopengine/core/page-templates/screens/
Upload File :
Current File : /home/nicedoo/www/wp-content/plugins/shopengine/core/page-templates/screens/content-cart.php

<?php

defined('ABSPATH') || exit; ?>

<?php echo !wp_is_block_theme() ? '<div class="shopengine">' : ""; ?>
	<?php
	$editor_mode = \ShopEngine\Utils\Helper::is_elementor_editor_mode();

	if(WC()->cart->is_empty() && !$editor_mode) {
		?>
        <div class="shopengine shopengine-empty-cart-container">
            <div class="woocommerce-notices-wrapper">

                <article class="page type-page status-publish hentry entry">

                    <header class="entry-header alignwide">
                        <h1 class="entry-title"><?php
							esc_html_e("Cart", 'shopengine') ?></h1>
                    </header>

                    <div class="entry-content">
                        <div class="woocommerce">
                            <div class="woocommerce-notices-wrapper"></div>
							<?php
							do_action('woocommerce_cart_is_empty'); ?>
                            <a title="<?php esc_html_e('Return To Shop','shopengine')?>" class="button wc-backward" href="<?php
							echo esc_url(apply_filters('woocommerce_return_to_shop_redirect',
							                           wc_get_page_permalink('shop'))); ?>">
								<?php
								/**
								 * Filter "Return To Shop" text.
								 *
								 * @param string $default_text Default text.
								 *
								 * @since 4.6.0
								 */
								echo esc_html(apply_filters('woocommerce_return_to_shop_text',
								                            __('Return to shop', 'shopengine')));
								?>
                            </a>
                        </div>
                    </div>
                </article>
            </div>
        </div>

		<?php
	} else {

		while(have_posts()) : the_post();
			if(\ShopEngine\Core\Builders\Action::is_edit_with_gutenberg($this->prod_tpl_id)) {
				shopengine_content_render( do_blocks( get_the_content(null, false, $this->prod_tpl_id) ) );
			} else {
				\ShopEngine\Core\Page_Templates\Hooks\Base_Content::instance()->load_content_designed_from_builder();
			}
		endwhile;

	}
	?>
<?php echo !wp_is_block_theme() ? '</div>' : ''; ?>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists