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
107 stars 20 forks source link

OBW: Let users know if they signed up for a WCS service (e.g. Stripe), but are not connecting JP #1595

Open v18 opened 5 years ago

v18 commented 5 years ago

On the Jetpack screen in the OBW, users can skip the step:

skip-jetpack

... but they may not know that this means their settings won't work fully. For example:

When a user clicks the skip link, we can alert the user to this, and ask them to confirm their choice before proceeding.

Whether or not the user selected a WCS service is already stored somewhere (iirc), so we can use that information to be specific about which things won't work.

h/t @RadoslavGeorgiev (#)

dechov commented 5 years ago

For reference, here is the existing function that builds the set of selected WCS features, on which the description string at top is based.