cart responsive, Checkout from cart

This commit is contained in:
Kevin Adametz 2020-08-14 18:32:41 +02:00
parent bde1095014
commit fb27009339
17 changed files with 501 additions and 319 deletions

View file

@ -129,6 +129,7 @@ class ShoppingUser extends Model
'billing_country_id',
'billing_phone',
'billing_email',
'faker_mail',
'accepted_data_checkbox',
'same_as_billing',
'shipping_salutation',
@ -145,6 +146,9 @@ class ShoppingUser extends Model
'subscribed',
'notice',
'mode',
'is_for',
'is_from',
'shopping_user_id',
'wp_order_number',
'wp_order_date',
];
@ -152,6 +156,7 @@ class ShoppingUser extends Model
protected $casts = [
'notice' => 'array',
'is_like' => 'bool',
'faker_mail' => 'bool',
'accepted_data_checkbox' => 'bool',
'same_as_billing' => 'bool',
'has_buyed' => 'bool',