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.



Go to Magento > CMS > Pages > Add new page > Enter page title > Specify URL key (e.g. Returns page) > Save
Open app\design\frontend\default\themeXXX\layout\customer.xml file
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.

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>




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

Add Returns Center to Store Menu



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

Updated on: 14/07/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!