You are viewing an old revision of this post, from February 2, 2016 @ 14:23:13. See below for differences between this version and the current revision.

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

Revision Differences

There are no differences between the February 2, 2016 @ 14:23:13 revision and the current revision. (Maybe only post meta information was changed.)

No comments yet.

Leave a Reply