[Plugin: WooCommerce] Warning: Division by zero
-
I am using WooCommerce with the Themeforest X Ultimate WordPress Theme.
I cannot get the product thumbnails to show on the main shop page or any page. Instead I get this:
Warning: Division by zero in /home/content/86/7154286/html/doodlesncompany/wp-content/plugins/woocommerce/templates/content-product.php on line 33 Warning: Division by zero in /home/content/86/7154286/html/doodlesncompany/wp-content/plugins/woocommerce/templates/content-product.php on line 35
When going into my files, these are the lines it is referencing:
// Extra post classes $classes = array(); if ( 0 == ( $woocommerce_loop['loop'] - 1 ) % $woocommerce_loop['columns'] || 1 == $woocommerce_loop['columns'] ) $classes[] = 'first'; if ( 0 == $woocommerce_loop['loop'] % $woocommerce_loop['columns'] ) $classes[] = 'last'; ?>
I have searched around for answers and nothing that I have found/tried has worked.
Thanks for any help.
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘[Plugin: WooCommerce] Warning: Division by zero’ is closed to new replies.