tozq
Forum Replies Created
-
Forum: Plugins
In reply to: [WC - APG Weight Shipping] No shipping methodsHola, ?es posible establecer el precio de envío de ámbito estatal para otros países? He tratado deChina, Beijing, por ejemplo, dice que “no es rival resultado” gracias!
Forum: Plugins
In reply to: [WooCommerce Product Archive Customiser] Per page is not workingnot work. nothing change
Forum: Plugins
In reply to: [WC - APG Weight Shipping] No shipping methodsfound it, thank you!
Forum: Plugins
In reply to: [WC - APG Weight Shipping] No shipping methodsHola, Estoy intentando fijar 2 soportes para un grupo de países, por ejemplo, USPS por el precio de 1 y FedEx por el precio de 2, cómo hacerlo? Gracias. (Estoy utilizando el traductor de google, lo siento)
Forum: Plugins
In reply to: [WC - APG Weight Shipping] No shipping methodsCan I configure this for different carrier? same country group. For example, one for USPS, one for FEDEX. All use weight but different prices. Fedex is faster than USPS so price will be higher. Thank you!
Forum: Plugins
In reply to: [WC - APG Weight Shipping] No shipping methodsHi, I update to 1.4, in checkout page, error message shows:”Warning: Invalid argument supplied for foreach() in /home/myehubinc/public_html/mytest.com/wp-content/plugins/woocommerce-apg-weight-and-postcodestatecountry-shipping/apg-shipping.php on line 639″
this is line 639
—————————
639 foreach ($medios_de_pago as $medio_de_pago => $numero)
640 {
641 $configuracion = get_option(‘woocommerce_’ . $medio_de_pago . ‘_settings’);
642 if ($configuracion[‘enabled’] == ‘yes’) $medios[$medio_de_pago] = $configuracion[‘title’];
643 }
644
645 return $medios;
—————————-Thank you!
Forum: Plugins
In reply to: [WC - APG Weight Shipping] No shipping methodsadd , at end will make it work.
1|10|C1,
2|15|C1,
3|20|C1,
4|25|C1,
5|30|C1,Forum: Plugins
In reply to: [WC - APG Weight Shipping] No shipping methodsI want to charge shipping as this: $10 for the first Lb, and $5.00 for each after Lb, how do I do that? like this?
1|10|C1
2|15|C1
3|20|C1
4|25|C1
5|30|C1Also, I am using the latest Woocommerce, there is no selection for APG from shipping method.
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Devision by Zero– I have the latest version on both woocommerce and wp.
– plugins: Akismet(stopped),Alipay For WooCommerce,Weight based shipping for Woocommerce,WooCommerce2.12,WooThemes Helper
– theme: mystile
– i did not touch functions.phpI found that the plugin “WooCommerce Customizer” is the one that causes the problem. Disabled it everything goes ok.
Forum: Plugins
In reply to: [Plugin: WooCommerce] Warning: Division by zeroit is the “WooCommerce Customizer” cause the problem. Disable it everything ok.
Forum: Plugins
In reply to: [Plugin: WooCommerce] Warning: Division by zerosolved the problem.
just disable all plugins and delete all products.Forum: Plugins
In reply to: [Plugin: WooCommerce] Warning: Division by zeroI have the same problem here too.
Forum: Themes and Templates
In reply to: Devide by zeroit looks as here?
33 if ( 0 == ( $woocommerce_loop[‘loop’] – 1 ) % $woocommerce_loop[‘columns’] || 1 == $woocommerce_loop[‘columns’] )
34 $classes[] = ‘first’;
35 if ( 0 == $woocommerce_loop[‘loop’] % $woocommerce_loop[‘columns’] )
36 $classes[] = ‘last’;