SILENT KILLERPanel

Current Path: > home > transcarter > > www > > wp-content > themes > bridge > woocommerce > cart


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/transcarter//www//wp-content/themes/bridge/woocommerce/cart

NameTypeSizeLast ModifiedActions
cart-empty.php File 1357 bytes March 10 2023 20:42:14.
cart-shipping.php File 4420 bytes March 10 2023 20:42:14.
cart-totals.php File 4238 bytes March 10 2023 20:42:14.
cart.php File 9387 bytes March 10 2023 20:42:14.
shipping-calculator.php File 5888 bytes March 10 2023 20:42:14.

Reading File: /home/transcarter//www//wp-content/themes/bridge/woocommerce/cart/cart-empty.php

<?php
/**
 * Empty cart page
 *
 * This template can be overridden by copying it to yourtheme/woocommerce/cart/cart-empty.php.
 *
 * HOWEVER, on occasion WooCommerce 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. When this occurs the version of the template file will be bumped and
 * the readme will list any important changes.
 *
 * @see 	    https://docs.woocommerce.com/document/template-structure/
 * @author  WooThemes
 * @package WooCommerce/Templates
 * @version 7.0.1
 */

defined( 'ABSPATH' ) || exit;

?>
<?php /*** Our code modification inside Woo template - div empty cart wrapper around code and tiny class name for button ***/ ?>

<div class="empty-cart-wrapper">

	<?php do_action( 'woocommerce_cart_is_empty' ); ?>
	
	<?php if ( wc_get_page_id( 'shop' ) > 0 ) : ?>
		<p class="return-to-shop">
			<a class="button wc-backward<?php echo esc_attr( wc_wp_theme_get_element_class_name( 'button' ) ? ' ' . wc_wp_theme_get_element_class_name( 'button' ) : '' ); ?> tiny" href="<?php echo esc_url( apply_filters( 'woocommerce_return_to_shop_redirect', wc_get_page_permalink( 'shop' ) ) ); ?>">
				<?php esc_html_e( 'Return to shop', 'bridge' ) ?>
			</a>
		</p>
	<?php endif; ?>
</div>

SILENT KILLER Tool