
Observe your shippings progress via AfterShip service utilizing good visible timelines!
LIVE DEMO
https://www.codecanyondemo.work/wcafw/wp-admin
(Store admin account)
consumer: demo
go: demo
The plugin depends on the AfterShip service so it requires no less than a PRO AfterShip plan to work. The plugin creator shouldn’t be affiliated with the AfterShip service in any means, for any matter relating to the subscription plans it’s important to finally contact the AfterShip service.
The way it works
The WooCommerce AfterShip plugin permits your buyer to maintain observe of shippings via timelines displayed on the Orders particulars web page! It’s simple to make use of:
- By way of the WooCommerce AfterShip menu insert the AfterShip API Key (you can find a hyperlink to generate it)
- Choose the businesses you will use to trace shippings
- Within the admin order particulars web page, enter the monitoring information
That’s it! The plugin will robotically hold you up to date in regards to the monitoring standing and it’ll robotically present standing timelines within the frontend order particulars web page for every monitoring code related to the order!
Transport progress timeline
In every order particulars web page, the WooCommerce AfterShip plugin will present a timeline for every monitoring code entered by the store admin!
Productiveness
Order trackings might be add, edited and eliminated instantly from the Orders checklist web page!
Shortcode
By way of the particular [wcafw_order_status] it’s potential to trace any order in any web page. It can render a kind during which the consumer can enter the order id. The shape will then load the order delivery timelines.
That is might be helpful for gust customers that can’t entry to profile pages to trace their orders
Monitoring information embedded into WooCommerce emails
Monitoring information will probably be robotically embedded on each WooCommerce notification e mail as soon as the order standing hits the “accomplished” standing. You’ll be able to optionally change which standing the plugin has to contemplate
to embed monitoring information and customise the message included within the emails!
E-mail notification
Optionally you possibly can ship energetic e mail notifications containing the order monitoring information. The e-mail template might be localized (provided that utilizing WPML) and customised utilizing the E-mail menu.
CSV Import
Import your information in simply few click on utilizing a CSV file! Right here the Example file to use as template. Comply with the instruction you discover within the
particular import part, insert the information you want into the CSV file and import!
Cargo title and order customization
Should you want to customise the cargo titles displayed within the AfterShip cargo part, simply hook to the wcafw_shipment_title filter and customise as you would like! Right here an instance
add_filter('wcafw_shipment_title', 'wcafw_relplace_aftership_shipment_title', 10, 2); operate wcafw_relplace_aftership_shipment_title($title, $order) { //Do your stuff right here! return $title; }
To customise the order id, you should use the next filter wcafw_shipment_order_id:
add_filter('wcafw_shipment_order_id', 'wcafw_relplace_aftership_shipment_order_id' 10, 2); operate wcafw_relplace_aftership_shipment_order_id($order_id, $order) { //Do your stuff right here! return $order_id; }
Easy methods to robotically replace the plugin
To obtain automated updates simply set up and configure the Envato updater plugin: https://goo.gl/pkJS33 .The official information that explains methods to configure it may be discovered within the following hyperlink: https://envato.com/market-plugin .
SCREENSHOTS
Frontend order element web page
Backend order element web page
orders checklist web page
Shortcode in motion
Monitoring information embedded into WooCommerce notification emails
CHANGE LOG
= 9.4 - 05.03.24 = * Currier checklist up to date = 9.3 - 26.07.23 = * Improved compability with HPOS = 9.2 - 05.05.23 = * Fastened a minor concern associated to the import course of = 9.1 - 07.11.22 = * Courier checklist up to date = 9.0 - 08.07.22 = * Improved Timeline UI = 8.9 - 26.01.22 = * Up to date the instruction hyperlink on methods to generate the API Key = 8.8 - 28.10.21 = * Fastened a difficulty that made the plugin crash = 8.7 - 27.10.21 = * Minor enhancements = 8.6 - 08.09.21 = * Typo = 8.5 - 30.07.21 = * Code redesign = 8.4 - 21.04.21 = * Minor concern = 8.3 - 20.04.21 = * Added new choice to affiliate monitoring codes to particular merchandise = 8.2 - 25.01.21 = * Fastened a difficulty with energetic notification through the import course of = 8.1 - 25.01.21 = * Added wcafw_shipment_title and wcafw_shipment_order_id filters = 8.0 - 25.01.21 = * Improved error administration and suggestions = 7.9 - 22.01.21 = * Fastened a difficulty associated to the WooCommerce Sequential Order Numbers plugin = 7.8 - 20.01.21 = * Added help to the brand new order_date api key = 7.7 - 13.01.21 = * Fastened a difficulty with WooCommerce 4.9 = 7.6 - 09.12.20 = * Up to date couriers checklist = 7.5 - 31.09.20 = * Visible enchancment: the plugin now displayed a suggestions message after sending an energetic notification = 7.4 - 25.09.20 = * Fastened a difficulty that prevented in some instances monitoring information to be correctly entered within the order web page = 7.3 - 24.09.20 = * Minor enchancment = 7.2 - 17.09.20 = * Repair a difficulty associated to the e-mail notification = 7.1 - 01.09.20 = * bugfix = 7.0 - 01.09.20 = * Added active_notification choice for the import course of = 6.9 - 31.08.20 = * Improved wcafw_order_status shortcode = 6.8 - 30.08.20 = * Improved CSV import course of = 6.7 - 28.08.20 = * Up to date couriers checklist = 6.6 - 11.08.20 = * Added placeholder textual content for monitoring enter kind = 6.5 - 21.07.20 = * Improved shortcode administration = 6.4 - 14.07.20 = * Courier icon is now confirmed in timeline = 6.3 - 09.07.20 = * Up to date couriers checklist = 6.2 - 07.05.20 = * Improved the add, edit and delete dialog field = 6.1 - 07.05.20 = * Added new function so as to add, edit and delete trackings from orders checklist web page = 6.0 - 01.05.20 = * Improved caching system = 5.9 - 20.04.20 = * Minor UI enchancment = 5.8 - 20.04.20 = * Fastened a difficulty attributable to API key choice was not proven = 5.7 - 14.04.20 = * Minor UI enchancment = 5.6 - 14.04.20 = * Minor UI enchancment = 5.5 - 02.04.20 = * Fastened a difficulty attributable to monitoring information was not injected within the WooCommerce notification emails = 5.4 - 02.04.20 = * Typo = 5.3 - 17.01.20 = * Cache system: Admin order lists will not retrieve anymore from AfterShip service the standing for delivered orders = 5.2 - 03.12.19 = * Bugfix associated to the Sequential Order Numbers Professional id used when importing information through CSV = 5.1 - 03.12.19 = * Now can be utilized orders id assigned by the Sequential Order Numbers Professional plugin whereas importing information through CSV = 5.0 - 27.11.19 = * Fastened Service type concern = 4.9 - 17.08.19 = * Courier checklist up to date = 4.8 - 14.07.19 = * On import, if merge choice has been enabled, already present monitoring code for an order will probably be ignored = 4.7 - 11.07.19 = * Added choice to point out timeline collapsed = 4.6 - 06.07.19 = * Fastened a difficulty attributable to order standing was not correctly modified throughout import course of = 4.5 - 03.07.19 = * Fastened a minor concern associated to buyer telephone quantity = 4.4 - 28.06.19 = * Fastened a difficulty associated to the E-mail notification part = 4.3 - 25.06.19 = * Fastened a difficulty associated to the [tracking_url] shortcode and notification emails = 4.2 - 23.06.19 = * Up to date couriers checklist = 4.1 - 20.06.19 = * Minor bugfix = 4.0 - 24.05.19 = * Minor bugfix = 3.9 - 23.05.19 = * Added 'wcafw_aftership_title' filter that can be utilized to switch the aftership delivery title = 3.8 - 15.04.19 = * Shipments (on AfterShip dashoboard) now have as title the order id = 3.7 - 14.04.19 = * Added choice to customise monitoring URL = 3.6 - 12.04.19 = * Minor enchancment associated to the save/delete buttons = 3.5 - 11.04.19 = * Minor bugfix = 3.4 - 19.03.19 = * Added new choice that permits setting timeline place (after order desk or after consumer particulars) * Added choice to set timeline occasions order (most up-to-date to oldest or oldest to most up-to-date) = 3.3 - 13.03.19 = * UI enchancment = 3.2 - 12.03.19 = * Up to date Couriers checklist = 3.1 - 11.03.19 = * Minor bugfix = 3.0 - 11.03.19 = * Fastened a difficulty with XDP Categorical = 2.9 - 18.02.19 = * Added estimated supply date on timelines = 2.8 - 18.02.19 = * Minor bugfix = 2.7 - 06.02.19 = * Fastened a difficulty attributable to Energetic notification was despatched even when they need to not * Added location information on timelines = 2.6 - 05.02.19 = * Minor CSS enchancment = 2.5 - 04.02.19 = * On admin order particulars and checklist pages monitoring code is now clickable redirecting to the AfterShip monitoring web page = 2.4 - 02.02.19 = * Added energetic notification = 2.3 - 24.01.19 = * Fastened a difficulty as a result of admin was not capable of save monitoring information = 2.2 - 23.01.19 = * Is now potential to embed monitoring information on WooCommerce notification emails = 2.1 - 16.01.19 = * Fastened attributable to areas earlier than and after monitoring code weren't eliminated = 2.0 - 07.01.19 = * Added CSV import function = 1.9 - 23.12.18 = * CSS enchancment = 1.8 - 22.12.18 = * Added icon to standing report message = 1.7 - 22.12.18 = * Fastened a difficulty associated to the "standing" present/disguise choice for orders checklist web page = 1.6 - 22.12.18 = * Added choice to pick out which information present on the orders checklist web page * Improved standing loader on orders checklist pages = 1.5 - 22.12.18 = * Transport standing is now proven additionally on the orders checklist web page = 1.4 - 22.12.18 = * Minor bugfix = 1.3 - 20.12.18 = * Improved API Key validity examine = 1.2 - 20.12.18 = * Fastened a difficulty in case no legitimate API was inserted = 1.1 - 18.12.18 = * Minor bugfix = 1.0 - 12.12.18 = * First launch