Automattic / woocommerce-services

WooCommerce Services is a feature plugin that integrates hosted services into WooCommerce (3.0+), and currently includes automated tax rates and the ability to purchase and print USPS shipping labels.
GNU General Public License v2.0
105 stars 20 forks source link

Add a "deactivated" message to the plugins list entry #2759

Closed Ferdev closed 4 days ago

Ferdev commented 1 week ago

Description

Displays a message in the plugin's plugins list entry, letting the user know that the plugin was deactivated and the data transfered successfully after the migration process.

Related issue(s)

N/A

Steps to reproduce & screenshots/GIFs

  1. Remove the false statement in line 1538 of woocommerce-services.php.
  2. Visit the plugins list.
  3. The message should be displayed below the WooCommerce Tax row.

shot-2024-06-26-17-21-11

Checklist

Ferdev commented 4 days ago

Awesome, thanks @kloon !

I assume we will be hooking up the logic in a different PR to ensure when to show the notice?

Yeah, I created a follow up for that the other day.