falta calcular precio y guardar direccion

This commit is contained in:
2023-12-18 20:28:20 +01:00
parent 8154619bbb
commit 19d3cdd163
6 changed files with 61 additions and 24 deletions

View File

@ -15,6 +15,7 @@ return [
'peso' => 'Weight',
'cantidad' => 'Quantity',
'precio' => 'Price',
'saveDirection' => 'Save to client addresses',
'validation' => [
'max_length' => 'Max. length ',
'required' => 'Field required',

View File

@ -17,6 +17,7 @@ return [
'peso' => 'Peso',
'cantidad' => 'Cantidad',
'precio' => 'Precio',
'saveDirection' => 'Guardar en direcciones de cliente',
'validation' => [
'max_length' => 'Max. valor caracteres alcanzado',
'required' => 'Campo obligatorio',