fjpmaia
Forum Replies Created
-
You are right! The page visited is /wp-login.php?action=register. I don’t know how it was registering, I tested it and it was redirecting. I blocked the IP.
Our website already redirects the login page to the home page. We use another login page. Maybe some plugin is registering the user.
I’m having the same problem. Started today.
Forum: Plugins
In reply to: [Claudio Sanches - Correios for WooCommerce] Erro ao completar endere?oOlá!
Verifiquei que o problema se deve a obrigatoriedade de informar o código do cart?o de postagem. Informe qualquer número de 10 dígitos na configura??o dos plugin e você receberá no log a informa??o de que o número é inválido e n?o mais “a autentica??o de null falhou”.
Antes n?o era obrigatório, é tanto que funcionava normalmente até o mês passado. Somente usava o recurso do CEP para buscar o endere?o.
Me cadastrei para obter o código do cart?o de postagem e agora funciona normalmente. Selecione a op??o que n?o exige um faturamento mínimo quando se cadastrar.Forum: Plugins
In reply to: [Fluid Checkout for WooCommerce - Lite] Mandatory delivery methodPerfect!
I was using version 3.1.2. Now working.
You are very efficient.
Thank you very much!Forum: Plugins
In reply to: [Fluid Checkout for WooCommerce - Lite] Mandatory delivery methodThank you Diego for your quick response.
Yes, I’m using multi-step layout and I am referring to shipping method. Shipping methods will only be available when a valid zip code or a zip code from a serviced region is selected. Currently the customer can proceed without having selected a shipping method. If the customer enters a zip code for an unserved region, there will not be a shipping method to select, but they can proceed to payment. How can I not proceed without shipping method information? Can a code snippet solve the problem? In other words, make shipping method information mandatory to proceed. Thanks.
Hi Diego,
Thanks for the article, it worked perfectly. I just had to make a correction for lower case in the code part below.
var changeToLowercase = function( field ) { field.value = field.value.toLowerCase(); }
It was showing the following error:
(index):1224 Uncaught ReferenceError: field is not defined at changeToLowercase ((index):1224:4)
at HTMLBodyElement.handleKeyUp ((index):1234:5)You have excellent support!
Thanks!
Hi Alan,
I’m waiting for the article.
Thanks for the answer.
Fernando MaiaForum: Plugins
In reply to: [WooCommerce] Problems with 7.8.0 : Minicart not workingHello,
I had the same problem and went back to the previous version.
I re-installed version 7.8.0 with @studiomondiale code snippet and it worked.Thanks!
Resolvido. Tinha um outro plugin que estava causando o problema.