Magento – Set custom title of the success page

If you want to change the title of the onepage success page. By default the text is "Magento Commerce", you can change it by following this way.

Add this code in checkout.xml under checkout_onepage_success tag

<reference name="head">
    <action method="setData" translate="title"><key>title</key><value>your title </value></action>
</reference>

 

Revisions

No comments yet.

Leave a Reply