{% set mktsConfigs = { 'icbc' : { 'href': 'app_publish_products', 'pathParams': { 'batch': 'product_id', 'connectionId': 'connection_id' }, 'specialAction': 0, }, 'tiendac' : { 'href': 'app_publish_products', 'pathParams': { 'batch': 'product_id', 'connectionId': 'connection_id' }, 'specialAction': 0, }, 'columbia' : { 'href': 'app_publish_products', 'pathParams': { 'batch': 'product_id', 'connectionId': 'connection_id' }, 'specialAction': 0, }, 'tiendasup' : { 'href': 'app_publish_products', 'pathParams': { 'batch': 'product_id', 'connectionId': 'connection_id' }, 'specialAction': 0, }, 'tiendadia' : { 'href': 'app_publish_products', 'pathParams': { 'batch': 'product_id', 'connectionId': 'connection_id' }, 'specialAction': 0, }, 'vtex' : { 'href': 'app_publish_products', 'pathParams': { 'batch': 'product_id', 'connectionId': 'connection_id' }, 'specialAction': 0, }, 'fravega' : { 'href': 'app_publish_products', 'pathParams': { 'batch': 'product_id', 'connectionId': 'connection_id' }, 'specialAction': 0, }, 'garbarino' : { 'href': 'app_publish_products', 'pathParams': { 'batch': 'product_id', 'connectionId': 'connection_id' }, 'specialAction': 0, }, 'meligeneric' : { 'href': 'generic_batch_push', 'pathParams': { 'lote': 'product_id', 'marketplace': "meligeneric", }, 'specialAction': 0, }, 'megatone' : { 'href': null, 'pathParams': null, 'specialAction': 1, }, 'prestashop' : { 'href': 'prestashop_batch_push', 'pathParams': { 'lote': 'product_id', }, 'specialAction': 0, }, 'avenidaplus' : { 'href': 'generic_batch_push', 'pathParams': { 'lote': 'product_id', 'marketplace': 'avenidaplus' }, 'specialAction': 0, }, 'falabella' : { 'href': 'generic_batch_push', 'pathParams': { 'lote': 'product_id', 'marketplace': 'falabella' }, 'specialAction': 0, }, 'woocommerce' : { 'href' : 'generic_batch_push', 'pathParams': { 'lote': 'product_id', 'marketplace': 'woocommerce' }, 'specialAction': 0, }, 'shopify' : { 'href' : 'generic_batch_push', 'pathParams': { 'lote': 'product_id', 'marketplace': 'shopify' }, 'specialAction': 0, }, 'clicnea' : { 'href': 'app_crear_lote_producto_global_vtex', 'pathParams': { 'lote': 'product_id', 'marketplace': 'clicnea' }, 'specialAction': 0, } } %} {% if mktsConfigs[marketplaceCode] is defined %} {% if logo is not defined %} {% set logo = marketplaceCode ~ '.png' %} {% endif %} {% set twigPathParams = mktsConfigs[marketplaceCode]['pathParams']|json_encode()|raw|replace({'product_id': productId, 'connection_id': connectionId})|json_decode() %} {% set twigspecialAction = mktsConfigs[marketplaceCode]['specialAction'] %} {% endif %}