Dumped Contents
In
ProductoService.php
line 155:
if($_ENV['DEV_DEBUG'] == "true"){
dump($body);
dump($response);
// die;
}
"<?xml version="1.0" encoding="UTF-8" ?><enquiry><jobTemplateCode>PEDIDO</jobTemplateCode><customerCode>ABAMA</customerCode><addressNumber>1</addressNumber><customerRef>Ref. Cliente</customerRef><contactName>Contacto</contactName><telephone>34 555 99 99 99</telephone><emailAddress>pruebas@acme.es</emailAddress><repCode>WEB</repCode><origCode>BERTO</origCode><currencyCode></currencyCode><dueAt>2022-12-31T17:00</dueAt><!-- Opcional. --><!-- <jobVariable><name>ep_fecha_entrega</name><type>datetime</type><value>2023-12-30T12:00</value></jobVariable>--><!-- Obligatorio. Depende del producto oferta. --><jobVariable><name>ep_tipo_pedido</name><type>string</type><value>BOLSABIO</value></jobVariable><jobVariable><name>ep_titulo</name><type>string</type><value>Pedido WEB</value></jobVariable><jobVariable><name>ep_fecha_entrega</name><type>datetime</type><value>2025-12-22T12:00</value></jobVariable><line><!-- Tipo de Trabajo. --><productCode>VARIOS</productCode><!-- Título de la línea de oferta. --><description>WEB SERVICES</description><quantity>1</quantity><productVariable><name>e_diseno</name><type>integer</type><value>0</value></productVariable><productVariable><name>e_maquina</name><type>string</type><value>BROTHER GTX</value></productVariable><productVariable><name>e_sg_calidad</name><type>string</type><value>ALTA</value></productVariable><productVariable><name>e_serigrafia</name><type>boolean</type><value>0</value></productVariable><productVariable><name>e_digital</name><type>boolean</type><value>1</value></productVariable><productVariable><name>e_sg_cobertura</name><type>decimal</type><value>60.00</value></productVariable><productVariable><name>e_sg_nota</name><type>string</type><value></value></productVariable><productVariable><name>e_dg_pr_1_desc</name><type>string</type><value>20</value></productVariable><productVariable><name>e_dg_pr_1_cal</name><type>string</type><value>ALTA</value></productVariable><productVariable><name>e_dg_pr_1_gama</name><type>boolean</type><value>1</value></productVariable><productVariable><name>e_dg_pr_1_blanco</name><type>boolean</type><value>1</value></productVariable><productVariable><name>e_dg_pr_2_desc</name><type>string</type><value>20</value></productVariable><productVariable><name>e_dg_pr_2_cal</name><type>string</type><value>ALTA</value></productVariable><productVariable><name>e_dg_pr_2_gama</name><type>boolean</type><value>1</value></productVariable><productVariable><name>e_dg_pr_2_blanco</name><type>boolean</type><value>1</value></productVariable><productVariable><name>e_dg_pr_1_si</name><type>boolean</type><value>1</value></productVariable><productVariable><name>e_dg_pr_2_si</name><type>boolean</type><value>0</value></productVariable><productVariable><name>e_material</name><type>string</type><value>BSLCAPELLA1T1C38X42</value></productVariable><productVariable><name>e_dg_pr_1_sp_ancho</name><type>integer</type><value>200</value></productVariable><productVariable><name>e_dg_pr_1_sp_alto</name><type>integer</type><value>250</value></productVariable><productVariable><name>e_dg_pr_2_sp_ancho</name><type>integer</type><value>200</value></productVariable><productVariable><name>e_dg_pr_2_sp_alto</name><type>integer</type><value>250</value></productVariable><productVariable><name>e_ent_tipo</name><type>string</type><value>N_MEDIOS</value></productVariable><productVariable><name>e_ent_destino</name><type>string</type><value>TENERIFE</value></productVariable></line></enquiry>"
In
ProductoService.php
line 156:
if($_ENV['DEV_DEBUG'] == "true"){
dump($body);
dump($response);
// die;
}
if($response->success == "true"){
{#1228
+"success": "true"
+"lineQtyPrice": {#1227
+"lineNumber": "1"
+"quantity": "1"
+"price": "28.83"
+"taxValue": "0"
+"foreignPrice": "0"
+"foreignTaxValue": "0"
+"isUnresolved": "false"
+"whyUnresolved": {#1226}
}
}
In
ProductoController.php
line 148:
if($_ENV['DEV_DEBUG'] == "true"){
dump($producto->getSubGrupoProducto()->getPlantilla());
dump($precio);
}
// Si no obtenemos un precio volvemos a las categorias
"VARIOS"
In
ProductoController.php
line 149:
if($_ENV['DEV_DEBUG'] == "true"){
dump($producto->getSubGrupoProducto()->getPlantilla());
dump($precio);
}
// Si no obtenemos un precio volvemos a las categorias
if(!isset($precio)){
28.83
In
ProductoService.php
line 129:
$response = $this->apiService->productInputList($producto->getSubGrupoProducto()->getPlantilla());
if($_ENV['DEV_DEBUG'] == "true"){
dump($response);
// die;
}
if($response->success == "true"){
{#1247
+"success": "true"
+"inputs": {#1249
+"input": array:61 [
0 => {#1248
+"inputCode": "e_diseno"
+"description": "Diseño"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
1 => {#1309
+"inputCode": "e_material"
+"description": "Material"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
2 => {#1308
+"inputCode": "e_maquina"
+"description": "Máquina"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1381
+"entry": array:4 [
0 => {#1307
+"code": "ANATOL"
+"name": "Pulpo 6 Colores"
}
1 => {#1306
+"code": "BROTHER GTX"
+"name": "Brother GTX"
}
2 => {#1374
+"code": "DIGIFLEX"
+"name": "Digiflex"
}
3 => {#1382
+"code": "PULPO"
+"name": "Pulpo 2 Colores"
}
]
}
}
3 => {#1380
+"inputCode": "e_serigrafia"
+"description": "Serigrafía"
+"inputType": "UI_TYPE_BOOLEAN"
}
4 => {#1379
+"inputCode": "e_digital"
+"description": "Digital"
+"inputType": "UI_TYPE_BOOLEAN"
}
5 => {#1378
+"inputCode": "e_sep_serigrafia"
+"description": "Serigrafía"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
6 => {#1377
+"inputCode": "e_sg_calidad"
+"description": "Calidad"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1370
+"entry": array:3 [
0 => {#1376
+"code": "ALTA"
+"name": "Calidad Alta (70)"
}
1 => {#1375
+"code": "MUY ALTA"
+"name": "Calidad Muy Alta (120)"
}
2 => {#1305
+"code": "PREMIUM"
+"name": "Calidad Premium (200)"
}
]
}
}
7 => {#1373
+"inputCode": "e_sg_tipo_imp"
+"description": "Impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1288
+"entry": array:26 [
0 => {#1372
+"code": "1/0 LACA"
+"name": "1/0 Laca"
}
1 => {#1371
+"code": "1/0 PLASTICA"
+"name": "1/0 Plástica"
}
2 => {#1304
+"code": "1/1 LACA"
+"name": "1/1 Laca"
}
3 => {#1303
+"code": "1/1 PLASTICA"
+"name": "1/1 Plástica"
}
4 => {#1302
+"code": "2/0 LACA"
+"name": "2/0 Laca"
}
5 => {#1301
+"code": "2/0 PLASTICA"
+"name": "2/0 Plástica"
}
6 => {#1300
+"code": "2/1 LACA"
+"name": "2/1 Laca"
}
7 => {#1299
+"code": "2/1 PLASTICA"
+"name": "2/1 Plástica"
}
8 => {#1298
+"code": "2/2 LACA"
+"name": "2/2 Laca"
}
9 => {#1366
+"code": "2/2 PLASTICA"
+"name": "2/2 Plástica"
}
10 => {#1369
+"code": "3/0 LACA"
+"name": "3/0 Laca"
}
11 => {#1368
+"code": "3/0 PLASTICA"
+"name": "3/0 Plastica"
}
12 => {#1367
+"code": "3/3 LACA"
+"name": "3/3 Laca"
}
13 => {#1297
+"code": "3/3 PLASTICA"
+"name": "3/3 Plastica"
}
14 => {#1296
+"code": "4/0 LACA"
+"name": "4/0 Laca"
}
15 => {#1295
+"code": "4/0 PLASTICA"
+"name": "4/0 Plastica"
}
16 => {#1294
+"code": "4/4 LACA"
+"name": "4/4 Laca"
}
17 => {#1293
+"code": "4/4 PLASTICA"
+"name": "4/4 Plastica"
}
18 => {#1292
+"code": "5/0 LACA"
+"name": "5/0 Laca"
}
19 => {#1291
+"code": "5/0 PLASTICA"
+"name": "5/0 Plastica"
}
20 => {#1362
+"code": "5/5 LACA"
+"name": "5/5 Laca"
}
21 => {#1365
+"code": "5/5 PLASTICA"
+"name": "5/5 Plastica"
}
22 => {#1364
+"code": "6/0 LACA"
+"name": "6/0 Laca"
}
23 => {#1363
+"code": "6/0 PLASTICA"
+"name": "6/0 Plastica"
}
24 => {#1290
+"code": "6/6 LACA"
+"name": "6/6 Laca"
}
25 => {#1289
+"code": "6/6 PLASTICA"
+"name": "6/6 Plastica"
}
]
}
}
8 => {#1287
+"inputCode": "e_sg_cobertura"
+"description": "Porcentaje de Cobertura"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.01"
+"maxValue": "100.00"
}
9 => {#1286
+"inputCode": "e_sg_nota"
+"description": "Notas"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "50"
+"upperCase": "false"
}
10 => {#1285
+"inputCode": "e_sep_serigrafia_fin"
+"description": "Serigrafía"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
11 => {#1284
+"inputCode": "e_sep_digital"
+"description": "Digital"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
12 => {#1358
+"inputCode": "e_dg_pr_1_si"
+"description": "Punto 1"
+"inputType": "UI_TYPE_BOOLEAN"
}
13 => {#1361
+"inputCode": "e_dg_pr_1_desc"
+"description": "Zona de impresión de 1"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "20"
+"upperCase": "false"
}
14 => {#1360
+"inputCode": "e_dg_pr_1_cal"
+"description": "Calidad de impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1281
+"entry": array:3 [
0 => {#1359
+"code": "ALTA"
+"name": "Alta"
}
1 => {#1283
+"code": "BAJA"
+"name": "Baja"
}
2 => {#1282
+"code": "MEDIA"
+"name": "Media"
}
]
}
}
15 => {#1280
+"inputCode": "e_dg_pr_1_sp_ancho"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
16 => {#1279
+"inputCode": "e_dg_pr_1_sp_alto"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
17 => {#1278
+"inputCode": "e_dg_pr_1_gama"
+"description": "Gama"
+"inputType": "UI_TYPE_BOOLEAN"
}
18 => {#1277
+"inputCode": "e_dg_pr_1_blanco"
+"description": "Blanco"
+"inputType": "UI_TYPE_BOOLEAN"
}
19 => {#1354
+"inputCode": "e_dg_pr_2_si"
+"description": "Punto 2"
+"inputType": "UI_TYPE_BOOLEAN"
}
20 => {#1357
+"inputCode": "e_dg_pr_2_desc"
+"description": "Zona de impresión de 2"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "20"
+"upperCase": "false"
}
21 => {#1356
+"inputCode": "e_dg_pr_2_cal"
+"description": "Calidad de impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1274
+"entry": array:3 [
0 => {#1355
+"code": "ALTA"
+"name": "Alta"
}
1 => {#1276
+"code": "BAJA"
+"name": "Baja"
}
2 => {#1275
+"code": "MEDIA"
+"name": "Media"
}
]
}
}
22 => {#1273
+"inputCode": "e_dg_pr_2_sp_ancho"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
23 => {#1272
+"inputCode": "e_dg_pr_2_sp_alto"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
24 => {#1271
+"inputCode": "e_dg_pr_2_gama"
+"description": "Gama"
+"inputType": "UI_TYPE_BOOLEAN"
}
25 => {#1270
+"inputCode": "e_dg_pr_2_blanco"
+"description": "Blanco"
+"inputType": "UI_TYPE_BOOLEAN"
}
26 => {#1350
+"inputCode": "e_dg_pr_3_si"
+"description": "Punto 3"
+"inputType": "UI_TYPE_BOOLEAN"
}
27 => {#1353
+"inputCode": "e_dg_pr_3_desc"
+"description": "Zona de impresión de 2"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "20"
+"upperCase": "false"
}
28 => {#1352
+"inputCode": "e_dg_pr_3_cal"
+"description": "Calidad de impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1267
+"entry": array:3 [
0 => {#1351
+"code": "ALTA"
+"name": "Alta"
}
1 => {#1269
+"code": "BAJA"
+"name": "Baja"
}
2 => {#1268
+"code": "MEDIA"
+"name": "Media"
}
]
}
}
29 => {#1266
+"inputCode": "e_dg_pr_3_sp_ancho"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
30 => {#1265
+"inputCode": "e_dg_pr_3_sp_alto"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
31 => {#1264
+"inputCode": "e_dg_pr_3_gama"
+"description": "Gama"
+"inputType": "UI_TYPE_BOOLEAN"
}
32 => {#1263
+"inputCode": "e_dg_pr_3_blanco"
+"description": "Blanco"
+"inputType": "UI_TYPE_BOOLEAN"
}
33 => {#1346
+"inputCode": "e_dg_pr_4_si"
+"description": "Punto 4"
+"inputType": "UI_TYPE_BOOLEAN"
}
34 => {#1349
+"inputCode": "e_dg_pr_4_desc"
+"description": "Zona de impresión de 2"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "20"
+"upperCase": "false"
}
35 => {#1348
+"inputCode": "e_dg_pr_4_cal"
+"description": "Calidad de impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1260
+"entry": array:3 [
0 => {#1347
+"code": "ALTA"
+"name": "Alta"
}
1 => {#1262
+"code": "BAJA"
+"name": "Baja"
}
2 => {#1261
+"code": "MEDIA"
+"name": "Media"
}
]
}
}
36 => {#1259
+"inputCode": "e_dg_pr_4_sp_ancho"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
37 => {#1258
+"inputCode": "e_dg_pr_4_sp_alto"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
38 => {#1257
+"inputCode": "e_dg_pr_4_gama"
+"description": "Gama"
+"inputType": "UI_TYPE_BOOLEAN"
}
39 => {#1256
+"inputCode": "e_dg_pr_4_blanco"
+"description": "Blanco"
+"inputType": "UI_TYPE_BOOLEAN"
}
40 => {#1319
+"inputCode": "e_dg_pr_5_si"
+"description": "Punto 5"
+"inputType": "UI_TYPE_BOOLEAN"
}
41 => {#1345
+"inputCode": "e_dg_pr_5_desc"
+"description": "Zona de impresión de 2"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "20"
+"upperCase": "false"
}
42 => {#1344
+"inputCode": "e_dg_pr_5_cal"
+"description": "Calidad de impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1340
+"entry": array:3 [
0 => {#1343
+"code": "ALTA"
+"name": "Alta"
}
1 => {#1342
+"code": "BAJA"
+"name": "Baja"
}
2 => {#1341
+"code": "MEDIA"
+"name": "Media"
}
]
}
}
43 => {#1339
+"inputCode": "e_dg_pr_5_sp_ancho"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
44 => {#1338
+"inputCode": "e_dg_pr_5_sp_alto"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
45 => {#1337
+"inputCode": "e_dg_pr_5_gama"
+"description": "Gama"
+"inputType": "UI_TYPE_BOOLEAN"
}
46 => {#1336
+"inputCode": "e_dg_pr_5_blanco"
+"description": "Blanco"
+"inputType": "UI_TYPE_BOOLEAN"
}
47 => {#1335
+"inputCode": "e_dg_pr_6_si"
+"description": "Punto 6"
+"inputType": "UI_TYPE_BOOLEAN"
}
48 => {#1334
+"inputCode": "e_dg_pr_6_desc"
+"description": "Zona de impresión de 2"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "20"
+"upperCase": "false"
}
49 => {#1333
+"inputCode": "e_dg_pr_6_cal"
+"description": "Calidad de impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1329
+"entry": array:3 [
0 => {#1332
+"code": "ALTA"
+"name": "Alta"
}
1 => {#1331
+"code": "BAJA"
+"name": "Baja"
}
2 => {#1330
+"code": "MEDIA"
+"name": "Media"
}
]
}
}
50 => {#1328
+"inputCode": "e_dg_pr_6_sp_ancho"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
51 => {#1327
+"inputCode": "e_dg_pr_6_sp_alto"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
52 => {#1326
+"inputCode": "e_dg_pr_6_gama"
+"description": "Gama"
+"inputType": "UI_TYPE_BOOLEAN"
}
53 => {#1325
+"inputCode": "e_dg_pr_6_blanco"
+"description": "Blanco"
+"inputType": "UI_TYPE_BOOLEAN"
}
54 => {#1324
+"inputCode": "e_sep_digital_fin"
+"description": "Serigrafía"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
55 => {#1323
+"inputCode": "e_sep_entrega"
+"description": "Entrega"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
56 => {#1322
+"inputCode": "e_ent_tipo"
+"description": "Entrega"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1315
+"option": array:3 [
0 => {#1321
+"label": "Agencia"
+"value": "AGENCIA"
}
1 => {#1320
+"label": "Recoge Cliente"
+"value": "CLIENTE"
}
2 => {#1255
+"label": "Nuestros Medios"
+"value": "N_MEDIOS"
}
]
}
}
57 => {#1318
+"inputCode": "e_ent_destino"
+"description": "Entrega en"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1313
+"entry": array:8 [
0 => {#1317
+"code": "EL HIERRO"
+"name": "El Hierro"
}
1 => {#1316
+"code": "FUERTEVENTURA"
+"name": "Fuerteventura"
}
2 => {#1254
+"code": "LA GOMERA"
+"name": "La Gomera"
}
3 => {#1253
+"code": "LA PALMA"
+"name": "La Palma"
}
4 => {#1252
+"code": "LANZAROTE"
+"name": "Lanzarote"
}
5 => {#1251
+"code": "LAS PALMAS"
+"name": "Las Palmas"
}
6 => {#1310
+"code": "SANTA CRUZ"
+"name": "Santa Cruz"
}
7 => {#1314
+"code": "TENERIFE"
+"name": "Tenerife"
}
]
}
}
58 => {#1312
+"inputCode": "e_sep_entrega_fin"
+"description": "Serigrafía"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
59 => {#1311
+"inputCode": "e_texto_oferta"
+"description": "Texto de oferta"
+"inputType": "UI_TYPE_TEXT"
}
60 => {#1250
+"inputCode": "e_texto_oferta_mod"
+"description": "Mod."
+"inputType": "UI_TYPE_BOOLEAN"
}
]
}
}
In
ProductoController.php
line 177:
if($_ENV['DEV_DEBUG'] == "true"){
dump($inputs_api);
// die;
}
$form = $this->createForm(ItemCarroCompraType::class, $itemCarroCompra, [
array:17 [
0 => array:14 [
"inputCode" => "e_diseno"
"inputType" => "UI_TYPE_NUMBER"
"description" => "Diseño"
"label_placeholder" => "Diseño"
"tipo" => "integer"
"options" => []
"min" => "0"
"max" => "999999"
"step" => 1
"id_detalle" => 1066
"visible" => false
"api_type" => "productVariable"
"value" => "0"
"required" => true
]
1 => array:14 [
"inputCode" => "e_maquina"
"inputType" => "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
"description" => "Máquina"
"label_placeholder" => "Máquina"
"tipo" => "select"
"options" => array:4 [
0 => array:2 [
"label" => "Pulpo 6 Colores"
"value" => "ANATOL"
]
1 => array:2 [
"label" => "Brother GTX"
"value" => "BROTHER GTX"
]
2 => array:2 [
"label" => "Digiflex"
"value" => "DIGIFLEX"
]
3 => array:2 [
"label" => "Pulpo 2 Colores"
"value" => "PULPO"
]
]
"id_detalle" => 1068
"visible" => false
"api_type" => "productVariable"
"value" => "BROTHER GTX"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
2 => array:14 [
"inputCode" => "e_sg_calidad"
"inputType" => "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
"description" => "Calidad"
"label_placeholder" => "Calidad"
"tipo" => "select"
"options" => array:3 [
0 => array:2 [
"label" => "Calidad Alta (70)"
"value" => "ALTA"
]
1 => array:2 [
"label" => "Calidad Muy Alta (120)"
"value" => "MUY ALTA"
]
2 => array:2 [
"label" => "Calidad Premium (200)"
"value" => "PREMIUM"
]
]
"id_detalle" => 1069
"visible" => false
"api_type" => "productVariable"
"value" => "ALTA"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
3 => array:14 [
"inputCode" => "e_serigrafia"
"inputType" => "UI_TYPE_BOOLEAN"
"description" => "Serigrafía"
"label_placeholder" => "Serigrafía"
"tipo" => "checkbox"
"options" => array:2 [
0 => array:2 [
"label" => "Sí"
"value" => "1"
]
1 => array:2 [
"label" => "No"
"value" => "0"
]
]
"id_detalle" => 1071
"visible" => false
"api_type" => "productVariable"
"value" => "0"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
4 => array:14 [
"inputCode" => "e_digital"
"inputType" => "UI_TYPE_BOOLEAN"
"description" => "Digital"
"label_placeholder" => "Digital"
"tipo" => "checkbox"
"options" => array:2 [
0 => array:2 [
"label" => "Sí"
"value" => "1"
]
1 => array:2 [
"label" => "No"
"value" => "0"
]
]
"id_detalle" => 1072
"visible" => false
"api_type" => "productVariable"
"value" => "1"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
5 => array:14 [
"inputCode" => "e_sg_cobertura"
"inputType" => "UI_TYPE_DECIMAL"
"description" => "Porcentaje de Cobertura"
"label_placeholder" => "Porcentaje de Cobertura"
"tipo" => "number"
"options" => []
"min" => "0.01"
"max" => "100.00"
"step" => 1
"id_detalle" => 1074
"visible" => false
"api_type" => "productVariable"
"value" => "60.00"
"required" => true
]
6 => array:14 [
"inputCode" => "e_dg_pr_1_cal"
"inputType" => "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
"description" => "Calidad de impresión"
"label_placeholder" => "Calidad de impresión"
"tipo" => "select"
"options" => array:3 [
0 => array:2 [
"label" => "Alta"
"value" => "ALTA"
]
1 => array:2 [
"label" => "Baja"
"value" => "BAJA"
]
2 => array:2 [
"label" => "Media"
"value" => "MEDIA"
]
]
"id_detalle" => 1078
"visible" => false
"api_type" => "productVariable"
"value" => "ALTA"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
7 => array:14 [
"inputCode" => "e_dg_pr_1_gama"
"inputType" => "UI_TYPE_BOOLEAN"
"description" => "Gama"
"label_placeholder" => "Gama"
"tipo" => "checkbox"
"options" => array:2 [
0 => array:2 [
"label" => "Sí"
"value" => "1"
]
1 => array:2 [
"label" => "No"
"value" => "0"
]
]
"id_detalle" => 1081
"visible" => false
"api_type" => "productVariable"
"value" => "1"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
8 => array:14 [
"inputCode" => "e_dg_pr_1_blanco"
"inputType" => "UI_TYPE_BOOLEAN"
"description" => "Blanco"
"label_placeholder" => "Blanco"
"tipo" => "checkbox"
"options" => array:2 [
0 => array:2 [
"label" => "Sí"
"value" => "1"
]
1 => array:2 [
"label" => "No"
"value" => "0"
]
]
"id_detalle" => 1082
"visible" => false
"api_type" => "productVariable"
"value" => "1"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
9 => array:14 [
"inputCode" => "e_dg_pr_2_cal"
"inputType" => "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
"description" => "Calidad de impresión"
"label_placeholder" => "Calidad de impresión"
"tipo" => "select"
"options" => array:3 [
0 => array:2 [
"label" => "Alta"
"value" => "ALTA"
]
1 => array:2 [
"label" => "Baja"
"value" => "BAJA"
]
2 => array:2 [
"label" => "Media"
"value" => "MEDIA"
]
]
"id_detalle" => 1085
"visible" => false
"api_type" => "productVariable"
"value" => "ALTA"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
10 => array:14 [
"inputCode" => "e_dg_pr_2_gama"
"inputType" => "UI_TYPE_BOOLEAN"
"description" => "Gama"
"label_placeholder" => "Gama"
"tipo" => "checkbox"
"options" => array:2 [
0 => array:2 [
"label" => "Sí"
"value" => "1"
]
1 => array:2 [
"label" => "No"
"value" => "0"
]
]
"id_detalle" => 1088
"visible" => false
"api_type" => "productVariable"
"value" => "1"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
11 => array:14 [
"inputCode" => "e_dg_pr_2_blanco"
"inputType" => "UI_TYPE_BOOLEAN"
"description" => "Blanco"
"label_placeholder" => "Blanco"
"tipo" => "checkbox"
"options" => array:2 [
0 => array:2 [
"label" => "Sí"
"value" => "1"
]
1 => array:2 [
"label" => "No"
"value" => "0"
]
]
"id_detalle" => 1089
"visible" => false
"api_type" => "productVariable"
"value" => "1"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
12 => array:15 [
"inputCode" => "impresion"
"inputType" => "UI_TYPE_CHOICE"
"label_placeholder" => "Impresión"
"tipo" => "radio"
"options" => array:2 [
0 => array:2 [
"label" => "1 Cara"
"value" => "0"
]
1 => array:2 [
"label" => "2 Caras"
"value" => "1"
]
]
"id_detalle" => 1093
"visible" => true
"api_type" => "custom"
"value" => "0"
"id_relacion" => null
"has_relacion" => false
"values_show_direccion" => []
"attribute_info" => null
"disabled" => false
"required" => true
]
13 => array:15 [
"inputCode" => "size"
"inputType" => "UI_TYPE_CHOICE"
"label_placeholder" => "Tamaño"
"tipo" => "radio"
"options" => array:2 [
0 => array:2 [
"label" => "38x42 Crudo"
"value" => "0"
]
1 => array:2 [
"label" => "45x36x13 Crudo"
"value" => "1"
]
]
"id_detalle" => 1096
"visible" => true
"api_type" => "custom"
"value" => "0"
"id_relacion" => null
"has_relacion" => false
"values_show_direccion" => []
"attribute_info" => null
"disabled" => false
"required" => true
]
14 => array:16 [
"inputCode" => "e_ent_tipo"
"inputType" => "UI_TYPE_CHOICE"
"description" => "Entrega"
"label_placeholder" => "Entrega "
"tipo" => "radio"
"options" => array:3 [
0 => array:2 [
"label" => "Agencia"
"value" => "AGENCIA"
]
1 => array:2 [
"label" => "Recoge Cliente"
"value" => "CLIENTE"
]
2 => array:2 [
"label" => "Nuestros Medios"
"value" => "N_MEDIOS"
]
]
"id_detalle" => 1091
"visible" => true
"api_type" => "productVariable"
"value" => "N_MEDIOS"
"id_relacion" => null
"has_relacion" => true
"values_show_direccion" => array:2 [
0 => "AGENCIA"
1 => "N_MEDIOS"
]
"attribute_info" => "form.producto.help.entrega"
"disabled" => false
"required" => true
]
15 => array:14 [
"inputCode" => "e_ent_destino"
"inputType" => "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
"description" => "Entrega en"
"label_placeholder" => "Entrega en"
"tipo" => "select"
"options" => array:8 [
0 => array:2 [
"label" => "El Hierro"
"value" => "EL HIERRO"
]
1 => array:2 [
"label" => "Fuerteventura"
"value" => "FUERTEVENTURA"
]
2 => array:2 [
"label" => "La Gomera"
"value" => "LA GOMERA"
]
3 => array:2 [
"label" => "La Palma"
"value" => "LA PALMA"
]
4 => array:2 [
"label" => "Lanzarote"
"value" => "LANZAROTE"
]
5 => array:2 [
"label" => "Las Palmas"
"value" => "LAS PALMAS"
]
6 => array:2 [
"label" => "Santa Cruz"
"value" => "SANTA CRUZ"
]
7 => array:2 [
"label" => "Tenerife"
"value" => "TENERIFE"
]
]
"id_detalle" => 1092
"visible" => true
"api_type" => "productVariable"
"value" => "TENERIFE"
"id_relacion" => 1091
"has_relacion" => false
"disabled" => false
"required" => true
]
16 => array:11 [
"inputCode" => "ep_fecha_entrega"
"inputType" => "datetime"
"description" => ""
"label_placeholder" => "Fecha de entraga"
"tipo" => "datetime"
"options" => []
"id_detalle" => 1094
"visible" => true
"api_type" => "jobVariable"
"value" => DateTime @1766435180 {#1658
date: 2025-12-22 20:26:20.084668 Atlantic/Canary (+00:00)
}
"required" => true
]
]
In
ProductoService.php
line 129:
$response = $this->apiService->productInputList($producto->getSubGrupoProducto()->getPlantilla());
if($_ENV['DEV_DEBUG'] == "true"){
dump($response);
// die;
}
if($response->success == "true"){
{#1784
+"success": "true"
+"inputs": {#1816
+"input": array:61 [
0 => {#1798
+"inputCode": "e_diseno"
+"description": "Diseño"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
1 => {#1986
+"inputCode": "e_material"
+"description": "Material"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
2 => {#1985
+"inputCode": "e_maquina"
+"description": "Máquina"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#2058
+"entry": array:4 [
0 => {#1984
+"code": "ANATOL"
+"name": "Pulpo 6 Colores"
}
1 => {#1983
+"code": "BROTHER GTX"
+"name": "Brother GTX"
}
2 => {#2051
+"code": "DIGIFLEX"
+"name": "Digiflex"
}
3 => {#2059
+"code": "PULPO"
+"name": "Pulpo 2 Colores"
}
]
}
}
3 => {#2057
+"inputCode": "e_serigrafia"
+"description": "Serigrafía"
+"inputType": "UI_TYPE_BOOLEAN"
}
4 => {#2056
+"inputCode": "e_digital"
+"description": "Digital"
+"inputType": "UI_TYPE_BOOLEAN"
}
5 => {#2055
+"inputCode": "e_sep_serigrafia"
+"description": "Serigrafía"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
6 => {#2054
+"inputCode": "e_sg_calidad"
+"description": "Calidad"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#2047
+"entry": array:3 [
0 => {#2053
+"code": "ALTA"
+"name": "Calidad Alta (70)"
}
1 => {#2052
+"code": "MUY ALTA"
+"name": "Calidad Muy Alta (120)"
}
2 => {#1982
+"code": "PREMIUM"
+"name": "Calidad Premium (200)"
}
]
}
}
7 => {#2050
+"inputCode": "e_sg_tipo_imp"
+"description": "Impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1965
+"entry": array:26 [
0 => {#2049
+"code": "1/0 LACA"
+"name": "1/0 Laca"
}
1 => {#2048
+"code": "1/0 PLASTICA"
+"name": "1/0 Plástica"
}
2 => {#1981
+"code": "1/1 LACA"
+"name": "1/1 Laca"
}
3 => {#1980
+"code": "1/1 PLASTICA"
+"name": "1/1 Plástica"
}
4 => {#1979
+"code": "2/0 LACA"
+"name": "2/0 Laca"
}
5 => {#1978
+"code": "2/0 PLASTICA"
+"name": "2/0 Plástica"
}
6 => {#1977
+"code": "2/1 LACA"
+"name": "2/1 Laca"
}
7 => {#1976
+"code": "2/1 PLASTICA"
+"name": "2/1 Plástica"
}
8 => {#1975
+"code": "2/2 LACA"
+"name": "2/2 Laca"
}
9 => {#2043
+"code": "2/2 PLASTICA"
+"name": "2/2 Plástica"
}
10 => {#2046
+"code": "3/0 LACA"
+"name": "3/0 Laca"
}
11 => {#2045
+"code": "3/0 PLASTICA"
+"name": "3/0 Plastica"
}
12 => {#2044
+"code": "3/3 LACA"
+"name": "3/3 Laca"
}
13 => {#1974
+"code": "3/3 PLASTICA"
+"name": "3/3 Plastica"
}
14 => {#1973
+"code": "4/0 LACA"
+"name": "4/0 Laca"
}
15 => {#1972
+"code": "4/0 PLASTICA"
+"name": "4/0 Plastica"
}
16 => {#1971
+"code": "4/4 LACA"
+"name": "4/4 Laca"
}
17 => {#1970
+"code": "4/4 PLASTICA"
+"name": "4/4 Plastica"
}
18 => {#1969
+"code": "5/0 LACA"
+"name": "5/0 Laca"
}
19 => {#1968
+"code": "5/0 PLASTICA"
+"name": "5/0 Plastica"
}
20 => {#2039
+"code": "5/5 LACA"
+"name": "5/5 Laca"
}
21 => {#2042
+"code": "5/5 PLASTICA"
+"name": "5/5 Plastica"
}
22 => {#2041
+"code": "6/0 LACA"
+"name": "6/0 Laca"
}
23 => {#2040
+"code": "6/0 PLASTICA"
+"name": "6/0 Plastica"
}
24 => {#1967
+"code": "6/6 LACA"
+"name": "6/6 Laca"
}
25 => {#1966
+"code": "6/6 PLASTICA"
+"name": "6/6 Plastica"
}
]
}
}
8 => {#1964
+"inputCode": "e_sg_cobertura"
+"description": "Porcentaje de Cobertura"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.01"
+"maxValue": "100.00"
}
9 => {#1963
+"inputCode": "e_sg_nota"
+"description": "Notas"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "50"
+"upperCase": "false"
}
10 => {#1962
+"inputCode": "e_sep_serigrafia_fin"
+"description": "Serigrafía"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
11 => {#1961
+"inputCode": "e_sep_digital"
+"description": "Digital"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
12 => {#2035
+"inputCode": "e_dg_pr_1_si"
+"description": "Punto 1"
+"inputType": "UI_TYPE_BOOLEAN"
}
13 => {#2038
+"inputCode": "e_dg_pr_1_desc"
+"description": "Zona de impresión de 1"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "20"
+"upperCase": "false"
}
14 => {#2037
+"inputCode": "e_dg_pr_1_cal"
+"description": "Calidad de impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1958
+"entry": array:3 [
0 => {#2036
+"code": "ALTA"
+"name": "Alta"
}
1 => {#1960
+"code": "BAJA"
+"name": "Baja"
}
2 => {#1959
+"code": "MEDIA"
+"name": "Media"
}
]
}
}
15 => {#1957
+"inputCode": "e_dg_pr_1_sp_ancho"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
16 => {#1956
+"inputCode": "e_dg_pr_1_sp_alto"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
17 => {#1955
+"inputCode": "e_dg_pr_1_gama"
+"description": "Gama"
+"inputType": "UI_TYPE_BOOLEAN"
}
18 => {#1954
+"inputCode": "e_dg_pr_1_blanco"
+"description": "Blanco"
+"inputType": "UI_TYPE_BOOLEAN"
}
19 => {#2031
+"inputCode": "e_dg_pr_2_si"
+"description": "Punto 2"
+"inputType": "UI_TYPE_BOOLEAN"
}
20 => {#2034
+"inputCode": "e_dg_pr_2_desc"
+"description": "Zona de impresión de 2"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "20"
+"upperCase": "false"
}
21 => {#2033
+"inputCode": "e_dg_pr_2_cal"
+"description": "Calidad de impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1943
+"entry": array:3 [
0 => {#2032
+"code": "ALTA"
+"name": "Alta"
}
1 => {#1953
+"code": "BAJA"
+"name": "Baja"
}
2 => {#1951
+"code": "MEDIA"
+"name": "Media"
}
]
}
}
22 => {#1942
+"inputCode": "e_dg_pr_2_sp_ancho"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
23 => {#1941
+"inputCode": "e_dg_pr_2_sp_alto"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
24 => {#1940
+"inputCode": "e_dg_pr_2_gama"
+"description": "Gama"
+"inputType": "UI_TYPE_BOOLEAN"
}
25 => {#1938
+"inputCode": "e_dg_pr_2_blanco"
+"description": "Blanco"
+"inputType": "UI_TYPE_BOOLEAN"
}
26 => {#2027
+"inputCode": "e_dg_pr_3_si"
+"description": "Punto 3"
+"inputType": "UI_TYPE_BOOLEAN"
}
27 => {#2030
+"inputCode": "e_dg_pr_3_desc"
+"description": "Zona de impresión de 2"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "20"
+"upperCase": "false"
}
28 => {#2029
+"inputCode": "e_dg_pr_3_cal"
+"description": "Calidad de impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1934
+"entry": array:3 [
0 => {#2028
+"code": "ALTA"
+"name": "Alta"
}
1 => {#1936
+"code": "BAJA"
+"name": "Baja"
}
2 => {#1935
+"code": "MEDIA"
+"name": "Media"
}
]
}
}
29 => {#1911
+"inputCode": "e_dg_pr_3_sp_ancho"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
30 => {#1920
+"inputCode": "e_dg_pr_3_sp_alto"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
31 => {#1901
+"inputCode": "e_dg_pr_3_gama"
+"description": "Gama"
+"inputType": "UI_TYPE_BOOLEAN"
}
32 => {#1889
+"inputCode": "e_dg_pr_3_blanco"
+"description": "Blanco"
+"inputType": "UI_TYPE_BOOLEAN"
}
33 => {#2023
+"inputCode": "e_dg_pr_4_si"
+"description": "Punto 4"
+"inputType": "UI_TYPE_BOOLEAN"
}
34 => {#2026
+"inputCode": "e_dg_pr_4_desc"
+"description": "Zona de impresión de 2"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "20"
+"upperCase": "false"
}
35 => {#2025
+"inputCode": "e_dg_pr_4_cal"
+"description": "Calidad de impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1849
+"entry": array:3 [
0 => {#2024
+"code": "ALTA"
+"name": "Alta"
}
1 => {#1890
+"code": "BAJA"
+"name": "Baja"
}
2 => {#1892
+"code": "MEDIA"
+"name": "Media"
}
]
}
}
36 => {#1851
+"inputCode": "e_dg_pr_4_sp_ancho"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
37 => {#1856
+"inputCode": "e_dg_pr_4_sp_alto"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
38 => {#1857
+"inputCode": "e_dg_pr_4_gama"
+"description": "Gama"
+"inputType": "UI_TYPE_BOOLEAN"
}
39 => {#1850
+"inputCode": "e_dg_pr_4_blanco"
+"description": "Blanco"
+"inputType": "UI_TYPE_BOOLEAN"
}
40 => {#1996
+"inputCode": "e_dg_pr_5_si"
+"description": "Punto 5"
+"inputType": "UI_TYPE_BOOLEAN"
}
41 => {#2022
+"inputCode": "e_dg_pr_5_desc"
+"description": "Zona de impresión de 2"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "20"
+"upperCase": "false"
}
42 => {#2021
+"inputCode": "e_dg_pr_5_cal"
+"description": "Calidad de impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#2017
+"entry": array:3 [
0 => {#2020
+"code": "ALTA"
+"name": "Alta"
}
1 => {#2019
+"code": "BAJA"
+"name": "Baja"
}
2 => {#2018
+"code": "MEDIA"
+"name": "Media"
}
]
}
}
43 => {#2016
+"inputCode": "e_dg_pr_5_sp_ancho"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
44 => {#2015
+"inputCode": "e_dg_pr_5_sp_alto"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
45 => {#2014
+"inputCode": "e_dg_pr_5_gama"
+"description": "Gama"
+"inputType": "UI_TYPE_BOOLEAN"
}
46 => {#2013
+"inputCode": "e_dg_pr_5_blanco"
+"description": "Blanco"
+"inputType": "UI_TYPE_BOOLEAN"
}
47 => {#2012
+"inputCode": "e_dg_pr_6_si"
+"description": "Punto 6"
+"inputType": "UI_TYPE_BOOLEAN"
}
48 => {#2011
+"inputCode": "e_dg_pr_6_desc"
+"description": "Zona de impresión de 2"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "20"
+"upperCase": "false"
}
49 => {#2010
+"inputCode": "e_dg_pr_6_cal"
+"description": "Calidad de impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#2006
+"entry": array:3 [
0 => {#2009
+"code": "ALTA"
+"name": "Alta"
}
1 => {#2008
+"code": "BAJA"
+"name": "Baja"
}
2 => {#2007
+"code": "MEDIA"
+"name": "Media"
}
]
}
}
50 => {#2005
+"inputCode": "e_dg_pr_6_sp_ancho"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
51 => {#2004
+"inputCode": "e_dg_pr_6_sp_alto"
+"description": "Superficie"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
52 => {#2003
+"inputCode": "e_dg_pr_6_gama"
+"description": "Gama"
+"inputType": "UI_TYPE_BOOLEAN"
}
53 => {#2002
+"inputCode": "e_dg_pr_6_blanco"
+"description": "Blanco"
+"inputType": "UI_TYPE_BOOLEAN"
}
54 => {#2001
+"inputCode": "e_sep_digital_fin"
+"description": "Serigrafía"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
55 => {#2000
+"inputCode": "e_sep_entrega"
+"description": "Entrega"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
56 => {#1999
+"inputCode": "e_ent_tipo"
+"description": "Entrega"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1992
+"option": array:3 [
0 => {#1998
+"label": "Agencia"
+"value": "AGENCIA"
}
1 => {#1997
+"label": "Recoge Cliente"
+"value": "CLIENTE"
}
2 => {#1680
+"label": "Nuestros Medios"
+"value": "N_MEDIOS"
}
]
}
}
57 => {#1995
+"inputCode": "e_ent_destino"
+"description": "Entrega en"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1990
+"entry": array:8 [
0 => {#1994
+"code": "EL HIERRO"
+"name": "El Hierro"
}
1 => {#1993
+"code": "FUERTEVENTURA"
+"name": "Fuerteventura"
}
2 => {#1690
+"code": "LA GOMERA"
+"name": "La Gomera"
}
3 => {#1692
+"code": "LA PALMA"
+"name": "La Palma"
}
4 => {#1730
+"code": "LANZAROTE"
+"name": "Lanzarote"
}
5 => {#1759
+"code": "LAS PALMAS"
+"name": "Las Palmas"
}
6 => {#1987
+"code": "SANTA CRUZ"
+"name": "Santa Cruz"
}
7 => {#1991
+"code": "TENERIFE"
+"name": "Tenerife"
}
]
}
}
58 => {#1989
+"inputCode": "e_sep_entrega_fin"
+"description": "Serigrafía"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
59 => {#1988
+"inputCode": "e_texto_oferta"
+"description": "Texto de oferta"
+"inputType": "UI_TYPE_TEXT"
}
60 => {#1773
+"inputCode": "e_texto_oferta_mod"
+"description": "Mod."
+"inputType": "UI_TYPE_BOOLEAN"
}
]
}
}