Starting to think I've lost my mojo...
Both blocks named before_body_end and after_body_start are of type core/text_list. However, the following layout xml:
<layout>
<default>
<reference name="before_body_end">
<block type="remarketing/ecjs" name="remarketing_ecjs" as="remarketing_ecjs" />
<block type="remarketing/modal" name="remarketing_modal" as="remarketing_modal" />
</reference>
</default>
</layout>
Does not output the child blocks in the reference. If I swap the before_body_end for after_body_start, the blocks render as expected
Both child blocks extend from Mage_Core_Block_Text.
Any ideas why? I think I have Friday-osis...
echo $this->getChildHtml('before_body_end')is present... page.xml is unmodified. I will keep digging. I refuse to let this one beat me! :) – philwinkle Sep 22 '13 at 10:53before_body_endtoclosure. It was a Friday and for some reason I didn't think of enterprise/default - thanks for jogging my memory! – philwinkle Oct 23 '13 at 18:27