{% extends 'base.html.twig' %} {% set titleName = "Lot : " ~ lot.numberOfLot %} {% block title %} POWER DATA | {{titleName}} {% endblock %} {% block page %}{{titleName}}{% endblock %} {% block breadcrumb %} {% if titleName != "Home" %} {{titleName}} {% endif %} {% endblock %} {% block content %}
{% for message in app.flashes('success') %} {% endfor %} {% for message in app.flashes('error') %} {% endfor %}
{% if lot.valid != true and lot.type == constant('App\\Entity\\Dolibarr\\DolibarrJumiaOrder::TYPE_DROPSHIPPING') %} {% endif %} {% set index = 1 %} {%for order in lot.dataDolibarJumiaLink %} {% if lot.valid != true and lot.type == constant('App\\Entity\\Dolibarr\\DolibarrJumiaOrder::TYPE_DROPSHIPPING') %} {% endif %} {% set index = index + 1 %} {% endfor %}
Id Jumia Id Jumia Number Dolibarr Id ItemsAction
{{ index }} {{ order.jumiaId }} {{ order.jumiaNumber }} {{ order.dolibarrId }}
    {%for sku,qty in order.listOfSku %}
  • {{ arrayOfDolibarrProductBySellerSku[sku] is defined ? arrayOfDolibarrProductBySellerSku[sku]['Name'] :'' }}
    {{ sku}} {{ arrayOfDolibarrProductBySellerSku[sku] is defined ? '[' ~ arrayOfDolibarrProductBySellerSku[sku]['Barcode'] ~ ']' :'' }} {{ qty}}
  • {% endfor %}
Delete
{% endblock %} {% block script %} {% endblock %}