PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
themes
/
dwt-listing
/
woocommerce
/
product-detail
<?php if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } global $product; $short_description = apply_filters( 'woocommerce_short_description', $post->post_excerpt ); if ( ! $short_description ) { return; } if($short_description != ''){ ?> <div class="product-short-description"> <h2><?php echo esc_html__('Quick Overview','dwt-listing'); ?></h2> <?php echo ''.$short_description; ?> </div> <div class="clearfix"></div> <?php } ?>
[+]
..
[-] specifications.php
[edit]
[-] product_info.php
[edit]
[-] total_reviews.php
[edit]
[-] desc.php
[edit]
[-] gallery.php
[edit]