{% form_theme formAmazonArticle 'bootstrap_3_layout.html.twig' %} {{ form_start(formAmazonArticle, {'attr': {'id': 'articleAmazonFormBasic'}}) }} {{ form_errors(formAmazonArticle) }}
{{ form_row(formAmazonArticle.isAvailableOnAmazon, { 'attr': {'tabindex': '0'} }) }}
{% if discountMarketplace is not null %} {% set articleAmazonOfferPricesOBJ = discountMarketplace.discounts %}
{{ articleAmazonOfferPricesOBJ.name }} {% if ( discountMarketplace.typeDiscount.id == constant('CoreBundle\\Entity\\TypeDiscount::TYPE_DISCOUNT_AMOUNT') )%}

{{ discountMarketplace.amount }}€

{% else %} {% if discountMarketplace.isDifferentPrices == -1 %}

Por tallas ({{ discountMarketplace.amount }}%)

{% else %}

{% set priceRound = (discountMarketplace.pvp - ( (discountMarketplace.pvp * discountMarketplace.amount ) / 100 ) ) %} {{ priceRound | rounded_price(discountMarketplace.roundJson) | number_format(2, ',', '.') }}€ ({{ discountMarketplace.amount }}%)

{% endif %} {% endif %} Del {{ articleAmazonOfferPricesOBJ.dateStart | date('d-m-Y') }} {% if articleAmazonOfferPricesOBJ.dateEnd %} al {{ articleAmazonOfferPricesOBJ.dateEnd | date('d-m-Y') }} {% endif %}
Marketplace
{% if articleAmazonOfferPricesOBJ.avoidTextAndHideDiscount %} Tarifa de modificación de precio {% endif %} {% if discountMarketplace.roundJson != "" %} {{ rounded_info(discountMarketplace.roundJson)|raw }} {% endif %}
{% endif %}
PVP {% if articlePrice %} {% if articlePrice.price1 %}

{{ articlePrice.price1 }}€


Tarifa Marketplace {% else %}

{% if 'position:relative; top: calc' in elemento.statsPvpResume %} Precio por tallas {% else %} {{ elemento.statsPvpResume }} {% endif %}


Precio de venta {% endif %} {% else %}

{% if 'position:relative; top: calc' in elemento.statsPvpResume %} Precio por tallas {% else %} {{ elemento.statsPvpResume }} {% endif %}


Precio de venta {% endif %}

{{ form_row(formAmazonArticle.amazonTitle, { 'attr': {'tabindex': '1'} }) }}
{{ form_row(formAmazonArticle.amazonDescription, { 'attr': {'tabindex': '1'} }) }}
{% if elemento.serie.isBySizes == true %} {% if elemento.id %}
{{ form_row(formAmazonArticle.amazonPrice, { 'attr': {'tabindex': '2'} }) }}
{% else %}
{{ form_row(formAmazonArticle.amazonPrice, { 'attr': {'tabindex': '2'} }) }}
{% endif %} {% else %}
{{ form_row(formAmazonArticle.amazonPrice, { 'attr': {'tabindex': '2'} }) }}
{% endif %}
{{ form_row(formAmazonArticle.dinamicPrice, { 'attr': {'tabindex': '2'} }) }}
{{ form_row(formAmazonArticle.amazonProtectedUnits, { 'attr': {'tabindex': '2'} }) }}
{{ form_row(formAmazonArticle.recommendedBrowseNodes, { 'attr': {'tabindex': '2'} }) }}
{{ form_row(formAmazonArticle.amazonKey1, { 'attr': {'tabindex': '2'} }) }}
{{ form_row(formAmazonArticle.idPlaza, { 'attr': {'tabindex': '3'} }) }}
{{ form_row(formAmazonArticle.composition, { 'attr': {'tabindex': '3'} }) }}
{{ form_row(formAmazonArticle.countryOrigin, { 'attr': {'tabindex': '2'} }) }}
{{ form_row(formAmazonArticle.typeShoeWidth, { 'attr': {'tabindex': '2'} }) }}
{{ form_row(formAmazonArticle.typePlatformHeight, { 'attr': {'tabindex': '2'} }) }}

{{ form_row(formAmazonArticle.amazonPvpr, { 'attr': {'tabindex': '2'} }) }}
{{ form_row(formAmazonArticle.amazonSpecialFeatures, { 'attr': {'tabindex': '2'} }) }}
{{ form_row(formAmazonArticle.amazonOcasion, { 'attr': {'tabindex': '2'} }) }}
{{ form_row(formAmazonArticle.amazonWeight, { 'attr': {'tabindex': '0'} }) }}
{{ form_row(formAmazonArticle.amazonHeight, { 'attr': {'tabindex': '1'} }) }}
{{ form_row(formAmazonArticle.amazonWidth, { 'attr': {'tabindex': '1'} }) }}
{{ form_row(formAmazonArticle.amazonLength, { 'attr': {'tabindex': '2'} }) }}
{{ form_row(formAmazonArticle.fulfillmentLatency, { 'attr': {'tabindex': '2'} }) }}
{{ form_row(formAmazonArticle.merchantShippingGroupName, { 'attr': {'tabindex': '2'} }) }}
{% if roleRight == true or user.isWebManager %}
{% endif %}
{{ form_end(formAmazonArticle) }}