Repository › Forums › Support › WooCommerce Extended Coupon Features PRO › No mention of coupon code in order email
- This topic has 3 replies, 3 voices, and was last updated 6 years, 8 months ago by Soft79.
- AuthorPosts
- November 21, 2019 at 12:15 pm #11280Maximilian EislParticipant
Hi,
the coupon code with free product works like a charm, but the coupon code does not get mentioned in the order email, how can i add this? The free product is shown, but when my client has lots of orders they might overlook it – they have to enter the order in a separate invoicing software.
Thanks in advance.
MaxNovember 21, 2019 at 7:01 pm #11300Soft79KeymasterYou could enter a description in the coupon field. Otherwise it must be done programmatically.
January 9, 2020 at 5:55 pm #13058kiemParticipantI have the same request. I try adding the description in the coupon description field. The description appears in the checkout page but not in the order confirmation page and not in the order summary email. How can I do this via scripting? Do you have any guidance on this?
Thanks,
Kiem
January 9, 2020 at 8:46 pm #13065Soft79KeymasterSorry, I assumed that WooCommerce placed the coupon details in the confirmation email. I just checked, but it just displays : “Discount: $ x.xx”
You can override this programmatically by using the filter “woocommerce_get_order_item_totals”, see includes/abstracts/abstract-wc-order.php .
- AuthorPosts
- You must be logged in to reply to this topic.