WP24
Forum Replies Created
-
Forum: Plugins
In reply to: [WP24 Domain Check] Different price for different extensions with WooThank you very much for your support!
Forum: Plugins
In reply to: [WP24 Domain Check] Different price for different extensions with WooThat’s the right way.
Forum: Plugins
In reply to: [WP24 Domain Check] Wpml Header TranslateI think you are in the wrong plugin forum.
Forum: Plugins
In reply to: [WP24 Domain Check] Shortocode in htmlSounds like the JavaScript is not loaded for the plugin.
Might be a caching problem, if you a using a caching plugin. Try to clear the cache.
If not, what theme are you using?Forum: Plugins
In reply to: [WP24 Domain Check] Shortocode in htmlThat is the right manner.
Is there a error message or what is shown?
Where do you use the code? In a theme?Forum: Plugins
In reply to: [WP24 Domain Check] Shortocode in html<?php echo do_shortcode( '[wp24_domaincheck]' ); ?>Forum: Plugins
In reply to: [WP24 Domain Check] Auto-Updating Cart / Checkout?Since the page is completely reloading, this takes some time.
Maybe a caching plugin could speed up the whole page.Forum: Plugins
In reply to: [WP24 Domain Check] Auto-Updating Cart / Checkout?Set “Add to cart behaviour” to “Redirect to custom page” and “Custom page link” to “#”.
In the domaincheck.js of the plugins code, change line 694 from “window.location.href = settings.customPageLink;” to “location.reload();”.Forum: Plugins
In reply to: [WP24 Domain Check] Auto-Updating Cart / Checkout?I can add a “Add to cart behaviour” like “Stay on current page (reload)”.
But this could take some time, since I’am working on a bigger update of the plugin.If you need a fast solution I could tell you what to change in the code of the plugin, it’s only one line. So that you can work on until the update is released.
Forum: Plugins
In reply to: [WP24 Domain Check] WooCommerce Use CaseI think both ways are used. As stated here some are using WHMCS, to connect to a registrar. Maybe there are also plugins or extensions for WooCommerce from some registrars to connect to there systems.
This plugin has no direct integration of registrars, it’s “just” a domain check.Forum: Plugins
In reply to: [WP24 Domain Check] Show the domain in order and checkout pageThis is already added as meta and shown right under the product, like here.
The text (“Domain”) could be changed in the WooCommerce settings, it’s named “Domain label”.
Is that not working on your page?Forum: Plugins
In reply to: [WP24 Domain Check] Hide register & whois links on individual form?For me it looks right, links are shown on the first page and not on the second.
Maybe a caching issue? Clear your browser cache or of your caching plugin.Forum: Plugins
In reply to: [WP24 Domain Check] Plugin not showingIt looks like you have inserted the shortcode as regular text.
Forum: Plugins
In reply to: [WP24 Domain Check] fresh install – error on searchIn the plugin settings under about, section requirements for whois queries, what is the value of port 43? It should be open.
Forum: Plugins
In reply to: [WP24 Domain Check] Customizing WP24 functionalityThey are on my todo list, but i can’t say when they will be released.