20-02-2026

This commit is contained in:
Kevin Adametz 2026-02-20 17:55:06 +01:00
parent a8b395e20d
commit a00c42e770
252 changed files with 28785 additions and 8907 deletions

View file

@ -189,6 +189,8 @@ class Product extends Model
'active' => 'bool',
'no_commission' => 'bool',
'no_free_shipping' => 'bool',
'free_shipping_consultant' => 'bool',
'is_membership_only' => 'bool',
'buying_restriction' => 'bool',
'buying_restriction_amount' => 'int',
'sponsor_buying_points' => 'bool',
@ -212,6 +214,8 @@ class Product extends Model
'weight',
'no_commission',
'no_free_shipping',
'free_shipping_consultant',
'is_membership_only',
'contents',
'contents_total',
'unit',