{% extends "AppBundle::Ordenes/edit/edit_order_base.html.twig" %} {% block title 'Editar Orden Prestashop'|trans %} {% block stylesheets3rd %} {% endblock %} {% block content %}
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 }} | {{ p.unit_price_with_taxes | number_format(2, '.', ',') }} | {{ p.quantity }} | {{ subtotal|number_format(2, '.', ',') }}{% if isCombo %} {% endif %} | |
- | {{ d.sku_associated }} | {{ d.name }} | {{ d.unit_price_with_taxes | number_format(2, '.', ',') }} | 1 | {{ d.unit_price_with_taxes | number_format(2, '.', ',') }} |