Forum › Forums › General Support › edit html order email
i want to change label in html. i want to change “total” to “Tax invoice Total” in order email can you please tell me how can i change? i was made changes in wppizza-order-email-html.php but nothing affect in email
labels should be changed in wppizza->localization
PS: wppizza-order-email-html.php gets ONLY used when using the default email template
Thanks Olly
and how can i add extra field to email. i want to add Delivery address to order email
and i also using default templet but i can’t edit templet
surely the 12 fields you have available in wppizza->order form should be enough. just make one a delivery address
i want to add address which is selected from map how to add
that’s something you have to do yourself. i.e add a map and write some javascript that fills one of the formfields depending on whats selected.
there are plenty of “do_action” hooks in “wppizza-order.php” you can use to add your map.