You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Calypso, users who want to delete their site first have to visit /settings/general/:site. We don't show the delete site link until we have loaded the user's purchases. If the user has purchases then when they click this link they see a modal which prevents them from navigating to the delete site section until they have deleted their active purchases.
In WordPress.com, wp-admin users now get redirected to Calypso to delete their site, irrespective of whether they have active purchases. This means users can get to the delete site page while having active purchases on their site. Currently we show the user an error message after they try to delete their site while it has active purchases.
Ideally we should let them cancel their purchases and delete the site at the same time. However as an interim solution we can check whether the user has any active purchases and in this case show them a message saying that they need to remove these purchases, and hide/disable the delete site button until the purchases have been removed.
In Calypso, users who want to delete their site first have to visit /settings/general/:site. We don't show the delete site link until we have loaded the user's purchases. If the user has purchases then when they click this link they see a modal which prevents them from navigating to the delete site section until they have deleted their active purchases.
In WordPress.com, wp-admin users now get redirected to Calypso to delete their site, irrespective of whether they have active purchases. This means users can get to the delete site page while having active purchases on their site. Currently we show the user an error message after they try to delete their site while it has active purchases.
Ideally we should let them cancel their purchases and delete the site at the same time. However as an interim solution we can check whether the user has any active purchases and in this case show them a message saying that they need to remove these purchases, and hide/disable the delete site button until the purchases have been removed.
See #3076 for context.
The text was updated successfully, but these errors were encountered: