• 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?

    http://wordpress.org/plugins/woocommerce/

  • The topic ‘Overriding the Single Product page’ is closed to new replies.