Overriding the Single Product page
-
I’m trying to override the Page that displays a single product.
I believe it is the content-single-product.php , but opening the file it has all these:
do_action( 'woocommerce_before_single_product_summary' );
and
do_action( 'woocommerce_single_product_summary' );
Where can I find the rest of the HTML mark-up
for the rest of the page?
- The topic ‘Overriding the Single Product page’ is closed to new replies.