Forums
(@chriselkin)
5 years, 5 months ago
Hi @jgwhite33
Can you help please?
Im trying to congig your plugin bet get the same error message: Google Error: OK, No Google Reviews Found
https://www.google.com/maps/place/EPC+Assessor/@52.9885037,-1.4957915,17z/data=!3m1!4b1!4m5!3m4!1s0x4879f39cab54a1a5:0x3012d389d0217dd5!8m2!3d52.9885037!4d-1.4935975?authuser=0
Place ID: ChIJpaFUq5zzeUgRAmmsnt0nSOc
There are review but the plugin cant find them.
6 years, 11 months ago
Can’t get it to display anything
7 years ago
Hi Yes product ID exists. Tried other products codes to no avail.
Chris
new code:
function set_billing_country( $country ) { wc_deprecated_function( ‘WC_Customer::set_country’, ‘3.0’, ‘WC_Customer::set_billing_country’ ); $this->set_billing_country( $country ); }
function set_country( $country ) { wc_deprecated_function( ‘WC_Customer::set_country’, ‘3.0’, ‘WC_Customer::set_billing_country’ ); $this->set_billing_country( $country ); }
SO how do i fix this issue?