Jake Vanderwerf
2026-07-10 f94860aacd6200fb24c9e7431eb379a368cb392d
inc/blocks/MenuBlock.php
@@ -188,8 +188,10 @@
               $prices[] = (float) $row[$this->base.'price'];
            }
         }
         if (!empty($prices)) {
         if (!empty($prices) && (min($prices) !== max($prices))) {
            $priceRange = jvbCurrency(min($prices)).' - '.jvbCurrency(max($prices));
         } elseif (!empty($prices)) {
            $priceRange = jvbCurrency(max($prices));
         }
      }
@@ -215,6 +217,7 @@
            if (empty($variations)) {
               echo Form::render(
                  $ID.'|cart_quantity',
                  '',
                  [
                     'type'   => 'quantity',
                     'label'  => 'Add to Order',