emersongodoy
Forum Replies Created
-
Forum: Plugins
In reply to: [Kangu para WooCommerce] Logs excessivos por falta de compatibilidadePessoal, o que acontece é o seguinte. A equipe de desenvolvimento da KANGU declararam compatibilidade com HPOS, mas na verdade o Pluguin n?o é compatível com HPOS, o que eles fizeram foi declarar compatibilidade usando o código abaixo nos arquivos “index.php” e lib/kangu.php” mas ele n?o é compatível. Por isso fica gerando LOG de erro infinito. Comentem o código abaixo e o erro desaparece no LOG de erros.
“index.php – linha 25 a 25”
“lib/kangu.php linha 117 a 121
add_action(‘before_woocommerce_init’, function() {
if (class_exists(\Automattic\WooCommerce\Utilities\FeaturesUtil::class)) {
\Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( ‘custom_order_tables’, FILE, true );
}
});Forum: Plugins
In reply to: [Kangu para WooCommerce] Logs excessivos por falta de compatibilidadeAchou alguma solu??o ?
Forum: Plugins
In reply to: [Kangu para WooCommerce] Woocommerce HPOSO suporte da Kangu é horrível, ainda depois que foi comprada pelo Mercado Livre piorou.
Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Incompatible con WoocommerceAqui também parou de funcionar desde a vers?o 7.0, tive que fazer o downgrade para a vers?o 6.9.3.
Após atualiza??o o plugin some das configura??es do woocommerce.
Forum: Plugins
In reply to: [WooCommerce] Cart PROBLEMSFor those who are having problems with the mini cart always empty with the cache in “HIT”, below is the solution I found:
As per the Woocommerce explanation, they have removed wc-cart-fragments to increase the performance. If you are using elementor, I believe now it’s up to elementor to get a fix. I saw elementor mentioned on GIT that they would give a fix with the 3.14.0 release. Until that, the below code will fix the issue.
Add this code to the function.php in the child theme or main theme (if you do not use a child theme)
function enqueue_wc_cart_fragments() { wp_enqueue_script( 'wc-cart-fragments' ); } add_action( 'wp_enqueue_scripts', 'enqueue_wc_cart_fragments' );
I use the LSCache and Swift Performance plugins.
For those who are having problems with the mini cart always empty with the cache in “HIT”, below is the solution I found:
As per the Woocommerce explanation, they have removed wc-cart-fragments to increase the performance. If you are using elementor, I believe now it’s up to elementor to get a fix. I saw elementor mentioned on GIT that they would give a fix with the 3.14.0 release. Until that, the below code will fix the issue.
Add this code to the function.php in the child theme or main theme (if you do not use a child theme)
function enqueue_wc_cart_fragments() { wp_enqueue_script( 'wc-cart-fragments' ); } add_action( 'wp_enqueue_scripts', 'enqueue_wc_cart_fragments' );
I use the LSCache and Swift Performance plugins.
function enqueue_wc_cart_fragments() { wp_enqueue_script( 'wc-cart-fragments' ); } add_action( 'wp_enqueue_scripts', 'enqueue_wc_cart_fragments' );
Forum: Plugins
In reply to: [WooCommerce] Shopping cart not showingFor those who are having problems with the mini cart always empty with the cache in “HIT”, below is the solution I found:
As per the Woocommerce explanation, they have removed wc-cart-fragments to increase the performance. If you are using elementor, I believe now it’s up to elementor to get a fix. I saw elementor mentioned on GIT that they would give a fix with the 3.14.0 release. Until that, the below code will fix the issue.
Add this code to the function.php in the child theme or main theme (if you do not use a child theme)
function enqueue_wc_cart_fragments() { wp_enqueue_script( 'wc-cart-fragments' ); } add_action( 'wp_enqueue_scripts', 'enqueue_wc_cart_fragments' );
I use the LSCache and Swift Performance plugins.
- This reply was modified 1 year, 4 months ago by emersongodoy.
@claudiosanches, bom dia.
O Módulo WooCommerce Extra Checkout Fields for Brazil 3.0.6 está tendo um conflito com o módulo do WooCommerce MercadoPago 3.0.5.
Quando o módulo do mercado pago esta ativo o formulário de cadastro n?o funciona – os campos CNPJ, CPF, RG, Inscri??o Estadual aparecem todos juntos, as máscaras do formulário e o preenchimento do CEP automático n?o funcionam.
Alguém achou uma solu??o ?
https://www.universodosoldador.com.br/checkout/
Grato,
Emerson.@claudiosanches, bom dia.
O Módulo WooCommerce Extra Checkout Fields for Brazil 3.0.6 está tendo um conflito com o módulo do WooCommerce MercadoPago 3.0.5.
Quando o módulo do mercado pago esta ativo o formulário de cadastro n?o funciona – os campos CNPJ, CPF, RG, Inscri??o Estadual aparecem todos juntos, as máscaras do formulário e o preenchimento do CEP automático n?o funcionam.
Tem alguma solu??o ?
https://www.universodosoldador.com.br/checkout/
Grato,
Emerson.@claudiosanches, bom dia.
O Módulo WooCommerce Extra Checkout Fields for Brazil 3.0.6 está tendo um conflito com o módulo do WooCommerce MercadoPago 3.0.5.
Quando o módulo do mercado pago esta ativo o formulário de cadastro n?o funciona – os campos CNPJ, CPF, RG, Inscri??o Estadual aparecem todos juntos, as máscaras do formulário e o preenchimento do CEP automático n?o funcionam.
Tem alguma solu??o ?
Grato,
Emerson.