Robi.Web
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Polylang version repositoryResolved
Forum: Plugins
In reply to: [Polylang] Polylang version repositorySorry, I’ve found it:
@ewertonelias, bom dia!
/**
* SSL unable to verify host fix
*/
add_filter( ‘https_local_ssl_verify’, ‘__return_false’ );
add_filter( ‘https_ssl_verify’, ‘__return_false’);Esse script pode dar algum problema futuramente?
Esse seria apenas provisório até uma solução definitiva?Obrigado por sua cooperação, pra mim funcionou!
Forum: Plugins
In reply to: [WooCommerce] Disable ajax functionsSeems that when I do something in the cart, that use ajax, javascript is disabled, so, I can’t to use other function that use jquery, for exemplo.
Forum: Plugins
In reply to: [Claudio Sanches - Correios for WooCommerce] Cálculo no carrinho zeradoHabilitei o frete grátis para fazer o teste, e apareceu normal. O motivo parece ser que só calcula para o PAC, sendo o SEDEX zerado, quando o PAC está sozinho, não exibe, apenas faz o cálculo. Quando acrescentei o Frete Grátis, então exibiu, pois teriam então duas opções.