Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should allow checkout completion even if a domain is already registered or cannot be verified #5

Closed
tkembo opened this issue Oct 24, 2019 · 1 comment

Comments

@tkembo
Copy link
Contributor

tkembo commented Oct 24, 2019

Current Problem:

  • If you try to checkout with a domain that has already been registered, you won't be allowed to proceed and will be give an "The domain is already registered" error. This stops anyone who wants to move their existing domain to you from proceeding with checkout.
  • Also if one wanted to a TLD such as .co.zw (which is not supported by the WC-Invoice check), they they get an "The domain could not be verified" error.

Proposed Solution

When a domain is entered, we should only check if it's already in the ISPConfig server. If not, we should allow the buyer to proceed with checkout. A domain that is already registered or that cannot be verified should not stop us from proceeding with checkout.

@ole1986
Copy link
Owner

ole1986 commented Oct 24, 2019

wc-invoice-pdf actually uses the wp-ispconfig3 plugin to verify the domains (through ajax).

I think I will give wp-ispconfig3 plugin an option to only check domain only against ISPConfig (hooked/unhooked)

Pingback: ole1986/wp-ispconfig3#24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants