createBlock( 'giftmessage/message_inline') ->setId('giftmessage_form_' . $this->_nextId ++) ->setDontDisplayContainer($dontDisplayContainer) ->setEntity($entity) ->setType($type) ->setTemplate('onestepcheckout/gift_message.phtml'); $html = $block->toHtml(); } return $html; } }