feat: implement cart service and resource to manage user and guest shopping carts
This commit is contained in:
@@ -95,6 +95,7 @@ class CartService
|
||||
return $cart->fresh()->load([
|
||||
'items.variant.product',
|
||||
'items.variant.definitions.productAttribute.attribute',
|
||||
'items.variant.attachments',
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user