Running several tests I found that the problem happens when I turn on “Hide address fields in Google Checkout”.
Disabling everything works fine. But I would like to work hiding the fields.
======================
Fazendo vários testes descobri que o problema acontece quando ativo “Ocultar campos de endereço no Google Checkout”.
Ao desativar tudo funciona bem. Mas gostaria de trabalhar ocultando os campos.
Hi Ricardo,
Yes, I’m doing good and I hope you are safe as well.
I understand that the issue arises when the Quotes->Settings->Cart & Checkout Settings->Hide Address fields at Checkout setting is enabled.
I’m unable to replicate the issue at my end with the versions you specified above.
If possible, you can turn on wp_debug mode on your site using the below commands. This will help log the errors.
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
Please add the above lines of code in the wp-config file. This will log the errors in debug.log giving you an insight into what’s causing the issue.
Please send me the log details so I can help you fix the same.
I would suggested enabling debug log on a staging/dev server where the issue is replicated. In a scenario where you don’t have access to a staging/dev server, you can apply the above on your production site. But please disable debug mode on the production site as soon as you’re done with the testing.
I shall await the results.
Thanks,
Pinal