diff --git a/wp-content/themes/mont58-coffee/template-order-label.php b/wp-content/themes/mont58-coffee/template-order-label.php index c9b1f7b..54686ba 100644 --- a/wp-content/themes/mont58-coffee/template-order-label.php +++ b/wp-content/themes/mont58-coffee/template-order-label.php @@ -132,6 +132,8 @@ if(!is_user_logged_in()){ $j = 0; + $is_new = false; + foreach ($items as $item) { // checking if product is a coffee $product_id = $item->get_product_id();