{% extends 'base_admin.html.twig' %} {% form_theme form 'bootstrap_4_layout.html.twig' %} {% block stylesheets %} {% endblock %} {% block body %}
{% for message in app.flashes('notice') %} {% endfor %} {% if form_errors(form) %} {% endif %} {{ form_start(form, {'attr':{novalidate:'novalidate'}}) }}

{{ title }}

{{ form_label(form.shipeuCompany) }} {{ form_widget(form.shipeuCompany) }}
{{ form_label(form.sellerType) }} {{ form_widget(form.sellerType) }}
{{ form_label(form.contact) }} {{ form_widget(form.contact) }}
{{ form_label(form.company) }} {{ form_widget(form.company) }}
{{ form_label(form.country) }} {{ form_widget(form.country) }}
{{ form_label(form.state) }} {{ form_widget(form.state) }}
{{ form_label(form.city) }} {{ form_widget(form.city) }}
{{ form_label(form.postalCode) }} {{ form_widget(form.postalCode) }}
{{ form_label(form.address) }} {{ form_widget(form.address) }}
{{ form_label(form.phone1) }} {{ form_widget(form.phone1) }}
{{ form_label(form.phone2) }} {{ form_widget(form.phone2) }}
{{ form_label(form.email) }} {{ form_widget(form.email) }}
{{ form_label(form.samCid) }} {{ form_widget(form.samCid) }}
{{ form_label(form.cif) }} {{ form_widget(form.cif) }}
{{ form_label(form.margin) }}
{{ form_widget(form.margin) }}
%
{{ form_label(form.preferredImportConfig) }} {{ form_widget(form.preferredImportConfig) }}
{{ form_label(form.prefCourierService) }} {{ form_widget(form.prefCourierService) }}

{{ form_label(form.is_active) }} {{ form_widget(form.is_active) }}

{{ form_label(form.collectIva) }} {{ form_widget(form.collectIva) }}

{{ form_label(form.is_checked) }} {{ form_widget(form.is_checked) }}

{{ form_label(form.observation) }} {{ form_widget(form.observation) }}

{{ form_label(form.packaging) }} {{ form_widget(form.packaging) }}
{#
#} {#
#} {#
#} {# {{ form_label(form.isShippingToOffice) }}#} {# {{ form_widget(form.isShippingToOffice) }}#} {#
#} {#
#}
{{ form_label(form.logo) }} {{ form_widget(form.logo) }}

{{ form_label(form.senderName) }} {{ form_widget(form.senderName) }}
{{ form_label(form.senderTagger) }} {{ form_widget(form.senderTagger) }}
{{ form_label(form.cttTaggerName) }} {{ form_widget(form.cttTaggerName) }}
{{ form_label(form.clientCTT) }} {{ form_widget(form.clientCTT) }}
{{ form_label(form.corSenderName) }} {{ form_widget(form.corSenderName) }}
{{ form_label(form.corSenderTagger) }} {{ form_widget(form.corSenderTagger) }}
{% if currentLogo is defined and currentLogo != false %} {{ form_widget(form.removeLogo) }} {% endif %}
Shopify api access
{{ form_label(form.apiUrlShopify) }} {{ form_widget(form.apiUrlShopify, {'attr': {'data-id' : shopify is defined ? shopify : '' }}) }}
{{ form_label(form.apiKeyShopify) }} {{ form_widget(form.apiKeyShopify) }}
{{ form_label(form.apiPasswordShopify) }} {{ form_widget(form.apiPasswordShopify) }}
{{ form_label(form.apiSharedSecretShopify) }} {{ form_widget(form.apiSharedSecretShopify) }}
{{ form_label(form.locationIdShopify) }}   {{ form_widget(form.locationIdShopify) }}
Amazon api access
{{ form_label(form.marketPlaceIdAmazon) }} {{ form_widget(form.marketPlaceIdAmazon, {'attr': {'data-id' : amazonapi is defined ? amazonapi : '' }}) }}
{{ form_label(form.merchantIdAmazon) }} {{ form_widget(form.merchantIdAmazon) }}
{{ form_label(form.accessKeyIdAmazon) }} {{ form_widget(form.accessKeyIdAmazon) }}
{{ form_label(form.secretAccessKeyAmazon) }} {{ form_widget(form.secretAccessKeyAmazon) }}
Woocommerce api access
{{ form_label(form.apiUrlWoocommerce) }} {{ form_widget(form.apiUrlWoocommerce, {'attr': {'data-id' : woocommerceapi is defined ? woocommerceapi : '' }}) }}
{{ form_label(form.apiUserWoocommerce) }} {{ form_widget(form.apiUserWoocommerce) }}
{{ form_label(form.apiKeyWoocommerce) }} {{ form_widget(form.apiKeyWoocommerce) }}
Prestashop api access
{{ form_label(form.apiUrlPrestashop) }} {{ form_widget(form.apiUrlPrestashop, {'attr': {'data-id' : prestashopapi is defined ? prestashopapi : '' }}) }}
{{ form_label(form.apiKeyPrestashop) }} {{ form_widget(form.apiKeyPrestashop) }}
Wish api access
{{ form_label(form.token) }} {{ form_widget(form.token, {'attr': {'data-id' : wishapi is defined ? wishapi : '' }}) }}
{{ form_label(form.refreshToken) }} {{ form_widget(form.refreshToken) }}
Mirakl api access
{{ form_label(form.apiUrlMirakl) }} {{ form_widget(form.apiUrlMirakl , {'attr': {'data-id' : miraklapi is defined ? miraklapi : '' }}) }}
{{ form_label(form.apiKeyMirakl) }} {{ form_widget(form.apiKeyMirakl) }}
Opencart api access
{{ form_label(form.apiUrlOpencart) }} {{ form_widget(form.apiUrlOpencart, {'attr': {'data-id' : opencartapi is defined ? opencartapi : '' }}) }}
{{ form_label(form.secretAccessKeyOpencart) }} {{ form_widget(form.secretAccessKeyOpencart) }}
{{ form_label(form.apiUsernameOpencart) }}   {{ form_widget(form.apiUsernameOpencart) }}
{{ form_label(form.apiPasswordOpencart) }}   {{ form_widget(form.apiPasswordOpencart) }}
{{ form_label(form.clientId) }}   {{ form_widget(form.clientId) }}
{{ form_label(form.clientSecret) }}   {{ form_widget(form.clientSecret) }}
Magento api access
{{ form_label(form.apiUrlMagento) }} {{ form_widget(form.apiUrlMagento, {'attr': {'data-id' : magento2restapiv1 is defined ? magento2restapiv1 : '' }}) }}
{{ form_label(form.apiUsernameMagento) }} {{ form_widget(form.apiUsernameMagento) }}
{{ form_label(form.apiPasswordMagento) }} {{ form_widget(form.apiPasswordMagento) }}
{{ form_label(form.tokenAdminMagento) }} {{ form_widget(form.tokenAdminMagento) }}
KuantoKusta api access
{{ form_label(form.kuantoKustaApiUrl) }} {{ form_widget(form.kuantoKustaApiUrl) }}
{{ form_label(form.kuantoKustaApiKey) }} {{ form_widget(form.kuantoKustaApiKey) }}
Cancel {{ form_end(form) }} {% if form.company.vars.value != "" %}

Add Courier by Country

{% endif %}

Add Courier by Weight and Country

{% if form.company.vars.value != "" %}
{% endif %}
{% endblock %} {% block javascripts %} {% endblock %}