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
On the Jetpack screen in the OBW, users can skip the step:
... but they may not know that this means their settings won't work fully. For example:
printing shipping labels
setting up Stripe or PayPal automatically
etc
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.
On the Jetpack screen in the OBW, users can skip the step:
... 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 (#)