{% extends "AppBundle::Ordenes/edit/edit_order_base.html.twig" %} {% block title 'Editar Orden'|trans %} {% block stylesheets3rd %} {% endblock %} {% block content %} {% set ShippingBoardDisableToMarketplaceCode = [ 'avenidaplus'] %}
Golden Rules como ítems de descuento en órdenes está activado. Se mostrará como descuento la diferencia de precio generada por golden rules aplicables.
SKU | Titulo | Precio Unitario | Cantidad | Subtotal | |
---|---|---|---|---|---|
{{ p.sku }} | {% if isCombo %} {% endif %}{{ p.name|default("Sin título") }} | {{ p.unit_price | number_format(2, '.', ',') }} | {{ p.quantity }} | {{ subtotal|number_format(2, '.', ',') }}{% if isCombo %} {% endif %} | |
- | {{ d.sku }} {% if d.sku_associated is not empty %} (Aplicado a SKU {{ d.sku_associated }}) {% endif %} | {{ d.name }} | {{ d.unit_price_with_taxes | number_format(2, '.', ',') }} | 1 | {{ d.unit_price_with_taxes | number_format(2, '.', ',') }} |