Not Show total sale
-
Hello, greetings to all,
I have installed the plugin and everything looked correct except that the invoice total does not appear, shipping costs appear, taxes but not the total.
I have included a script to show what $this->get_woocommerce_totals() generates and contains the following:Array
(
[shipping] => Array
(
[label] => Envío
[value] => 6,90€ (sin impuestos) vía Precio fijo
)
[tax] => Array
(
[label] => Impuestos
[value] => 3,53€
)
[payment_method] => Array
(
[label] => Método de pago
[value] => Transferencia bancaria directa
)
[order_total] => Array
(
[label] => Total
[value] =>
)
)`Thank you very much for your attention, best regards.
- The topic ‘Not Show total sale’ is closed to new replies.