Title: Shipment Tracking for WooCommerce &#8211; Trackora
Author: slbarriosdev
Published: <strong>June 29, 2026</strong>
Last modified: August 26, 2026

---

Search plugins

![](https://ps.w.org/trackora/assets/banner-772x250.jpg?rev=3594408)

![](https://ps.w.org/trackora/assets/icon-256x256.png?rev=3590557)

# Shipment Tracking for WooCommerce – Trackora

 By [slbarriosdev](https://profiles.wordpress.org/slbarriosdev/)

[Download](https://downloads.wordpress.org/plugin/trackora.1.4.1.zip)

[Live Preview](https://ewe.wordpress.org/plugins/trackora/?preview=1)

 * [Details](https://ewe.wordpress.org/plugins/trackora/#description)
 * [Reviews](https://ewe.wordpress.org/plugins/trackora/#reviews)
 *  [Installation](https://ewe.wordpress.org/plugins/trackora/#installation)
 * [Development](https://ewe.wordpress.org/plugins/trackora/#developers)

 [Support](https://wordpress.org/support/plugin/trackora/)

## Description

**Trackora** is a free shipment tracking plugin for WooCommerce. Save a tracking
number on an order and the link appears everywhere your customer looks: the confirmation
email, the My Account order page, and a public **Track Your Order** page.

“Where is my order?” is the email every store gets most, and every one of them is
time you would rather spend shipping. A customer who can see where their parcel 
is does not write it.

No settings, no account, no API keys. 100% free — no PRO version, no upsells.

HPOS Compatible · Block Checkout Compatible · 152 Carriers · Bulk CSV Import · REST
API · Free & Open Source

#### Why Trackora

Whether you ship 5 orders a day or 5,000 — single-product stores, high-volume shops,
dropshippers and 3PL-fulfilled catalogues all handle tracking the same way here:

 * **152 pre-built carriers in 37 countries**, each with the correct tracking URL
 * **Multiple tracking numbers per order**, for split shipments
 * **Bulk CSV import** — add tracking to hundreds of orders from a spreadsheet instead
   of one order at a time, with column mapping, an optional status change, a live
   progress bar and a reason for every row that fails
 * **Custom carriers** with your own tracking URL — no coding
 * **Public tracking page** via the `[wcst_tracking]` shortcode — customers look
   up shipments with their order number and billing email, no login required
 * **Styling studio** for that page — colours, sizes and starter styles with a live
   preview, plus a CSS editor, no theme files touched
 * **Tracking column** in the orders list, with copy-to-clipboard
 * **REST API** for automation, fully documented on GitHub
 * **HPOS, Blocks and Subscriptions compatible**
 * **Privacy-first and GDPR ready** — the plugin never calls a carrier’s server

#### How It Works

 1. Install and activate Trackora.
 2. Pick the carrier and paste the tracking number on the order screen.
 3. Done — the tracking link reaches your customer automatically.

#### Import tracking in bulk

Your carrier or your 3PL already sends you a file at the end of the day. **Import
Tracking** turns it into saved tracking numbers, from the Trackora screen or from
the button at the top of your orders list.

 1. **Drop the file in.** CSV saved by any spreadsheet — comma, semicolon or tab separated,
    and files exported by Excel in a non-English locale keep their accents. Or download
    a sample built from your own store: real orders of yours that are awaiting shipment
    and have no tracking yet.
 2. **Check what Trackora read.** Column headers couriers actually export are recognised
    on sight — “Order Number”, “Carrier”, “Ship Date”, “Número de guía”, “Sendungsnummer”
    and many more, in six languages — and the mapping step shows you that reading so
    you can correct anything before a single order is touched. Columns Trackora does
    not know are left alone, so a warehouse export keeps its bays and invoice references.
 3. **Import.** Rows are applied in batches behind a live progress bar, and every row
    that could not be imported is listed afterwards with its line number and the reason.

An import writes tracking and, unless you ask for more, changes nothing else. Two
optional switches sit on the mapping step: move every order in the file to a status
such as **Completed**, and send each customer the WooCommerce email for that new
status — the email that already carries the tracking number. Both are off by default,
and the status changes run only after the whole file has been read, so an order 
with two shipments in your file is emailed once, with both.

Orders are matched by the number your store displays, an order that already has 
a tracking number is skipped rather than duplicated, and a carrier name Trackora
does not recognise is saved as a custom carrier instead of failing the row.

#### Supported carriers

152 carriers across 37 countries, including UPS, FedEx, USPS, DHL, Royal Mail, EVRi,
DPD, Australia Post, Canada Post, PostNL, PostNord, Correos, SEUR, MRW, Estafeta,
Servientrega, Coordinadora, Chilexpress, Andreani, OCA, Interrapidisimo, Olva Courier,
Correios, Japan Post, SF Express, Thailand Post and 120+ more across the Americas,
Europe, Asia-Pacific, the Middle East and Africa.

Don’t see yours? Add it as a custom provider with your own tracking URL — no coding
needed. Every carrier is named, with its terms of service and privacy policy, in
the **External services** section below.

#### Works with the plugins you already run

 * **Custom and sequential order numbers** — the tracking page and the CSV importer
   resolve orders by the number your store actually displays, so **WooCommerce Sequential
   Order Numbers**, **Sequential Order Numbers Pro** and **Custom Order Numbers 
   for WooCommerce** work with no configuration. Any other numbering scheme can 
   be added with the `wcst_order_number_meta_keys` filter
 * **WooCommerce Subscriptions** — tracking numbers are never copied onto renewal
   orders, so next month’s subscription order never arrives carrying last month’s
   tracking link
 * **Email customisers** — tracking is injected through WooCommerce’s own `woocommerce_email_before_order_table`
   hook, so any customiser that keeps the standard order email templates — **YayMail**,**
   Kadence WooCommerce Email Designer**, **WP HTML Mail** and others — displays 
   it with no extra setup
 * **HPOS and Block Checkout** — full support for High-Performance Order Storage
   as well as legacy post storage, and for the block-based cart and checkout
 * **Label printers, 3PLs and ERPs** — anything that can call the WooCommerce REST
   API can push tracking numbers straight onto orders. Files exported by a courier
   usually import as-is: **Order Number**, **Carrier**, **Ship Date**, “Número de
   guía”, “Sendungsnummer” and many more column headers are recognised automatically,
   in English, Spanish, German, French, Italian and Portuguese

#### For developers

Trackora exposes a REST API with full create, read, update and delete over tracking
items, the PHP helpers `wcst_add_tracking()` and `wcst_delete_tracking()`, and filters
to extend the carrier list, the orders list column and the email output.

Endpoints, filters and code examples are documented on GitHub: [https://github.com/slbarriosdev/wc-shipment-tracker](https://github.com/slbarriosdev/wc-shipment-tracker)—
bug reports and contributions welcome.

### External services

This plugin generates tracking links pointing to carrier websites. When a tracking
number is added to an order, the plugin builds a URL for the selected carrier and
displays it to the store admin and customers.

**The plugin does not make any server-side HTTP requests to carrier websites.** 
Data is only transmitted when a user (admin or customer) actively clicks a tracking
link — at that point their browser connects to the carrier’s website and the tracking
number (and in some cases the shipping postcode) is passed in the URL as required
by that carrier’s tracking system.

Each carrier operates its own website under its own terms of service and privacy
policy. The external carrier services this plugin may link to include:

#### Global

 * **Aramex** — [Terms](https://www.aramex.com/us/en/terms-of-use) | [Privacy](https://www.aramex.com/us/en/legal-details/privacy-policy)
 * **DHL Express** — [Terms](https://www.dhl.com/global-en/home/footer/terms-of-use.html)
   | [Privacy](https://group.dhl.com/en/data-protection.html)

#### Argentina

 * **Correo Argentino** — [Terms](https://www.correoargentino.com.ar/terminos-de-utilizacion-de-la-pagina-web-de-correo-argentino)
   | [Privacy](https://www.correoargentino.com.ar/terminos-y-condiciones-generales-de-privacidad)
 * **OCA** — [Privacy](https://www.oca.com.ar/politica-de-privacidad)
 * **Andreani** — [Privacy](https://www.andreani.com/politica-de-privacidad)
 * **DHL Argentina** — [Terms](https://www.dhl.com/ar-es/home/footer/terms-of-use.html)
   | [Privacy](https://group.dhl.com/en/data-protection.html)
 * **FedEx Argentina** — [Terms](https://www.fedex.com/es-ar/terms-of-use.html) 
   | [Privacy](https://www.fedex.com/es-ar/privacy-policy.html)
 * **Urbano** — [Privacy](https://www.urbano.com.ar/politicaprivacidad.php)

#### Australia

 * **Australia Post** — [Terms](https://auspost.com.au/terms-conditions) | [Privacy](https://auspost.com.au/privacy)
 * **Fastway Couriers** — [Terms](https://www.aramex.com.au/terms-and-conditions/conditions-of-carriage/domestic-conditions-of-carriage/)
   | [Privacy](https://www.aramex.com.au/terms-and-conditions/privacy-policy/)
 * **Aramex Australia** — [Terms](https://www.aramex.com/us/en/terms-of-use) | [Privacy](https://www.aramex.com/us/en/legal-details/privacy-policy)

#### Austria

 * **post.at** — [Terms](https://www.post.at/en/i/c/data-protection) | [Privacy](https://www.post.at/en/i/c/data-protection-letters-parcels)
 * **dhl.at** — [Terms](https://www.dhl.com/at-de/home/footer/terms-of-use.html)
   | [Privacy](https://group.dhl.com/en/data-protection.html)
 * **DPD.at** — [Terms](https://www.dpd.com/at/de/rechtliches/agb/) | [Privacy](https://www.dpd.com/at/de/rechtliches/datenschutz/)

#### Belgium

 * **bpost** — [Terms](https://www.bpost.be/en/webservice-general-terms-and-conditions)
   | [Privacy](https://www.bpost.be/en/privacy)

#### Brazil

 * **Correios** — [Terms](https://www.correios.com.br/acesso-a-informacao/institucional/legislacao)
   | [Privacy](https://www.correios.com.br/falecomoscorreios/politica-de-privacidade-e-cookies)

#### Canada

 * **Canada Post** — [Terms](https://www.canadapost-postescanada.ca/cpc/en/support/kb/company-policies/terms-conditions/legal-terms-of-use-and-conditions.page)
   | [Privacy](https://www.canadapost-postescanada.ca/cpc/en/our-company/transparency-and-trust/privacy-centre/privacy-policy.page)
 * **Purolator** — [Terms](https://www.purolator.com/en/terms-and-conditions-service)
   | [Privacy](https://www.purolator.com/en/legal/privacy.page)

#### Chile

 * **Correos Chile** — [Terms](https://www.correos.cl/condiciones-de-servicio) |
   [Privacy](https://www.correos.cl/politicas-de-privacidad)
 * **Chilexpress** — [Terms](https://www.chilexpress.cl/termino-condiciones-politica-privacidad)
   | [Privacy](https://www.chilexpress.cl/politica-de-privacidad-terminos-de-uso-sitios)
 * **Starken** — [Privacy](https://www.starken.cl/politica-de-privacidad)
 * **DHL Chile** — [Terms](https://www.dhl.com/cl-es/home/footer/terms-of-use.html)
   | [Privacy](https://group.dhl.com/en/data-protection.html)
 * **Blue Express** — [Privacy](https://www.blue.cl/nosotros/politica-privacidad)

#### China

 * **China Post / EMS** — Privacy policy currently unavailable (provider website
   blocks automated access)
 * **YTO Express** — [Privacy](https://www.ytoexpress.com/privacy)
 * **ZTO Express** — [Privacy](https://www.zto.com/privacypolicy)
 * **SF Express** — [Privacy](https://www.sf-express.com/chn/en/privacy)
 * **Cainiao** — [Privacy](https://privacy.alibabagroup.com/en/global)
 * **4PX** — [Privacy](https://www.4px.com/view/privacy.html)
 * **Yanwen** — [Privacy](https://customer-portal.yanwenexpress.com/agreement/Yanwen_privacy_policy)
 * **Yunexpress** — [Privacy](https://www.yuntrack.com/privacy)

#### Colombia

 * **Servientrega** — [Terms](https://www.servientrega.com/wps/portal/Colombia/inicio/terminos-y-condiciones)
   | [Privacy](https://www.servientrega.com/wps/portal/Colombia/inicio/politica-de-privacidad)
 * **Coordinadora** — [Privacy](https://www.coordinadora.com/politica-de-privacidad)
 * **Deprisa** (operated by Avianca) — [Privacy](https://www.avianca.com/co/es/politica-privacidad)
 * **TCC** — [Terms](https://tcc.com.co/terminos-y-condiciones/) | [Privacy](https://tcc.com.co/corporativo/terminos-y-condiciones/politica-de-proteccion-de-datos/)
 * **DHL Colombia** — [Terms](https://www.dhl.com/co-es/home/footer/terms-of-use.html)
   | [Privacy](https://group.dhl.com/en/data-protection.html)
 * **J&T Express CO** — [Privacy](https://www.jtexpress.co/privacy)
 * **Interrapidisimo** — [Terms](https://interrapidisimo.com/terminos-condiciones-pre-envios/)
   | [Privacy](https://interrapidisimo.com/proteccion-de-datos-personales/)

#### Czech Republic

 * **PPL.cz** — [Terms](https://www.ppl.cz/en/documents/terms-and-conditions) | 
   [Privacy](https://www.ppl.cz/en/privacy-policy)
 * **Česká pošta** — [Terms](https://www.ceskaposta.cz/o-spolecnosti/ochrana-osobnich-udaju-gdpr)
   | [Privacy](https://www.ceskaposta.cz/o-spolecnosti/ochrana-osobnich-udaju-gdpr)
 * **DHL.cz** — [Terms](https://www.dhl.com/cz-cs/home/footer/terms-of-use.html)
   | [Privacy](https://group.dhl.com/en/data-protection.html)
 * **DPD.cz** — [Terms](https://www.dpd.com/cz/cs/pravni-informace/podminky-pouzivani/)
   | [Privacy](https://www.dpd.com/cz/cs/pravni-informace/ochrana-osobnich-udaju/)

#### Ecuador

 * **Servientrega EC** — [Terms](https://www.servientrega.com.ec/Home/TerminosCondiciones)
   | [Privacy](https://www.servientrega.com.ec/Home/PoliticaProteccionDatos)
 * **Laar Courier** — [Privacy](https://www.laarcourier.com/politicas/privacidad)
 * **Correos Ecuador** — [Privacy](https://www.serviciopostal.gob.ec/)
 * **DHL Ecuador** — [Terms](https://www.dhl.com/ec-es/home/footer/terms-of-use.html)
   | [Privacy](https://group.dhl.com/en/data-protection.html)

#### Finland

 * **Itella / Posti** — [Terms](https://www.posti.fi/en/customer-support/terms-and-conditions/)
   | [Privacy](https://www.posti.fi/en/customer-support/privacy/)

#### France

 * **Colissimo / La Poste** — [Terms](https://www.laposte.fr/mentions-legales) |
   [Privacy](https://www.laposte.fr/politique-de-protection-des-donnees)

#### Germany

 * **DHL Intraship / Deutsche Post DHL** — [Terms](https://www.dhl.de/en/geschaeftskunden/express/allgemeine-geschaeftsbedingungen.html)
   | [Privacy](https://group.dhl.com/en/data-protection.html)
 * **Hermes** — [Terms](https://www.myhermes.de/agb/) | [Privacy](https://www.myhermes.de/datenschutz/)
 * **UPS Germany** — [Terms](https://www.ups.com/de/de/support/shipping-support/legal-terms-conditions.page)
   | [Privacy](https://www.ups.com/de/de/support/shipping-support/legal-terms-conditions/privacy-notice.page)
 * **DPD.de** — [Terms](https://www.dpd.com/de/de/nutzungsbedingungen/) | [Privacy](https://www.dpd.com/de/de/datenschutz/)

#### India

 * **DTDC** — [Terms](https://www.dtdc.com/terms/) | [Privacy](https://www.dtdc.com/privacy/)

#### Ireland

 * **DPD.ie** — [Terms](https://www.dpd.ie/trading-terms-conditions-parcel-delivery/)
   | [Privacy](https://www.dpd.ie/Privacy-Policy/)
 * **An Post** (tracking portal: track.anpost.ie) — [Terms](https://www.anpost.com/Terms-Conditions)
   | [Privacy](https://www.anpost.com/Privacy/Group-Data-Privacy-Statement)

#### Italy

 * **BRT (Bartolini)** — [Terms](https://www.brt.it/note-legali/) | [Privacy](https://www.brt.it/privacy/)
 * **DHL Express Italy** — [Terms](https://www.dhl.com/it-it/home/footer/terms-of-use.html)
   | [Privacy](https://group.dhl.com/en/data-protection.html)

#### Japan

 * **Japan Post** — [Terms](https://www.japanpost.jp/en/usage/) | [Privacy](https://www.japanpost.jp/en/corporate/control/privacy.html)
 * **Yamato Transport** — [Privacy](https://www.kuronekoyamato.co.jp/ytc/privacy/)
 * **Sagawa** — [Privacy](https://www.sagawa-exp.co.jp/privacy/)

#### Malaysia

 * **Pos Malaysia** — [Terms](https://www.pos.com.my/footer-links/terms-and-conditions)
   | [Privacy](https://www.pos.com.my/footer-links/privacy-policy)
 * **J&T Express MY** — [Privacy](https://www.jtexpress.my/legal/privacy-policy)
 * **Ninja Van MY** — [Privacy](https://www.ninjavan.co/en-my/privacy-policy)
 * **DHL Malaysia** — [Terms](https://www.dhl.com/my-en/home/footer/terms-of-use.html)
   | [Privacy](https://group.dhl.com/en/data-protection.html)

#### Mexico

 * **Correos de Mexico** — [Privacy](https://www.gob.mx/correosdemexico/acciones-y-programas/avisos-de-privacidad-299954)
 * **Estafeta** — [Terms](https://www.estafeta.com/en/contrato-de-servicios) | [Privacy](https://www.estafeta.com/en/aviso-de-privacidad)
 * **Paquetexpress** — [Privacy](https://www.paquetexpress.com.mx/aviso-de-privacidad)
 * **Redpack** — [Privacy](https://www.redpack.com.mx/es/aviso-de-privacidad/)
 * **DHL Mexico** — [Terms](https://www.dhl.com/mx-es/home/footer/terms-of-use.html)
   | [Privacy](https://group.dhl.com/en/data-protection.html)
 * **FedEx Mexico** — [Terms](https://www.fedex.com/es-mx/terms-of-use.html) | [Privacy](https://www.fedex.com/es-mx/privacy-policy.html)
 * **UPS Mexico** — [Terms](https://www.ups.com/mx/es/support/shipping-support/legal-terms-conditions.page)
   | [Privacy](https://www.ups.com/mx/es/support/shipping-support/legal-terms-conditions/privacy-notice.page)
 * **Coordinadora** — [Privacy](https://www.coordinadora.com/politica-de-privacidad)
 * **J&T Express Mexico** — [Privacy](https://www.jtexpress.mx/privacy-policy)

#### Netherlands

 * **PostNL** — [Terms](https://www.postnl.nl/en/terms-and-conditions/) | [Privacy](https://www.postnl.nl/en/privacy-statement/)
 * **DPD.NL** — [Terms](https://www.dpd.com/nl/en/general-terms-conditions/) | [Privacy](https://www.dpd.com/nl/en/privacy-statement/)
 * **UPS Netherlands** — [Terms](https://www.ups.com/nl/nl/support/shipping-support/legal-terms-conditions.page)
   | [Privacy](https://www.ups.com/nl/nl/support/shipping-support/legal-terms-conditions/privacy-notice.page)

#### New Zealand

 * **NZ Post** — [Terms](https://www.nzpost.co.nz/about-us/who-we-are/terms-conditions)
   | [Privacy](https://www.nzpost.co.nz/about-us/privacy-centre)
 * **Courier Post** — [Terms](https://www.nzpost.co.nz/about-us/who-we-are/terms-conditions)
   | [Privacy](https://www.nzpost.co.nz/about-us/privacy-centre)
 * **Aramex New Zealand** — [Terms](https://www.aramex.com/us/en/terms-of-use) |
   [Privacy](https://www.aramex.com/us/en/legal-details/privacy-policy)

#### Nigeria

 * **DHL Nigeria** — [Terms](https://www.dhl.com/ng-en/home/footer/terms-of-use.html)
   | [Privacy](https://group.dhl.com/en/data-protection.html)
 * **GIG Logistics** — [Privacy](https://giglogistics.com/privacy-policy)

#### Peru

 * **Serpost** — [Terms](https://www.serpost.com.pe/Cliente/TerminoCondiciones) 
   | [Privacy](https://www.serpost.com.pe/Cliente/TerminoCondiciones)
 * **Olva Courier** — [Terms](https://www.olvacourier.com/terminos-y-condiciones)
   | [Privacy](https://www.olvacourier.com/politicas-de-privacidad)
 * **DHL Peru** — [Terms](https://www.dhl.com/pe-es/home/footer/terms-of-use.html)
   | [Privacy](https://group.dhl.com/en/data-protection.html)
 * **Shalom** — [Privacy](https://shalom.com.pe/faq/data_protection)

#### Poland

 * **InPost** — [Terms](https://inpost.pl/regulaminy) | [Privacy](https://inpost.pl/polityka-prywatnosci)
 * **DPD.PL** — [Terms](https://www.dpd.com/pl/pl/informacje-prawne/warunki-korzystania/)
   | [Privacy](https://www.dpd.com/pl/pl/informacje-prawne/polityka-prywatnosci/)
 * **Poczta Polska** — [Terms](https://www.poczta-polska.pl/regulaminy/) | [Privacy](https://www.poczta-polska.pl/polityka-prywatnosci/)

#### Portugal

 * **CTT** — [Terms](https://www.ctt.pt/home/termos-condicoes/grupo-ctt) | [Privacy](https://www.ctt.pt/home/politica-privacidade/index)
 * **DPD Portugal** — [Terms](https://www.dpd.com/pt/pt/informacao-legal/condicoes-de-utilizacao/)
   | [Privacy](https://www.dpd.com/pt/pt/informacao-legal/politica-de-privacidade/)
 * **GLS Portugal** — [Terms](https://gls-group.com/PT/pt/aviso-legal/) | [Privacy](https://gls-group.com/PT/pt/protecao-de-dados/)
 * **DHL Portugal** — [Terms](https://www.dhl.com/pt-pt/home/footer/terms-of-use.html)
   | [Privacy](https://group.dhl.com/en/data-protection.html)

#### Romania

 * **Fan Courier** — [Terms](https://www.fancourier.ro/en/general-conditions-regarding-the-provision-of-postal-services/)
   | [Privacy](https://www.fancourier.ro/en/privacy-policy/)
 * **DPD Romania** — [Terms](https://www.dpd.com/ro/en/termeni-si-conditii/) | [Privacy](https://www.dpd.com/ro/en/termeni-si-conditii/)
 * **Urgent Cargus** — [Terms](https://www.urgentcargus.ro/termeni-si-conditii) 
   | [Privacy](https://www.urgentcargus.ro/politica-de-confidentialitate)

#### Singapore

 * **SingPost** — [Terms](https://www.singpost.com/terms-use) | [Privacy](https://www.singpost.com/privacy-policy)
 * **Ninja Van SG** — [Privacy](https://www.ninjavan.co/en-sg/privacy-policy)
 * **J&T Express SG** — [Privacy](https://www.jtexpress.sg/privacy-policy)

#### South Africa

 * **SAPO / South African Post Office** — [Privacy](https://www.postoffice.co.za/Legal/disclaimer.html)
 * **Fastway SA** — [Privacy](https://fastway.co.za/privacy-policy)
 * **EPX** — [Terms](https://epx.co.za/terms-conditions.php) | [Privacy](https://epx.co.za/privacy-policy.php)

#### South Korea

 * **Korea Post** — [Privacy](https://www.koreapost.go.kr/privacy.do)
 * **CJ Logistics** — [Privacy](https://www.cjlogistics.com/en/agreement/privacy-policy)
 * **Lotte Logistics** — [Privacy](https://www.lotteglogis.com/english/csm/ethic/policy)

#### Spain

 * **Correos España** — [Terms](https://www.correos.es/es/es/particulares/legal/condiciones-de-uso)
   | [Privacy](https://www.correos.es/es/es/particulares/legal/politica-de-privacidad)
 * **MRW** — [Terms](https://www.mrw.es/informacion/condiciones-de-uso) | [Privacy](https://www.mrw.es/informacion/politica-de-privacidad)
 * **SEUR** — [Terms](https://www.seur.com/es/condiciones-de-uso.shtml) | [Privacy](https://www.seur.com/es/politica-de-privacidad.shtml)
 * **GLS Spain** — [Terms](https://gls-group.com/ES/es/aviso-legal/) | [Privacy](https://gls-group.com/ES/es/proteccion-de-datos/)
 * **Nacex** — [Terms](https://www.nacex.es/irCondiciones.do?seccion=condiciones)
   | [Privacy](https://www.nacex.es/irPolitica.do)
 * **DHL Spain** — [Terms](https://www.dhl.com/es-es/home/footer/terms-of-use.html)
   | [Privacy](https://group.dhl.com/en/data-protection.html)
 * **UPS Spain** — [Terms](https://www.ups.com/es/es/support/shipping-support/legal-terms-conditions.page)
   | [Privacy](https://www.ups.com/es/es/support/shipping-support/legal-terms-conditions/privacy-notice.page)
 * **DPD Spain** — [Terms](https://www.geopost.com/en/legal-and-copyright-notice-disclaimer-dispute-settlement)
   | [Privacy](https://www.geopost.com/en/data-privacy-policy)
 * **ASM** — [Terms](https://gls-group.com/ES/es/aviso-legal/) | [Privacy](https://gls-group.com/ES/es/proteccion-de-datos/)
 * **Correos Express** — [Terms](https://www.correosexpress.es/es/atencion-al-cliente/tyc-transporte)
   | [Privacy](https://www.correosexpress.es/es/legales/privacidad-web-com)
 * **Zeleris** — [Privacy](https://www.zeleris.com/politica-de-privacidad/)
 * **TNT Spain** — [Terms](https://www.tnt.com/express/es_es/site/terminos-condiciones.html)
   | [Privacy](https://www.tnt.com/express/es_es/site/politica-privacidad.html)

#### Sweden

 * **PostNord** — [Terms](https://account.postnord.com/public/about/terms-and-conditions)
   | [Privacy](https://www.postnord.com/privacy-policy/)
 * **DHL.se** — [Terms](https://www.dhl.com/se-sv/home/footer/terms-of-use.html)
   | [Privacy](https://group.dhl.com/en/data-protection.html)
 * **Bring.se** — [Terms](https://www.bring.se/privacy-policy) | [Privacy](https://www.bring.se/privacy-policy)
 * **UPS.se** — [Terms](https://www.ups.com/se/sv/support/shipping-support/legal-terms-conditions.page)
   | [Privacy](https://www.ups.com/se/sv/support/shipping-support/legal-terms-conditions/privacy-notice.page)
 * **DB Schenker** (tracking portal: privpakportal.schenker.nu for Privpak service)—
   [Terms](https://www.dbschenker.com/ds-en/legal-notice) | [Privacy](https://www.dbschenker.com/global/meta/privacy-policy)

#### Thailand

 * **Thailand Post** — [Terms](https://www.thailandpost.co.th/en/terms-and-conditions)
   | [Privacy](https://www.thailandpost.co.th/en/privacy-policy)
 * **Kerry Express (KEX)** — [Terms](https://th.kex-express.com/en/terms-of-use)
   | [Privacy](https://th.kex-express.com/en/privacy-notice)
 * **Flash Express** — [Privacy](https://www.flashexpress.co.th/fle/our-service/service-agreement/fex-privacy-policy)
 * **J&T Express TH** — [Privacy](https://www.jtexpress.co.th/privacy-policy)

#### Turkey

 * **PTT** — [Privacy](https://www.ptt.gov.tr/gizlilik)
 * **Aras Cargo** — [Terms](https://www.araskargo.com.tr/kullanim-kosullari) | [Privacy](https://www.araskargo.com.tr/gizlilik-politikasi)
 * **Yurtici Kargo** — [Privacy](https://www.yurticikargo.com/en/privacy-and-security)
 * **MNG Kargo** — [Privacy](https://www.mngkargo.com.tr/genel-aydinlatma-metni)

#### United Kingdom

 * **DHL UK** — [Terms](https://www.dhl.com/gb-en/home/footer/terms-of-use.html)
   | [Privacy](https://group.dhl.com/en/data-protection.html)
 * **DPD.co.uk** — [Terms](https://www.dpd.co.uk/terms-and-conditions.jsp) | [Privacy](https://www.dpd.co.uk/privacy_policy.jsp)
 * **DPD Local** — [Terms](https://www.dpdlocal.co.uk/standard_terms_and_conditions.jsp)
   | [Privacy](https://www.dpdlocal.co.uk/privacy_policy.jsp)
 * **InterLink** (the former trading name of DPD Local; links resolve to dpdlocal.
   co.uk) — [Terms](https://www.dpdlocal.co.uk/standard_terms_and_conditions.jsp)
   | [Privacy](https://www.dpdlocal.co.uk/privacy_policy.jsp)
 * **EVRi** — [Terms](https://www.evri.com/terms-and-conditions) | [Privacy](https://www.evri.com/privacy-policy)
 * **ParcelForce** — [Terms](https://www.parcelforce.com/terms-and-conditions) |
   [Privacy](https://www.parcelforce.com/help-and-advice/terms-and-conditions/privacy-policy)
 * **Royal Mail** — [Terms](https://www.royalmail.com/terms-and-conditions) | [Privacy](https://www.royalmail.com/privacy-policy)
 * **TNT Express** — [Terms](https://www.tnt.com/express/en_gb/site/terms-conditions.html)
   | [Privacy](https://www.tnt.com/express/en_gb/site/privacy-policy.html)
 * **DHL Parcel UK** — [Terms](https://www.dhl.com/gb-en/home/footer/terms-of-use.html)
   | [Privacy](https://group.dhl.com/en/data-protection.html)
 * **City Link** — [Privacy](https://www.citylink.co.uk/privacy-policy/)

#### United States

 * **UPS** — [Terms](https://www.ups.com/us/en/support/shipping-support/legal-terms-conditions.page)
   | [Privacy](https://www.ups.com/us/en/support/shipping-support/legal-terms-conditions/privacy-notice.page)
 * **FedEx / FedEx Sameday** (tracking portal: fedexsameday.com for Sameday deliveries)—
   [Terms](https://www.fedex.com/en-us/terms-of-use.html) | [Privacy](https://www.fedex.com/en-us/trust-center/privacy.html)
 * **USPS** — [Terms](https://about.usps.com/termsofuse.htm) | [Privacy](https://about.usps.com/who/legal/privacy-policy/full-privacy-policy.htm)
 * **DHL US / DHL eCommerce** — [Terms](https://www.dhl.com/us-en/home/ecommerce/business-help-center/terms-and-conditions.html)
   | [Privacy](https://group.dhl.com/en/data-protection.html)
 * **GlobalPost** — [Terms](https://www.goglobalpost.com/conditions/) | [Privacy](https://auctane.com/legal/privacy-policy/)
 * **OnTrac** — [Terms](https://www.ontrac.com/terms-conditions/) | [Privacy](https://www.ontrac.com/privacy/)

#### Venezuela

 * **MRW Venezuela** — [Privacy](https://mrwve.com/politica-de-privacidad)
 * **Zoom** — [Terms](https://zoom.red/aviso-legal/) | [Privacy](https://zoom.red/privacidad-web/)
 * **DHL Venezuela** — [Terms](https://www.dhl.com/ve-es/home/footer/terms-of-use.html)
   | [Privacy](https://group.dhl.com/en/data-protection.html)

## Screenshots

[⌊Add a tracking number to a WooCommerce order: carrier, tracking number, tracking
link, and ship date — all from the Shipment Tracking meta box⌉⌊Add a tracking number
to a WooCommerce order: carrier, tracking number, tracking link, and ship date —
all from the Shipment Tracking meta box⌉[

Add a tracking number to a WooCommerce order: carrier, tracking number, tracking
link, and ship date — all from the Shipment Tracking meta box

[⌊The Shipment Tracking meta box in context on the WooCommerce order edit screen⌉⌊
The Shipment Tracking meta box in context on the WooCommerce order edit screen⌉[

The Shipment Tracking meta box in context on the WooCommerce order edit screen

[⌊A saved shipment with one-click Track, Edit, and Delete actions on the order edit
screen⌉⌊A saved shipment with one-click Track, Edit, and Delete actions on the order
edit screen⌉[

A saved shipment with one-click Track, Edit, and Delete actions on the order edit
screen

[⌊Shipment tracking information automatically added to the WooCommerce order confirmation
email, before the order details⌉⌊Shipment tracking information automatically added
to the WooCommerce order confirmation email, before the order details⌉[

Shipment tracking information automatically added to the WooCommerce order confirmation
email, before the order details

[⌊The Trackora screen under WooCommerce: style the [wcst_tracking] tracking form
with colour, size and font controls, starter styles or your own CSS, beside a live
preview of the page your customers see⌉⌊The Trackora screen under WooCommerce: style
the [wcst_tracking] tracking form with colour, size and font controls, starter styles
or your own CSS, beside a live preview of the page your customers see⌉[

The Trackora screen under WooCommerce: style the [wcst_tracking] tracking form with
colour, size and font controls, starter styles or your own CSS, beside a live preview
of the page your customers see

[⌊Bulk CSV import on the Import Tracking tab: drop a CSV and Trackora saves the 
tracking number against each order. Three steps — select the file, check the columns
it read from your header row, import — and a sample you can download built from 
your own store's orders⌉⌊Bulk CSV import on the Import Tracking tab: drop a CSV 
and Trackora saves the tracking number against each order. Three steps — select 
the file, check the columns it read from your header row, import — and a sample 
you can download built from your own store's orders⌉[

Bulk CSV import on the Import Tracking tab: drop a CSV and Trackora saves the tracking
number against each order. Three steps — select the file, check the columns it read
from your header row, import — and a sample you can download built from your own
store’s orders

## Installation

 1. Upload the `trackora` folder to `/wp-content/plugins/`, or install directly from
    the WordPress plugin repository
 2. Activate the plugin through the **Plugins** menu in WordPress
 3. Make sure WooCommerce is installed and active
 4. Open any WooCommerce order and use the **Shipment Tracking** meta box to add your
    first tracking number
 5. (Optional) Add the `[wcst_tracking]` shortcode to any page to create a public Track
    Your Order page

## FAQ

### How do I add a tracking number to a WooCommerce order?

Open the order, find the **Shipment Tracking** meta box, select the carrier, enter
the tracking number and ship date, and click Save. The tracking link is instantly
added to the customer’s order email, their My Account page, and the tracking lookup
page.

### Is Trackora free?

Yes — completely free. All features (unlimited tracking numbers, 152 carriers, emails,
My Account, tracking page, CSV import, REST API) are included. There is no premium
version and no locked functionality.

### Does this plugin require WooCommerce?

Yes. Trackora requires WooCommerce to be installed and active.

### Does Trackora include a “Track Your Order” page?

Yes. Add the `[wcst_tracking]` shortcode to any page and customers can look up their
shipment by entering their order number and billing email — no login required.

### Can I add more than one tracking number per order?

Yes, as many as you need — useful for split shipments or orders shipped with multiple
carriers.

### My carrier is not in the list. Can I still use it?

Yes. Select “Custom Provider” when adding a tracking item and enter your carrier
name and tracking URL, using `%1$s` where the tracking number should go — for example`
https://carrier.com/track?id=%1$s`. You can also paste the complete link for that
one shipment, with the number already in it. The live preview shows the exact URL
your customer will open. If the carrier has no tracking page at all, leave the link
empty and the number is shown without a Track button.

### Can I import tracking numbers in bulk from a CSV file?

Yes. The **Import Tracking** tab on the Trackora screen — also one click from the
top of your orders list — writes tracking to hundreds of orders at once. Drop your
file in, check the column mapping Trackora read out of your header row, and import.
Download a sample built from your own store — real orders awaiting shipment that
have no tracking yet, with one of them repeated on a second line to show how a single
order can carry more than one shipment — paste your tracking numbers and upload 
it. Comma, semicolon and tab separated files are all accepted, column headers your
carrier or 3PL already exports are recognised in six languages, and every row that
could not be imported is listed with its line number and the reason. Re-importing
the same file never duplicates anything.

### Does importing a CSV notify my customers?

Only if you ask it to. By default an import writes tracking numbers and changes 
nothing else — no status change, no email. Two optional switches on the mapping 
step change that: move every order in the file to a status such as **Completed**,
and send each customer the WooCommerce email for that new status, which already 
carries the tracking number this import saved. The email switch only becomes available
once you have chosen a status, since Trackora has no email of its own to send. The
status changes run after the whole file has been read, so an order carrying two 
shipments in your file is emailed once, with both.

### Does the tracking page work with sequential or custom order numbers?

Yes. Both the public tracking form and the CSV importer look orders up by the number
your store displays, not the internal ID, so plugins such as WooCommerce Sequential
Order Numbers and Custom Order Numbers for WooCommerce work without configuration.

### Does the plugin send my store data to external services?

No. Trackora makes zero server-side requests to third parties. Tracking links are
simply URLs that open the carrier’s website when a user clicks them.

### Is this plugin compatible with WooCommerce HPOS, Blocks and Subscriptions?

Yes. Trackora is fully compatible with High-Performance Order Storage (and legacy
order storage), declares compatibility with the block-based cart and checkout, and
prevents tracking numbers from being copied to subscription renewal orders.

### Can I add tracking numbers via the REST API or programmatically?

Yes. The plugin provides a REST API covering create, read, update and delete, plus
the PHP helpers `wcst_add_tracking()` and `wcst_delete_tracking()` for use from 
themes, plugins, or automation scripts.

### Does Trackora handle GDPR data requests?

Yes. Trackora registers a personal data exporter and eraser with WordPress, so tracking
numbers, carrier names and ship dates attached to a customer’s orders are included
when you run **Tools  Export Personal Data** or **Tools  Erase Personal Data**. 
It also contributes a section to the privacy policy guide at **Settings  Privacy**.

## Reviews

![](https://secure.gravatar.com/avatar/a84752292fa86ff8e4636fd3677a84183d23836959b5f33a61e7baf395b6d0e3?
s=60&d=retro&r=g)

### 󠀁[Easy to use](https://wordpress.org/support/topic/easy-to-use-5384/)󠁿

 [codsupplies1977](https://profiles.wordpress.org/codsupplies1977/) July 30, 2026

Trackora is a simple, reliable, and easy-to-use WooCommerce shipment tracking plugin.

![](https://secure.gravatar.com/avatar/d12cff4022289265bd0df1ca761bef1601d246dd0715f141959a33db5e5c803a?
s=60&d=retro&r=g)

### 󠀁[Excellent Tracking Plugin with More Carrier Integrations Needed](https://wordpress.org/support/topic/excellent-tracking-plugin-with-more-carrier-integrations-needed/)󠁿

 [hanmlx](https://profiles.wordpress.org/hanmlx/) July 25, 2026

Very useful plugin and easy to use. However, it is missing many French logistics
carriers. It would be great if more French shipping providers could be added. An
even better feature would be allowing users to manually add their own carriers and
save them, so they can be selected and used directly in the future without having
to configure them again. Overall, a great plugin with a lot of potential. Hope to
see more carrier support and customization options in future updates.

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/trackora/reviews/)

## Contributors & Developers

“Shipment Tracking for WooCommerce – Trackora” is open source software. The following
people have contributed to this plugin.

Contributors

 *   [ slbarriosdev ](https://profiles.wordpress.org/slbarriosdev/)

[Translate “Shipment Tracking for WooCommerce – Trackora” into your language.](https://translate.wordpress.org/projects/wp-plugins/trackora)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/trackora/), check out
the [SVN repository](https://plugins.svn.wordpress.org/trackora/), or subscribe 
to the [development log](https://plugins.trac.wordpress.org/log/trackora/) by [RSS](https://plugins.trac.wordpress.org/log/trackora/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.4.1

 * New: An “Import Tracking” tab on the Trackora screen — add tracking to hundreds
   of orders from a spreadsheet instead of one order at a time. Three steps: drop
   the file in, check what Trackora read from it, import. Rows are applied in batches
   behind a live progress bar, and every row that could not be imported is listed
   afterwards with its line number and the reason
 * New: An “Import Tracking” button at the top of the WooCommerce orders list, beside“
   Add order”, so the importer is one click from where you notice the orders waiting
 * New: A column mapping step. Trackora shows which column of your file it read 
   as the order, the tracking number, the carrier and the ship date, and you can
   correct any of it before a single order is touched. Columns it does not recognise
   are left alone, so a warehouse export keeps its bays and invoice references
 * New: Optionally move every order in the file to a status — Completed, for example—
   as part of the import. Off by default: unless you ask, an import writes tracking
   and changes nothing else
 * New: Optionally send each customer the WooCommerce email for that new status.
   Also off by default, and only available once a status is chosen, since Trackora
   has no email of its own — what reaches your customer is WooCommerce’s own notification,
   which already carries the tracking number this import saved. Status changes are
   applied after the whole file has been read, so an order carrying two shipments
   in your file is emailed once, with both
 * New: “Start at row” picks an import up where you left off, and “Tracking already
   saved: Keep or Replace” decides what happens to an order that already has tracking
 * New: The downloadable sample is built from your own store — up to five real orders
   awaiting shipment that have no tracking yet, with one of them repeated on a second
   line so you can see how a single order carries more than one shipment
 * Improvement: Column headers your carrier or 3PL already exports are recognised
   automatically — “Order Number”, “Carrier”, “Ship Date”, “Número de guía”, “Sendungsnummer”
   and many more — so a file straight from your courier usually imports without 
   being renamed first
 * Improvement: Comma, semicolon and tab separated files are all accepted, and files
   saved by Excel in a non-English locale keep their accents
 * Improvement: A tracking number your spreadsheet turned into scientific notation(
   1.2345E+19) is reported as exactly that, instead of being saved as a broken number
 * Improvement: A carrier name that matches none of the built-in carriers is saved
   as a custom carrier, so a typo never costs you a tracking number
 * Improvement: Re-importing the same file does not duplicate anything — a tracking
   number an order already has is skipped

#### 1.3.4

 * New: A “Trackora” screen under WooCommerce — a live studio to style the [wcst_tracking]
   shortcode: colour, size and font controls (or the CSS editor) beside a real-time
   preview, starter styles (Minimal, Rounded, Card, Gradient, Midnight) and Form/
   Results and Desktop/Mobile toggles
 * Improvement: The public tracking form now carries its own baseline styles scoped
   to #wcst-tracking-app, so it looks consistent in any theme and no longer inherits
   unrelated styling from the surrounding page
 * Improvement: The Shipment Tracking column on the orders list now shows the carrier
   name in bold above each tracking number, so you can tell shipments apart at a
   glance
 * Improvement: The “Trackora” menu entry now sits at the end of the WooCommerce
   submenu instead of in between WooCommerce’s own items
 * Fix: A tracking number whose carrier has no tracking URL is no longer rendered
   as an empty link that reloaded the orders list when clicked
 * Fix: Custom CSS with an unbalanced brace can no longer escape the tracking form
   and restyle the rest of the page. Braces are balanced on save, on output and 
   in the live preview, while braces inside strings, comments and @media blocks 
   keep working
 * Fix: Custom CSS no longer loses the “>” child combinator, so selectors such as.
   wcst-form > input now behave as written

#### 1.3.3

 * New: A Review link on the Plugins screen, next to Documentation and Support
 * Improvement: The plugin is now listed as “Shipment Tracking for WooCommerce –
   Trackora”, so it is easier to find in the plugin directory
 * Improvement: Rewrote the plugin description — shorter and clearer, with the carrier
   list up front. The REST API and filter reference now lives on GitHub, where it
   is easier to keep current

#### 1.3.2

 * New: Documentation and Support links on the Plugins screen, so the support forum
   is one click away — and still reachable when WooCommerce is deactivated
 * New: An occasional, dismissible review request in the admin. It only appears 
   after the plugin has been installed for two weeks and has saved at least five
   tracking numbers, it never blocks anything, and “No thanks” is final
 * New: `wcst_tracking_saved` action, fired when a new tracking item is stored

#### 1.3.1

 * Improvement: Adding, editing or deleting a tracking number on the order screen
   now confirms with a brief toast notification above the Shipment Tracking box,
   instead of a blocking browser alert() dialog. The messages are announced to screen
   readers — confirmations politely as a status, errors assertively as an alert
 * Improvement: Reworked the Shipment Tracking meta box — refreshed the styling 
   of the add/edit form and the tracking items, and removed the tracking-link preview
   row, which duplicated the live URL warning already shown for custom links

#### 1.3.0

 * New: Personal data exporter and eraser, so shipment tracking data is included
   in WordPress **Tools  Export Personal Data** and **Tools  Erase Personal Data**
   requests, plus a section in the privacy policy guide. Note that erasure requests
   now permanently delete the tracking numbers on that customer’s orders. Uses the
   order CRUD API, so it works on HPOS and legacy order storage alike
 * New: REST API now supports PUT and PATCH on a tracking item — the API is complete
   CRUD, as the documentation already claimed. A partial update only writes the 
   fields you send
 * New: `wcst_orders_list_column_html` filter on the Shipment Tracking column of
   the orders list, and a `wcst_before_update_tracking_items` filter for symmetry
   with the add and delete filters. The readme now lists every filter the plugin
   exposes
 * New: Added the InterLink carrier (UK), the former trading name of DPD Local
 * Fix: Once a carrier was selected in the meta box there was no way back to “Custom
   Provider”, because the enhanced select consumed that option to use it as its 
   placeholder. It is now always listed and selectable
 * Improvement: The custom carrier fields now explain themselves. The Tracking Link
   field shows an example, a help tip next to the label describes where the tracking
   number goes, the live preview shows the final URL the customer will open instead
   of the raw template, and a warning appears when the link carries neither the 
   placeholder nor the tracking number
 * Fix: The bundled translations had not been loaded since 1.2.3. Removing `load_plugin_textdomain()`
   back then also removed the only thing that registers a plugin’s own `/languages`
   directory — WordPress otherwise looks in `wp-content/languages/plugins` alone—
   so all 14 locales silently fell back to English. The call is restored, on the`
   init` hook. The template was regenerated and the 24 strings it was missing were
   translated in every locale
 * Fix: Custom tracking links were run through sprintf(), which read percent-encoded
   characters as format specifiers. A link containing %20, %3A, %2F or %7B was silently
   corrupted, and on PHP 8 a trailing “%” threw a fatal ValueError on the order 
   screen, the orders list, the email and the shortcode. Placeholders are now substituted
   literally
 * Fix: Updating a tracking item no longer blanks the fields that were not supplied.
   Previously any caller that omitted a field silently cleared the carrier, custom
   link or ship date
 * Fix: Removed the undocumented `wc/v1/providers` and `wc/v2/providers` routes.
   That is a generic path inside WooCommerce core’s own namespace and was not ours
   to register; the carrier catalogue stays at `wc-shipment-tracker/v1/providers`
 * Fix: The Tracking Link field is no longer an `input type="url"`. Some browsers
   rejected a URL containing the `%1$s` token as invalid and refused to submit the
   form
 * Fix: Passing no carrier or ship date to the REST API no longer triggers a PHP
   8.1 deprecation notice
 * Fix: The tracking item route no longer matches an empty tracking ID
 * Improvement: readme now documents the real carrier count (152 across 37 countries,
   previously understated as 60+ across 20+) and the real set of REST verbs and 
   namespaces. It was also restructured

Releases 1.2.6 and earlier are listed in changelog.txt, bundled with the plugin.

## Meta

 *  Version **1.4.1**
 *  Last updated **1 day ago**
 *  Active installations **50+**
 *  WordPress version ** 6.4 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/trackora/)
 * Tags
 * [delivery tracking](https://ewe.wordpress.org/plugins/tags/delivery-tracking/)
   [order tracking](https://ewe.wordpress.org/plugins/tags/order-tracking/)[shipment tracking](https://ewe.wordpress.org/plugins/tags/shipment-tracking/)
   [tracking number](https://ewe.wordpress.org/plugins/tags/tracking-number/)
 *  [Advanced View](https://ewe.wordpress.org/plugins/trackora/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/trackora/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/trackora/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/trackora/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/trackora/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/trackora/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/trackora/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/trackora/reviews/)

## Contributors

 *   [ slbarriosdev ](https://profiles.wordpress.org/slbarriosdev/)

## Support

Issues resolved in last two months:

     0 out of 1

 [View support forum](https://wordpress.org/support/plugin/trackora/)