WP24
Forum Replies Created
-
Forum: Plugins
In reply to: [WP24 Domain Check] Subdomain CheckThat would only work if you have your own whois server for that domain.
Maybe it works with enabling the unsupported TLDs in the advanced settings.Forum: Plugins
In reply to: [WP24 Domain Check] Plugin loading errorAre you using a caching plugin? Which one? This could cause this issue.
Forum: Plugins
In reply to: [WP24 Domain Check] Webhosting order after Whois / Domain add to CardVielleicht lässt sich hier eine Lösung finden: https://www.wpbeginner.com/de/wp-tutorials/how-to-sell-product-bundles-in-woocommerce/
Forum: Plugins
In reply to: [WP24 Domain Check] Webhosting order after Whois / Domain add to CardIch denke das Thema müsste in WooCommerce gelöst werden, daher kann ich da wenig helfen.
Das Plugin mit den Abhängigkeiten aus dem anderen Thread war nur eine erste Idee, wie sich das eventuell lösen ließe.
Am besten mal in einem WooCommerce Forum nachfragen, sowas wie abhängige oder miteinander verknüpfte Produkte wird bestimmt häufiger diskutiert.
Gerade für WooCommerce gibt es eine Vielzahl von Plugins und Erweiterungen um sowas abzubilden.Forum: Plugins
In reply to: [WP24 Domain Check] se TLDThe TLD .se seems to work properly with the default settings of the plugin (whois.iis.se / not found).
You do not need to configure a custom whois server.Forum: Plugins
In reply to: [WP24 Domain Check] Webhosting order after Whois / Domain add to CardWith the latest update of the plugin adding grouped products to cart is improved and should work now.
Forum: Plugins
In reply to: [WP24 Domain Check] Webhosting Plan after WhoisWith the latest update of the plugin adding grouped products to cart is improved and should work now.
Forum: Plugins
In reply to: [WP24 Domain Check] Shortcode to list X preferred TLDs before allWith the latest update this it is possible to add TLDs on top and append all remaining afterwards:
[wp24_domaincheck top_tlds="com, net, org"]Forum: Plugins
In reply to: [WP24 Domain Check] Random Errors on DomainCheckMit dem letzten Update des Plugins sollte reCAPTCHA besser funktionieren.
Außerdem können bei der Produktauswahl jetzt bei variablen Produkten jeweils die Varianten ausgewählt werden.
Forum: Plugins
In reply to: [WP24 Domain Check] Random Errors on DomainCheck- reCAPTCHA
Scheint immer beim ersten Laden der Seite zu funktionieren, bei Neuladen dann aber nicht mehr. Schaue ich mir an und korrigiere ich mit dem nächsten Update. - Fehler
Kommen die Fehler immer nur wenn alle TLDs geprüft werden? Zum Test können Sie auch mal “Whois Link” in den allgemeinen Einstellungen aktivieren. Dann sollte die Fehlermeldung in dem Whois-Fenster stehen. - Varianten
Gibt es dann ein variables Produkt mit mehreren Varianten und Preisen? D.h. es müsste einer TLD das Produkt und zusätzlich die Variante zugeordnet werden? - TLD .tv
Hier hat sich der Whois-Server geändert, wird mit dem nächsten Update behoben. Sie können den auch schon selber korrigieren. Unter Whois Server folgendes eintragen:
– TLD: tv
– Whois Server: whois.nic.tv
– Status frei: no data found
Forum: Plugins
In reply to: [WP24 Domain Check] Direct buy problemForum: Plugins
In reply to: [WP24 Domain Check] Webhosting Plan after WhoisI think this should be solved by the shop plugin you are using. For example WooCommerce has plugins like this: https://de.ww.wp.xz.cn/plugins/woocommerce-product-dependencies/
Forum: Plugins
In reply to: [WP24 Domain Check] Entered value to email page administratorThat is not possible, the checked domain names are not being tracked.
This might properly lead to many emails, depending on how frequent the domain check is used.You could change the function “get_whoisserver” in “class-whoisservers.php” for that:
public static function get_whoisserver( $tld ) {
return array(
'host' => 'your-whois-server.com',
'free' => 'text-if-domain-is-free'
);
}Forum: Plugins
In reply to: [WP24 Domain Check] How do you select a registrar from which to buy?The registration of the domain at a registrar or reseller is not part of the plugin, you need to solve this seperatly. This plugin checks the domains for availibility and could pass the domain names to WooCommerce or custom links.
- reCAPTCHA