render( 'content-single-product.html.twig', [ 'product' => $product, 'product_id' => $product->get_id(), 'product_class' => implode( ' ', wc_get_product_class( '', $product ) ), ] ); } else { // Fallback: include WooCommerce's default template directly. include WC()->plugin_path() . '/templates/content-single-product.php'; }