Jump to content

IVA en "new_order.html" correo de nuevo pedido


Recommended Posts

Buenas tardes,

 

Cómo puedo poner el total del pedido sin IVA en el correo de "new_order"?

 

Hay estas variables {total_products} y no se si existe una llamada "total_without_tax".

 

Gracias

Debes modificar el fichero:

 

modules/mailalerts/mailalerts.php y crear la correspondiente variable para ver el precio sin iva, y luego asignarla en su correo.

 

Así podrás ver tanto el precio con iva, como el sin iva a la misma vez.

Link to comment
Share on other sites

  • 5 weeks later...

Se que estas son las lineas del archivo pero exactamente no se que nombre tiene la variabe de "sin IVA" de $order

 

'{total_paid}' => Tools::displayPrice($order->total_paid, $currency),
           '{total_products}' => Tools::displayPrice($order->getTotalProductsWithTaxes(), $currency),
           '{total_discounts}' => Tools::displayPrice($order->total_discounts, $currency),
           '{total_shipping}' => Tools::displayPrice($order->total_shipping, $currency),
           '{total_wrapping}' => Tools::displayPrice($order->total_wrapping, $currency),

Link to comment
Share on other sites

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