From a78d61e96e1ec184a20b9f6a372546a305deb269 Mon Sep 17 00:00:00 2001 From: pushuo Date: Tue, 18 Jul 2023 10:54:00 +0000 Subject: [PATCH] !156 Fix multiple tab_product module switching errors * Fix multiple tab_product module switching errors --- themes/default/design/tab_product.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/design/tab_product.blade.php b/themes/default/design/tab_product.blade.php index 423bb0a0..5fd73808 100644 --- a/themes/default/design/tab_product.blade.php +++ b/themes/default/design/tab_product.blade.php @@ -7,12 +7,12 @@ @if ($content['tabs'] ?? false)
@foreach ($content['tabs'] as $key => $products) -
+
@if ($products['products']) @foreach ($products['products'] as $product)