WP24
Forum Replies Created
-
Forum: Plugins
In reply to: [WP24 Domain Check] Search all as default?It’s currently not possible, but I’ll try to put that option into the next update.
Forum: Plugins
In reply to: [WP24 Domain Check] Let clients buy multiple TLDs at onceI have put that feature on my todo list. But it will take couple of days or weeks until it will be released.
Forum: Plugins
In reply to: [WP24 Domain Check] Let clients buy multiple TLDs at onceThe domain field should not get cleared. Which browser are you using?
A checkbox based solution is not as easy to implement.Forum: Plugins
In reply to: [WP24 Domain Check] Plugin not show alternate suggestionThe latest version is 1.8.4. You find the settings in the “Advanced Settings” tab, they are under the heading “Alternative suggestions”.
You could change the color using custom CSS:
.table-cell-purchase a { color: green; } .table-cell-transfer a { color: red; }Forum: Plugins
In reply to: [WP24 Domain Check] Let clients buy multiple TLDs at onceIf you change the “Add to cart behaviour” to “Stay on current page” this is already possible. You can than add multiple domains to your cart with clicking multiple links.
Forum: Plugins
In reply to: [WP24 Domain Check] Plugin not show alternate suggestionWith the latest update of the plugin it is now possible to define prefixes and suffixes in the advanced settings (under alternative suggestions).
Forum: Plugins
In reply to: [WP24 Domain Check] Plugin not show alternate suggestionI could add a prefix and postfix option that will be automatically added to the domain name. So that those alternative domain names will also be checked.
For example:
Prefix: the, my-
Postfix: -master, 24User searches the domain name “wordpress.com” and the following domains would be checked:
– wordpress.com
– thewordpress.com
– my-wordpress.com
– wordpress-master.com
– wordpress24.comWould that be a satisfying solution for you?
Forum: Plugins
In reply to: [WP24 Domain Check] Add to cart for a specific categoryTo add a product with a domain name to the cart the single product (product-id) must be known. The product-id is then included into the add to cart link.
If you have a category respectively multiple products, also multiple buy links would be needed. That is unfortunately not possible.Forum: Plugins
In reply to: [WP24 Domain Check] Plugin not show alternate suggestionWhere should this prefix and postfix text be added? To the input that user writes into the search field?
Forum: Plugins
In reply to: [WP24 Domain Check] Your cart is currently emptyYou can either use “Prices & Links” or “WooCommerce”, both is not possible.
When using “Prices & Links” you have to build your purchase links and prices on yourself, e.g. if you use a custom shop or external interface.
With the WooCommerce integration everything is done automatically, you just need to setup a single product for all or multiple products for different tlds. The prices and links are then created from these products.
So what you have to do is to create one or more products in WooCommerce and select them as “Purchase product”.Forum: Plugins
In reply to: [WP24 Domain Check] Your cart is currently emptyHow does the “buy now” link look like?
It should be something like this: https://yourdomain.com/cart/?add-to-cart=product_id&domain=test.comForum: Plugins
In reply to: [WP24 Domain Check] Plugin not show alternate suggestionI’m sorry, but that is not possible. Only regular links are currently working.
Forum: Plugins
In reply to: [WP24 Domain Check] Filter https or wwwThe input is only filtered when starting with http. A input beginning with www could not be filtered because it is not possible to distinguish between e.g. http://www.test.uk (invalid) and http://www.org.uk (valid).
Forum: Plugins
In reply to: [WP24 Domain Check] Filter https or wwwGood idea, thanks. A filter is added in the latest update.
https://, http:// or www. are automatically removed from the input now.