product detail

This commit is contained in:
merdan 2023-04-11 13:41:06 +05:00
parent 7fe5e1801c
commit cbe3ad483e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class SizeVariant extends ProductDetail
'name' => $product->name,
'size' => $flat->size ?? 0,
'size_label' => $flat->size_label ?? null,
'status' => $flat->status,
'status' => $flat->status ?? false,
/* special price cases */
$this->merge($this->specialPriceInfo()),