Jump to content

Calculo de suma total en factura, hacer una modificación?


Recommended Posts

Buenas,

 

A ver si me podeis ayudar que llevo unas horas dandole vueltas pero no doy con ello.

 

Quiero que el Subtotal me sume tambien el fee Payment

 

Como esta actualmente no me lo suma, si en el total de factura pero antes del IVA no lo hace.

 

gracias

 

newline">

Total Factura
Detalle Importe
Fee Payment 1,61 €
SubTotal 18,51 €
Total IVA 4,23 €
Total 24,35 €

 

Creo que se debe hacer aqui la modificacion pero no doy con ello.

 

    <tr style="line-height: 1.5pt; color:#404040; text-align:right; font-size:10pt">
                    <td style="width:60%; background-color: #F2F2F2;font-size:9pt;">{l s='SubTotal' pdf='true'}</td>
                    <td style="width:40%; background-color: #F2F2F2; font-size:9pt">{if isset($is_order_slip) && $is_order_slip}- {/if}{displayPrice currency=$order->id_currency price=($order->total_products+$shipping_tax_infos.total_tax_excl+$order->total_wrapping_tax_excl)}</td>
                </tr>

 

 

 

 {if isset($order->payment_fee) && $order->payment_fee > 0}
                    <tr style="line-height: 1.5pt; color:#404040; text-align:right; font-size:10pt">
                        <td style="width:60%; background-color: #F2F2F2;font-size:9pt;">{l s='Fee payment' pdf='true'}</td>
                        <td style="width:40%; background-color: #F2F2F2; font-size:9pt">{displayPrice currency=$order->id_currency price=($order->payment_fee / (1+($order->payment_fee_rate/100)))}</td>
                    </tr>
                {/if}

 

 

Gracias

 

Edited by ivas (see edit history)
Link to comment
Share on other sites

  • nadie locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...