Skip to main content

Add Track Button to Magento 2 Store

Add Track Button to Magento 2 Store in AfterShip Tracking: follow setup steps, configure key options, verify behavior, and troubleshoot workflow issues.

Plans: All plans, Platforms: Magento 2

Overview

Magento 2 is an open-source eCommerce platform written in PHP. AfterShip Track Button can be easily inserted into any of your store pages by embedding just a few lines of code.

Add a new Web Page

  1. Log in to the Magento 2 admin dashboard > Content > Pages > Add New Page.

  2. Enter page information > Set status Enabled.

  3. Save changes.

Insert Track Button

  1. Log in to the Magento 2 admin dashboard > Content > Pages.

  2. Select a web page to add Track Button > Edit.

  3. Go to Content menu > Show/Hide editor.

  4. Copy the code below and paste it into the editor.

    <div id="as-root"></div><script>(function(e,t,n){var r,i=e.getElementsByTagName(t)[0];if(e.getElementById(n))return;r=e.createElement(t);r.id=n;r.src="//button.aftership.com/all.js";i.parentNode.insertBefore(r,i)})(document,"script","aftership-jssdk")</script><div data-size="large" data-domain="track.aftership.com"></div>

  5. Save page.

You can also replace data-domain="track.aftership.com" with an AfterShip username or custom domain and apply your carrier settings.

Did this answer your question?