PATH:
home
/
letacommog
/
lenazen
/
wp-content
/
themes
/
Avada
/
woocommerce
/
compatibility
/
3.2
/
single-product
<?php /** * Single product short description * * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } global $post; if ( ! $post->post_excerpt ) { return; } ?> <div class="post-content woocommerce-product-details__short-description"> <?php echo apply_filters( 'woocommerce_short_description', $post->post_excerpt ) ?> </div>
[+]
..
[+]
tabs
[+]
add-to-cart
[-] short-description.php
[edit]