Unknown to many, WooCommerce captures the device/platform, browser and browser version used by a customer when an order is placed, this is known as the user agent string. This useful information is currently not shown anywhere in the WooCommerce plugin.
WooCommerce Friendly User Agent simply displays this information as a new column on the Orders page and within the Edit Order page. You can then see what customers are using what devices and browsers.
Currently Detected Platforms
Desktop
- Windows
- Linux
- Macintosh
- Chrome OS
Mobile
- Android
- iPhone
- iPad / iPod Touch
- Windows Phone OS
- Kindle
- Kindle Fire
- BlackBerry
- Playbook
- Tizen
Console
- Nintendo 3DS
- New Nintendo 3DS
- Nintendo Wii
- Nintendo WiiU
- PlayStation 3
- PlayStation 4
- PlayStation Vita
- Xbox 360
- Xbox One
Currently Detected Browsers
- Android Browser
- BlackBerry Browser
- Camino
- Kindle / Silk
- Firefox / IceWeasel / IceCat
- Safari
- Internet Explorer
- IEMobile
- Chrome / HeadlessChrome
- Opera
- Midori
- Vivaldi
- TizenBrowser
- SamsungBrowser
- UC Browser
- Lynx
- Wget
- Curl
- Puffin
If you find a missing platform or browser, please let us know in the support forum and we’ll add it in our next version.
Using the simple, streamlined PHP user-agent parser. Credit: https://github.com/donatj/PhpUserAgent
PhpUserAgent license: https://github.com/donatj/PhpUserAgent/blob/master/LICENSE.md