-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Remove "Free Shipping" Banner #800
Conversation
🚲 PR staged at http://35.193.111.39 |
🚲 PR staged at http://35.193.111.39 |
closed and re-opened since there was an error with the cartservice building. wanted to retrigger the CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for addressing this issue @charlieyu1996
Left some minor comments!
🚲 PR staged at http://35.193.111.39 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again, @charlieyu1996, for doing this!
And thanks for addressing all the issues Shabir raised.
Everything looks amazing!
And thank you, @Shabirmean, for suggesting the improvements (i.e., realizing we could remove quoteByCountFloat
and the mis-numbered comments).
I have done a quick smoke test of the staging URL. Works! 👍
Approved.
But I'll wait until Shabir provides his approval before merging.
Thank you for the changes @charlieyu1996! LGTM! |
Background
This PR reduces unnecessary code for displaying the free shipping banner. Since it does not add value to the demo.
Fixes
Change Summary
header.html
styles.css
main.go
GetQuote
where it counts the number items for the quotequote.go
quoteByCountFloat
that checks for item count to be 0Additional Notes