ErikSebastia2 Posted May 15, 2012 Share Posted May 15, 2012 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 Link to comment Share on other sites More sharing options...
nadie Posted May 15, 2012 Share Posted May 15, 2012 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 More sharing options...
ErikSebastia2 Posted May 23, 2012 Author Share Posted May 23, 2012 No consigo realizar la modificación, no he podido crear correctamente la variable. Hay algun usuario que haya realizado esta operación? Gracias Link to comment Share on other sites More sharing options...
ErikSebastia2 Posted June 22, 2012 Author Share Posted June 22, 2012 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 More sharing options...
ErikSebastia2 Posted June 28, 2012 Author Share Posted June 28, 2012 Alguna ayuda? Gracias Saludos cordiales Link to comment Share on other sites More sharing options...
Recommended Posts