How will this block be rendered?
You are adding a child node to the product.info block using the XML: How will this block be rendered?A . Child block nodes are automatically rendered as HTMLB . By calling $block->getChildHtml(‘mynewblock’) in the parent block’s templateC . The layout is invalid since block elements cannot be nestedD . Automatically...