Hello.
Is there a way to display the total order amount in the mail sent to the customer, after the order is complete?
regards Rene
Hi,
one solution is to display the var [commerce-order:commerce_order_total]
But the output is not very nice. There are no whitespaces between the labels and amounts. Can I render this layout?
Sum without VAT15,08 € VAT2,87 € Total17,95 €
Best regards Alex
I am facing the same problem. Basically I only want to access the final amount without the other lines.
Any solution yet?
Ingo
I found no solution within drupalcommerce.
Instead of I created a separate php script with direct mysql-access to retrieve the current order information.
Advantage: Full control how the mails sent to customer look like.
Best regards Rene
Comments
Hi, one solution is to
Hi,
one solution is to display the var [commerce-order:commerce_order_total]
But the output is not very nice. There are no whitespaces between the labels and amounts. Can I render this layout?
Sum without VAT15,08 €
VAT2,87 €
Total17,95 €
Best regards
Alex
I am facing the same problem.
I am facing the same problem. Basically I only want to access the final amount without the other lines.
Any solution yet?
Ingo
I found no solution within
I found no solution within drupalcommerce.
Instead of I created a separate php script with direct mysql-access to retrieve the current order information.
Advantage: Full control how the mails sent to customer look like.
Best regards
Rene