nduraiswamy
Forum Replies Created
-
Also, implement the below changes in woocs.php,
public function init_geo_currency() {
$done = false;
if (!class_exists(‘WC_Geolocation’) || woocs_is_bot()) {
return false;
}I think we have a solution to solve the google feed mismatch price issue. There are 2 changes required in the WOOCS multi-currency plugin.
Step 1: Make the below change in \woocommercer-currency-switcher\index.php file
i.e. comment the below piece of code,
/* add_action(‘wp_head’, function () {
if (woocs_is_bot()) {
if (class_exists(‘WOOCS’)) {
global $WOOCS;
$WOOCS->reset_currency();
}
}
}, 1); */Step 2 : Make the below change in \woocommercer-currency-switcher\classess\woocs.php file
i.e. comment the below line of code (note that there are 2 places in the file)
// add_filter(‘woocommerce_structured_data_product_offer’, array($this, ‘structured_data_product_offer’), 99, 3);
I changed the code 2 hrs. ago so far no issue.. so I believe this fix is working…
Ok. Thanks for your response. You may send your contact details to [email protected]
Good Morning. Are you using any plugin for Google Pay integration? if so, please let me know
Interesting, Google Merchant is reporting other way around in my case i.e. value in the Feed is in the INR and value on the website is ‘USD’.
btw, how did you generate the report https://www.awesomescreenshot.com/image/40126309?key=d433848ab2fe9b9d19d5f2e35279364d
are you interested in working together and find a solution? if so, pls let me know.
Ok. We don’t have shipping offers promotion at this time so don’t know.
I crossing my fingers…
We use “Flexible Shipping PRO” for shipping configuration.
Anyhow, Can you please test URL and let me know whether this is solving the mismatch problem.
Ok. I’m not using Adsbrite.
Do you think WPML (currency switcher alone) would solve the price mismatch problem?
Nope. I use different setup of plugin however I am experiencing the price mismatch issue.
Yes. Our base currency is INR & have configured additional currencies USD & CAD.
I’m just using WPBC plugin for testing if it works then I’ll implement.
It seems like multisite is the best solution to solve the mismatch problem. Anyhow, please try and let me know.
It looks like a syntax error that why you are getting page not found error. Try the below.
https://www.oursite.com/product/demo-product/?wcpbc-manual-country=US
& – should be used when there is more than one query string parameter.
Hello shweta21
Are you able to test successfully i.e. Google Feed – Mismatch price issue ?
I’m able to capture the request however the values and parameter names are not matching with the https://developers.google.com/pay/india/api/web/create-payment-method request.
Assume, this plugin is tested in a PRODUCTION or LIVE environment. Can you please confirm?
Pls refer the https://developers.google.com/pay/india/api/web/pay-ui
I’m waiting for your response. Please help me to capture the create payment request payload so that I can working the Google Pay India Support team to solve the problem. this may help someone in the future as well since gpay (India account) is not working as expected. I’m suspecting they are looking for a merchant category code as well as part of the payment request.
I’m working with the google pay support team to resolve the merchant is not enabled issue. They are requesting to share the payload of the create payment request.
How do we capture the payload? Appreciate your quick response.
is there a way to track the request/response so that we can debug the issue?