Generando resumen de pedidos …
|
Descripción |
Subtotal |
|---|
| No hay productos en el carrito. |
|
Suscripción – {{ line_item.title }}
Eliminar
| {{ line_item.title }}Eliminar
| {{ wu_format_money(line_item.subtotal) }} / {{ line_item.recurring_description }} | {{ wu_format_money(line_item.subtotal) }} |
| Descuentos | {{ wu_format_money(order.totals.total_discounts) }} |
| Impuestos | {{ wu_format_money(order.totals.total_taxes) }} |
| Total a Pagar Hoy | {{ wu_format_money(0) }} | {{ wu_format_money(order.totals.total) }} |
|
Total en {{ $moment.unix(order.dates.date_trial_end).format(`LL`) }} – fin del periodo de prueba. | {{ wu_format_money(order.totals.total) }} |
-
La siguiente mensualidad de {{ wu_format_money(order.totals.recurring.total) }} se cobrará el {{ $moment.unix(order.dates.date_next_charge).format(`LL`) }}.
- Cupón aplicado: {{ order.discount_code.name }} – {{ order.discount_code.code }} ({{ order.discount_code.discount_description }}) {{ wu_format_money(-order.totals.total_discounts) }}
Eliminar