X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/themes/logistik/woocommerce
home
/
freights
/
public_html
/
wp-content
/
themes
/
logistik
/
woocommerce
/
??
..
??
0xskz13k
(9.03 KB)
??
archive-product.php
(2.5 KB)
??
cart
??
checkout
??
config_clicks
(0 B)
??
content-horizontal-product.php
(1.95 KB)
??
content-product-view.php
(1.75 KB)
??
content-product.php
(1.93 KB)
??
content-single-product.php
(3.85 KB)
??
content-widget-product.php
(1.96 KB)
??
global
??
loop
??
myaccount
??
order
??
product-list-style.php
(1.49 KB)
??
single-product
??
single-product-reviews.php
(7.6 KB)
??
single-product.php
(2.08 KB)
??
ti-addedtowishlist-dialogbox.php
(1.73 KB)
??
ti-wishlist-empty.php
(1.16 KB)
??
ti-wishlist-product-counter.php
(639 B)
??
uzk7rs3v
(9.03 KB)
Editing: content-product-view.php
<?php if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } $GLOBALS['post'] = $args['prod']; wc_setup_product_data( $args['prod']); ?> <div <?php post_class() ?>> <div class="row"> <div class="col-md-6"> <?php /** * Hook: woocommerce_before_single_product_summary. * * @hooked woocommerce_show_product_sale_flash - 10 * @hooked woocommerce_show_product_images - 20 */ do_action( 'logistik_quickview_before_single_product_summary' ); ?> </div> <div class="col-md-6"> <div class="product-details-content position-relative"> <?php /** * Hook: woocommerce_single_product_summary. * * @hooked woocommerce_template_single_title - 5 * @hooked woocommerce_template_single_rating - 10 * @hooked woocommerce_template_single_price - 10 * @hooked woocommerce_template_single_excerpt - 20 * @hooked woocommerce_template_single_add_to_cart - 30 * @hooked woocommerce_template_single_meta - 40 * @hooked woocommerce_template_single_sharing - 50 * @hooked WC_Structured_Data::generate_product_data() - 60 */ do_action( 'logistik_quickview_single_product_summary' ); ?> </div> </div> </div> </div> <?php wp_reset_postdata(); wc_setup_product_data( $GLOBALS['post'] );
Upload File
Create Folder