WP24
Forum Replies Created
-
Forum: Plugins
In reply to: [WP24 Domain Check] WP24 Domain CheckYou need to enable the WooCommerce integration in the settings of the plugin. There you can set up the behavior after a domain check and labels for buy or transfer links.
You can also define products from WooCommerce that should be added to the cart when clicking a buy or tranfer link.Forum: Plugins
In reply to: [WP24 Domain Check] number of characters in the domainI’ll consider of adding that in the next update of the plugin.
Forum: Plugins
In reply to: [WP24 Domain Check] Not showing in Breakdance BuilderAre you sure that this is caused by Breakdance Builder? In most cases, when domain check is not shown, this is a problem with a caching plugin.
Forum: Plugins
In reply to: [WP24 Domain Check] changing the colour of the textHere is a description: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/
Forum: Plugins
In reply to: [WP24 Domain Check] SureCart configurationI would try to solve this by using Prices & Links. SureCart seems to support custom buy links: https://surecart.com/docs/creating-custom-buy-links/
Forum: Plugins
In reply to: [WooCommerce] Update 7.6.0 seems to contain virusIn my case the virus was detected by Windows Defender.
Forum: Plugins
In reply to: [WP24 Domain Check] changing the colour of the textThe color is set by your theme, the following custom CSS should help:
.wp24-dc .table { color: #fff; }Forum: Plugins
In reply to: [WP24 Domain Check] WooCommerce hooks?This is only an option to enable the WooCommerce hooks, also if the WooCommerce integration is disabled. By that it’s possible to use the prices & links to create custom WooCommerce links, look here.
Forum: Plugins
In reply to: [WP24 Domain Check] Domain search results on a separate pageIt is now possible to separate output of check form and results via shortcode:
[wp24_domaincheck output_type="check_form"] [wp24_domaincheck output_type="results"]Forum: Plugins
In reply to: [WP24 Domain Check] Domain search results on a separate pageDisplaying the results of a search on a separate page is hardly possible, in a different area might be possible. Maybe with two shortcodes, one for the search form and one for the results. I’ll consider of adding that in the next update.
BTW: I wanted to keep the plugin for free, so that everyone benefits from new features. So I also do not have to maintain two versions. Those who like to support the development financially could do that by a donation.
Forum: Plugins
In reply to: [WP24 Domain Check] Overlay SizeActually there is no option for that, but you can change it with some additional CSS:
.wp24-dc.modal { max-width: 1000px; }- This reply was modified 3 years, 3 months ago by WP24.
Forum: Plugins
In reply to: [WP24 Domain Check] Domain Check WooCommerce integrationI have released an update for the plugin. In the advanced settings you can now enable “WooCommerce hooks”. After that the domain name should be added again.
For the transfer code I would recommend to try some plugins with custom checkout fields for WooCommerce. Maybe you could provide an input field for the code then.
Forum: Plugins
In reply to: [WP24 Domain Check] Domain Check WooCommerce integrationYou need to disable the WooCommerce integration and enable the purchase/transfer prices and links in the corresponding tab.
At the bottom you enter the prices and links for the individual TLDs. For each TLD you have to replace “PRODUCT_ID” and “VARIATION_ID” by the proper number (help).
Forum: Plugins
In reply to: [WP24 Domain Check] Domain Check WooCommerce integrationUsing Prices & Links does not really differ from the WooCommerce integration, both result in an add to cart link. You only need to find out the corresponding IDs for defining the links.
Forum: Plugins
In reply to: [WP24 Domain Check] Domain Check WooCommerce integrationYou could set up a product for each TLD, but that would lead to many products in your shop.
An other solution could be to use the Prices & Links instead of WooCommerce. You would just need to find out the IDs of your products an variations. For example the purchase link for a .ch TLD should be:
https://www.simplaydigital.com/cart/?add-to-cart=9404&domain=[domain].[tld]&variation_id=9413- This reply was modified 3 years, 3 months ago by WP24.