Let's say that a product view/page has the following blocks,
- product name
- SKU
- stock status
- tabbed content (video, specifications, reviews etc.,)
If a 3rd party module appends its block to the product view then, is there a way to display it within an existing block?
For instance, if a 3rd party module appends product reviews to the product view then, can this block be displayed within the existing 'reviews' block?
I understand that before and after attributes can be used to position blocks in layouts but, I am looking for something on the lines of within.
(display the block from the 3rd party module within an existing block on the product view template)
Any guidance regarding this would be helpful.