dominicwatts/customerinfo

Magento 2 additional info on customer grid - last logged in and last order date

Installs: 24

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 1

Type:magento2-module

1.0.2 2019-09-29 21:03 UTC

This package is auto-updated.

Last update: 2024-03-29 04:18:12 UTC


README

Magento 2 additional info on customer grid - last logged in and last order date

Install instructions

composer require dominicwatts/customerinfo

php bin/magento setup:upgrade

php bin/magento setup:di:compile

Usage instructions

Additional columns appear in admin grid

Screenshot

Notes:

  • Last order value will only come through if customer has logged in or record for login has not been wiped
  • If new colums appear after action column in admin customer grid run the following cleanup query
    • DELETE FROM ui_bookmark WHERE namespace = 'customer_listing'
    • This will remove any currently saved personalisation on the admin customer grid. But will allow Magento to reset sort.