A simple WordPress plugin to give your customer an user friendly and simple interface to track their parcel status from your WordPress website.
Follow the following steps to install the plugin and get it working.
- Install the plugin from WordPress plugin library using the Plugins section from the WordPress dashboard, or download the zip file unzip and upload it inside
/wp-content/plugins/
directory of your WordPress installation.
- Activate the plugin through the 'Plugins' menu
- Once installed eCourier Tracker menu will be available. Go to the eCourier Tracker and provide your eCourier API Credentials.
- Select the Environment you would like to use (Staging or Live)
- Place the shortcode inside any page to make the interface available. (e.g.:
[ecourier-parcel-tracker]
,<?php echo do_shortcode('ecourier-parcel-tracker'); ?>
)