-
Notifications
You must be signed in to change notification settings - Fork 10.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement display of the coupons used in order #3167
Comments
Where is the solution to this? as the link is not working? |
Will this add the coupon code used in the admin email/customer order received email? Thanks! |
Is there an update on this, since the link is still not working? Or is there an estimate for the release of WooCommerce 2.1? I have many clients who have been asking about the disappearance of this feature for some time and I'd like to be able to provide a solution. |
This has been merged into the master branch. We're aiming to have the first beta of v2.1 out by the end of this month, early December the latest. More information on this soon. |
Is this available in master yet? It's been a while. |
As for my situation, I updated the file woocommerce/includes/abstracts/abstract-wc-order.php and replaced a part of the function get_order_item_totals
I know this is not the best way to do it but I hope this functionality will be added to woocommerce new release. If someone could help me to put this on functions.php in theme instead of updating a core file, so an update in the plugin will not affect it. It will be greatly appreciated. thanks |
I used fillter "woocommerce_get_order_item_totals". |
@WallDenn , thanks for your tip! |
@WallDenn Thanks a lot, my problem is resolved by this code. Thanks a lot. |
Can anyone let me know how to call Amazon Lex functionality in my custom plugin? Please let me know its urgent. |
Will show used coupons as line items in the order (on checkout and beyond).
Branch: https://github.com/woothemes/woocommerce/tree/Coupon-display
The text was updated successfully, but these errors were encountered: