feat(cart): implement cart editing policies and update related functionality

This commit is contained in:
2026-08-19 10:15:37 -03:00
parent 67e6211857
commit 014b5bb012
20 changed files with 305 additions and 39 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.',

View File

@@ -22,6 +22,8 @@ return [
'google_email_unverified' => 'La cuenta de Google debe tener el email verificado.',
],
'cart' => [
'editing_disabled' => 'La edición del carrito está deshabilitada.',
'variant_change_disabled' => 'El cambio de variante está deshabilitado para este carrito.',
'item_added' => 'Producto agregado al carrito.',
'quantity_updated' => 'Cantidad de producto actualizada.',
'item_updated' => 'Producto actualizado.',