Turn Woocommerce shop into catalog for geolocated countries?
问题 I'm trying to turn my woocommerce shop into catalog mode depends on country.I only want to show products' price and add to cart function in United States. I'm trying to achieve this by using a plugin called "GeoIP Detection" with the following code in the PHP: /* Disable purchasing of products if the country is not United States*/ add_filter('woocommerce_is_purchasable', 'flatsome_woocommerce_is_purchasable', 10, 2); function flatsome_woocommerce_is_purchasable($is_purchasable, $product) {