Index: /views/order/index.phtml
===================================================================
--- /views/order/index.phtml	(revision 7269)
+++ /views/order/index.phtml	(revision 7270)
@@ -188,4 +188,5 @@
 	<?php if ($this->hasMod('wpsg_mod_productgroups') && $this->get_option('wpsg_mod_productgroups_order_filter') === '1') { $arPG = $this->callMod('wpsg_mod_productgroups', 'getAllProductGroups', [true]); ?>
 
+		<?php if (wpsg_isSizedArray($arPG)) { ?>
 		<div class="container-fluid">
 			<div class="row">
@@ -201,4 +202,5 @@
 			</div>
 		</div>
+		<?php } ?>
 		
 	<?php } ?>
