WP24
Forum Replies Created
-
I have tried to reproduce that, but the stock management seems to work properly. On the product i have set “Track stock quantity for this product” and the quantity to 1. If I try to add the product to the cart a second time I get the message: “You cannot add … to the cart because the product is out of stock.” and after placing the order the quantity is decreased to 0.
I have tested it with the latest version of WooCommerce (8.6.1).
The problem with “Limit purchases to 1 item per order” is traceable. It is not possible to add the same product with the same domain into the cart, but the same product with a differing domain.
Forum: Plugins
In reply to: [WP24 Domain Check] TLD Whois No Longer worksSeems like the public whois server “whois.nic.net.bw” is, mybe temporary, blocked for access. But the web service seems to work: https://whois.nic.net.bw/public.jsp
Forum: Plugins
In reply to: [WP24 Domain Check] Top domain not working (.fi)This seems to be a general error regarding ajax requests. May also be a conflict with other plugins or themes.
Do other TLDs work or does this error always appear?Forum: Plugins
In reply to: [WP24 Domain Check] Woocommerce and TLDI’ll think of adding the possibility to set up a product for multiple TLDs.
But actually, if you have many differing prices for the TLDs, you need to configure them individually.Forum: Plugins
In reply to: [WP24 Domain Check] WP24 error messageTake a look at the plugin settings under system info: What are the results of requirements for whois / RDAP queries?
Forum: Plugins
In reply to: [WP24 Domain Check] Woocommerce and TLDIf the price differs for every TLD you would have to create a product for each.
If many TLDs have the same price you could set up one purchase product as default and only add products that have differing prices.Forum: Plugins
In reply to: [WP24 Domain Check] Top domain not working (.fi)The default settings of the plugin worked for me:
Whois server: whois.fi
Status free: not foundDo you get an error?
Forum: Plugins
In reply to: [WP24 Domain Check] Top domain not working (.yt)Change the whois server to “whois.nic.yt” and the status free to “not found”, that should be working.
Forum: Plugins
In reply to: [WP24 Domain Check] TLD’s Select DropDown or Select CheckBox list?Do you mean that you could select multiple items instead of one in the dropdown for the TLD?
Forum: Plugins
In reply to: [WP24 Domain Check] problem with the sales productsSince there were no major changes in the domain check this has to be related to an update of WooCommcerce. How have you solved that before, so that both products were added?
Looks like you need something like this: Conditional Free ProductForum: Plugins
In reply to: [WP24 Domain Check] problem with the sales productsI have tried that on your shop and four products got added to the cart: “de Domain-bundle”, “Setup de domain”, “Mailspeicher” and “de Domain”.
Forum: Plugins
In reply to: [WP24 Domain Check] problem with the sales productsIf you click the buy link the product is not added to the cart or is the domain name not written onto the product?
Forum: Plugins
In reply to: [WP24 Domain Check] Suggestion – About checking Unsupported TLDsCould you please explain your suggestions a bit more detailed?
Forum: Plugins
In reply to: [WP24 Domain Check] Link to marketplace + the use-case of “Transfer”No problem. You’re right, the domain check receives all whois informations.
Forum: Plugins
In reply to: [WP24 Domain Check] Link to marketplace + the use-case of “Transfer”The domain check only does a whois query and receives some basic informations. As you stated the nameservers are not sufficient to prove if a domain is listed on a marketplace. So with the current implementation it is not possible to figure out if a domain is for sale.
One solution could be to make use of the APIs of the domain marketplaces, e.g. on Sedo API you could check the domain status (https://api.sedo.com/apidocs/v1/Basic/functions/sedoapi_DomainStatus.html). But this would be huge expense, the more marketplaces should be connected.The transfer is intended to buy, for example a webspace packet, with a domain the user already owns and wants to transfer. On many shops you could only add a domain after checking it before, and this allows the user to buy a registered domain an transfer it later.
You could use that for your purpose, but there is no way to distingish between a normally registered domain or a domain that is for sale on a marketplace.