Articles on: Branded Returns Page

Connect Branded Returns Page to Magento 1 Store

Plans: All plans Platforms: Magento 1


Overview


Magento is an open-source eCommerce platform.  Link AfterShip Returns' branded returns page to your store and deliver seamless returns experience. A few simple steps and you’ll be all set to delight your customers.



  1. Go to Magento > CMS > Pages > Add new page > Enter page title > Specify URL key (e.g. Returns page) > Save
  2. Open app\design\frontend\default\themeXXX\layout\customer.xml file
  3. Find the below-mentioned code in Default Layout section


<reference name="top.links">


Replace with the following code snippet


<action method="addLink" translate="label title"><label>New</label><url>new<br>
</url><title>New</title><prepare/><urlParams/><position>60</position></action>


Note: Replace β€œnew” with your Returns Page. Specify the label and title.


  1. Save changes and refresh your site to verify changes


Suppose you do not have a "top.links" reference, add it as follows.


<reference name="top.links"><br>
<action method="addLink" translate="label title"><label>New</label><url>new<br>
</url><title>New</title><prepare/><urlParams/><position>60</position></action><br>
</reference>



  1. Go to Magento > CMS > Pages > Select the return policy page > Content section
  2. Select the required text and link branded returns page > Save changes



For any further questions or help, please contact our chat support team or reach out to us at support+returns@aftership.com.


Add Returns Center to Store Menu


  1. Go to Magento 1 > CMS > Static Blocks > Footer Links
  2. Right-click on the editor > Insert/Edit link > Copy and paste the returns page URL > Save


Updated on: 15/04/2025