Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
成功メッセージ内にアンカータグを挿入する必要があります。Magentoは、メッセージが表示されたときにhtmlを取り除きます。
これに対する回避策はありますか?
どんな助けでも大歓迎です。
フラグMage_Core_Block_Messages::$ _ escapeMessageFlagは、メッセージテキストでhtmlEscape()メソッドを使用するかどうかを定義するため、選択したパスのルールを設定できます。
Mage::app()->getLayout()->getBlock('messages')->setEscapeMessageFlag(false);