Merge branch 'feature/cart_editing_policy' into dev

This commit is contained in:
2026-08-19 16:47:30 -03:00
32 changed files with 1057 additions and 74 deletions

View File

@@ -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.',
@@ -34,6 +36,7 @@ return [
'variant_required' => 'You must select a variant for this item.',
],
'purchase' => [
'variant_change_disabled' => 'Variant changes are disabled for this purchase.',
'source_required' => 'A cart or direct item is required.',
'payment_method_required' => 'The purchase payment method must be selected before finalizing.',
'not_editable' => 'The purchase is no longer editable.',