diff --git a/wp-content/themes/mont58-coffee/template-order-label.php b/wp-content/themes/mont58-coffee/template-order-label.php index de72263..06933b9 100644 --- a/wp-content/themes/mont58-coffee/template-order-label.php +++ b/wp-content/themes/mont58-coffee/template-order-label.php @@ -122,13 +122,13 @@ if(!is_user_logged_in()){ } } - if (!$is_coffee && !$is_subscription) { - continue; + if ($is_coffee || $is_subscription) { + $brew_method = $item->get_meta("pa_brew-method"); + $weight = $item->get_meta("weight"); + } else { + $product_name = $item->get_name(); } - $brew_method = $item->get_meta("pa_brew-method"); - $weight = $item->get_meta("weight"); - if ($is_coffee) { // Non-subscription order $product_name = $item->get_name(); @@ -159,11 +159,15 @@ if(!is_user_logged_in()){
+

+

+

Roast

Roasted on:

+