diff --git a/woocommerce/single-product/product-thumbnails.php b/woocommerce/single-product/product-thumbnails.php deleted file mode 100644 index b3e06a4..0000000 --- a/woocommerce/single-product/product-thumbnails.php +++ /dev/null @@ -1,34 +0,0 @@ -get_gallery_image_ids(); - -if ( $attachment_ids && has_post_thumbnail() ) { - foreach ( $attachment_ids as $attachment_id ) { - echo apply_filters( 'woocommerce_single_product_image_thumbnail_html', wc_get_gallery_image_html( $attachment_id ), $attachment_id ); - } -} diff --git a/woocommerce/single-product/review-rating.php b/woocommerce/single-product/review-rating.php deleted file mode 100644 index 2fcdf28..0000000 --- a/woocommerce/single-product/review-rating.php +++ /dev/null @@ -1,28 +0,0 @@ -comment_ID, 'rating', true ) ); - -if ( $rating && 'yes' === get_option( 'woocommerce_enable_review_rating' ) ) { - echo wc_get_rating_html( $rating ); -} diff --git a/woocommerce/single-product/short-description.php b/woocommerce/single-product/short-description.php deleted file mode 100644 index e3d6313..0000000 --- a/woocommerce/single-product/short-description.php +++ /dev/null @@ -1,34 +0,0 @@ -post_excerpt ); - -if ( ! $short_description ) { - return; -} - -?> -
- -