feat: refactor product attributes handling to use product_attribute table and update related models and requests
This commit is contained in:
@@ -94,7 +94,7 @@ class CartService
|
||||
{
|
||||
return $cart->fresh()->load([
|
||||
'items.variant.product',
|
||||
'items.variant.definitions.attribute',
|
||||
'items.variant.definitions.productAttribute.attribute',
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user