product detail
This commit is contained in:
parent
7fe5e1801c
commit
cbe3ad483e
|
|
@ -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()),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue