20-02-2026
This commit is contained in:
parent
a8b395e20d
commit
a00c42e770
252 changed files with 28785 additions and 8907 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue