feat(cart): implement cart editing policies and update related functionality
This commit is contained in:
@@ -22,6 +22,8 @@ return [
|
||||
'google_email_unverified' => 'The Google account must have a verified email.',
|
||||
],
|
||||
'cart' => [
|
||||
'editing_disabled' => 'Cart editing is disabled.',
|
||||
'variant_change_disabled' => 'Variant changes are disabled for this cart.',
|
||||
'item_added' => 'Product added to cart.',
|
||||
'quantity_updated' => 'Product quantity updated.',
|
||||
'item_updated' => 'Product updated.',
|
||||
|
||||
Reference in New Issue
Block a user