-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fix missing discount label in checkout #11883
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
Fix missing discount label in checkout #11883
Conversation
- fixed code style
Hi @allanwebjump Thank you for your contribution. ✅ Use Case 1
✅ Use Case 2
✅ Use Case 3
❌ Use Case 4
❌ The Rule label is rendered twice Could you please fix the Use case 4 so that we can accept this pull request? |
Hi @allanwebjump |
Actually as a small fix we could just do following change in CSS: .totals .discount.coupon {
display: none;
} |
Hi @allanwebjump |
Description
The discount label was not being shown in the shopping cart totals description
Fixed Issues
Manual testing scenarios
Contribution checklist