deffo
Forum Replies Created
-
Forum: Plugins
In reply to: [Fluid Checkout for WooCommerce - Lite] Billing phone number is duplicatedThanks for the answer. I created the ticket in your main support channel. You can close this ticket if you want.
Forum: Plugins
In reply to: [Fluid Checkout for WooCommerce - Lite] Billing phone number is duplicatedI am sorry, i mistaken the order of the pictures. The first picture is with your plugin enabled and the second with your plugin disabled.
Thanks for the snippet. It works good.
Now I am considering upgrade to pro in the near future because with your snippet, I can use the discontinued plugin.
Forum: Plugins
In reply to: [Cool Correo Argentino - WooCommerce] Aforo incorrecto con cajas grandesNo hay documentación de eso. Lo descubrí con un envío que al cotizarlo me cobraban mucho más que con el plugin y viendo eso era porque las medidas eran superiores.
Después de hacer varias pruebas con diferentes medidas pude definir cuando utilizaban 6000 o 4000 para el aforo.
Te dejo la modificación que hice en el archivo class-price-method-table.php (probablemente no esté lo mejor posible optimizado pero ta va a dar una idea de cuando toma un valor y cuando el otro).// Fill PaqAr packages. $PaqArs = $this->get_paqars( $items ); foreach($PaqArs as &$Paq) { if ( ($Paq['height'] + $Paq['width'] + $Paq['length']) > 200 ) { $aforo = 4000; } elseif ( max($Paq['height'], $Paq['width'], $Paq['length']) > 120) { $aforo = 4000; } else { $aforo = 6000; } // Coeficiente de Aforo: Depende de tamaño / DEFFO $Paq['volumetric_weight'] = floatval( ( $Paq['height'] * $Paq['width'] * $Paq['length'] ) / $aforo ); $PaqWeight = max( $Paq['weight'], $Paq['volumetric_weight']); foreach ( $WeightRange as $value ) { if ( floatval( $PaqWeight ) <= floatval( $value ) ) { $weight = $value; break; } } $Paq['cost'] += Helper::get_price( $shippingMethod->service_type, strVal( $zone ), strVal( $weight ) ); }Funcionó bien, gracias!
Gracias! recién lo descargué y entre hoy o mañana ya lo estoy probando.
Buen día, hoy volví a chequear y continúa la misma versión sin soporte con HPOS. Tenés idea cuando la suben?
Gracias por la respuesta. Espero el update entonces. Saludos!
Forum: Plugins
In reply to: [PW WooCommerce Bulk Edit] 500 Internal Server ErrorThanks for your answer. I didn’t use the “pwbe_product_columns” hook on my site.
I’ve tested the new version and works good.Lo resolví reemplazando:
session_start();por:
if (!isset($_SESSION)) {
session_start([‘read_and_close’ => true]);
}En estos dos archivos:
class-wc-shipping-oca.php y functions.phpForum: Plugins
In reply to: [Advanced AJAX Product Filters] Checking subcategory don’t show filtersThank you for your answer @razyrx .. its a shame your plugin didn’t do that coz it’s good to show only categories in that way. In paid version works the same? Are you planing to make any change to support that feature in the future? I don’t like too much categories link widget.
And about the problem with collapse arrow? it doesn’t work and sometimes shows the arrow from theme too.
Forum: Plugins
In reply to: [Barion Payment Gateway for WooCommerce] Megadott callback URLTévedtem. A probléma nem a acceptWatcher.js vagy az A Full Pixel bővítményt fájlban található. Távolítottam el egy A Full Pixel bővítményt és a probléma továbbra is fennáll. Amikor visszatérek Barionból fizetés nélkül, látom, hogy egy fehér oldal val vel -1.
Forum: Plugins
In reply to: [Barion Payment Gateway for WooCommerce] Megadott callback URLMegtaláltam, mi okozza a problémát. A consentWatcher.js
Megpróbálom kijavítani. De bármilyen segítség jó lesz.
Forum: Plugins
In reply to: [Barion Payment Gateway for WooCommerce] Megadott callback URLMegtaláltam, mi okozza a problémát. A Full Pixel bővítményt. A deaktiválás megoldja a hibát. Valaki tudja, hogyan lehet megjavítani?
Forum: Plugins
In reply to: [Barion Payment Gateway for WooCommerce] Full Barion Pixel aktiválásaTalán ő elfoglalt, mert azt hiszem, látni fogja ezeket a hozzászólásokat.