X7ROOT File Manager
Current Path:
/home/notabjze/hourglass.life/wp-content/themes/elessi-theme/woocommerce
home
/
notabjze
/
hourglass.life
/
wp-content
/
themes
/
elessi-theme
/
woocommerce
/
ðŸ“
..
📄
archive-product.php
(17.78 KB)
ðŸ“
cart
ðŸ“
checkout
📄
content-product.php
(2.06 KB)
📄
content-single-product.php
(380 B)
📄
content-widget-price-filter.php
(2.25 KB)
📄
content-widget-product.php
(3.19 KB)
ðŸ“
global
ðŸ“
loop
ðŸ“
myaccount
ðŸ“
single-product
📄
single-product-reviews.php
(8.24 KB)
📄
single-product.php
(753 B)
Editing: content-product.php
<?php /** * * The template for displaying product content within loops * * * @see https://docs.woocommerce.com/document/template-structure/ * @author NasaTheme * @package Elessi-theme/WooCommerce * @version 3.6.0 */ if (!defined('ABSPATH')) : exit; // Exit if accessed directly endif; global $product, $nasa_opt; if (empty($product) || !$product->is_visible()) : return; endif; $show_in_list = isset($show_in_list) ? $show_in_list : true; if (!isset($_delay)) : $_delay = 0; endif; /** * info - Class */ $class_info = 'product-info-wrap info'; if (isset($nasa_opt['loop_categories']) && $nasa_opt['loop_categories']) : $class_info .= ' has-cats'; endif; /** * Show Short Description info */ $description_info = isset($description_info) ? $description_info : true; /** * Set Before - After product */ $before_product = $after_product = ''; if ((!isset($wrapper) || $wrapper == 'li')) : $wrap_item_class = 'product-warp-item'; $wrap_item_class .= isset($wrapper_class) && $wrapper_class ? ' ' . $wrapper_class : ''; $before_product = '<li class="' . esc_attr($wrap_item_class) . '">'; $after_product = '</li>'; endif; /** * Attributes content product */ $attrs_content = (isset($nasa_opt['transition_load']) && $nasa_opt['transition_load'] == 'wow') ? ' data-wow="fadeInUp" data-wow-duration="1s" data-wow-delay="' . esc_attr($_delay) . 'ms"' : ''; echo $before_product; ?> <div <?php wc_product_class('', $product); ?><?php echo $attrs_content; ?>> <?php do_action('woocommerce_before_shop_loop_item'); ?> <div class="product-img-wrap"> <?php do_action('woocommerce_before_shop_loop_item_title'); ?> </div> <div class="<?php echo esc_attr($class_info); ?>"> <?php do_action('woocommerce_shop_loop_item_title'); ?> <?php do_action('woocommerce_after_shop_loop_item_title', $description_info); ?> </div> <?php do_action('woocommerce_after_shop_loop_item', $show_in_list); ?> </div> <?php echo $after_product;
Upload File
Create Folder