helfgar
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Tripadvisor Review Widgets] problemas ao conectarEstou com o mesmo problema. Já reconectei, limpei cache, coloquei um plugin de cache pra exluir a linha do JS, mas nada resolveu. Já estou há 5 dias esperando esses comentários carregarem. Sendo que já é a terceira vez que esse problema ocorre, desde quando instalei esse plugin.
Forum: Plugins
In reply to: [WP Tripadvisor Review Widgets] Review stuck in dowloadingI was having the same problem. I tried everything and nothing worked, until I followed the steps in the Advanced tab and carried out the processes in step 3, regarding the cache plugin, everything returned to normal.
Forum: Plugins
In reply to: [WooCommerce Pedido Mínimo] Erro ao finalizar a compraJá solucionado. Era um erro no arquivo load-pedido-minimo.php
Estava assim:
if($selected == true) {
wc_add_notice( sprintf( ‘<div class=”alerta_pedido_minimo”>
<p>’.esc_html__(‘Este pedido requer a(s) seguinte(s) forma(s) de pagamento:’, ‘wc-pedido-minimo’).’ ‘.$selectedGateways.’.’), ‘error’ );
return false;
}E agora assim:
$selected = false;
if($selected == true) {
wc_add_notice( sprintf( ‘<div class=”alerta_pedido_minimo”>
<p>’.esc_html__(‘Este pedido requer a(s) seguinte(s) forma(s) de pagamento:’, ‘wc-pedido-minimo’).’ ‘.$selectedGateways.’.’), ‘error’ );
return false;
}It works normally. However, it should have the function of limiting the step, as in the WooCommerce Min Max Quantity & Step Control Single plugin.
Example: I limit my category to the purchase of 2 products per order. The user buys 2 products in this category and, when trying to buy another product in the same category, cannot buy.Usei esse código apenas para o Billing Address 2. Coloquei limita??o para 14 caracteres, mas n?o funcionou. Continua sem a limita??o.
I’m using Loco Translate, but I didn’t find that phrase anywhere.
Forum: Plugins
In reply to: [YITH WooCommerce Affiliates] Change tokenWhen I click on any of these links (Commissions, Clicks, Payments, Generate Link and Settings) the page opens with error 404. Why is that? Do I need to install another plugin?