Skip to content

Commit

Permalink
Do this before people get confused!
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Zhong <69879040+Brunozhon@users.noreply.github.com>
  • Loading branch information
Brunozhon committed Jun 11, 2023
1 parent 9f514e3 commit f3b4420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ <h1>My Cart</h1>
} else if (cart == "up-water-12") {
addItem("Ultra-Purified Water (12-PACK)", 11, 50)
} else if (cart == "foiler-1") {
addItem("2-in-1 Water <b>F</b><u>oiler</u> (<b>F</b>ilter & B<u>oiler</u>)", 10, 00)
addItem("One 2-in-1 Water <b>F</b><u>oiler</u> (<b>F</b>ilter & B<u>oiler</u>)", 10, 00)
} else if (cart == "foiler-3") {
addItem("2-in-1 Water <b>F</b><u>oiler</u> (<b>F</b>ilter & B<u>oiler</u>)", 30, 00)
addItem("Three 2-in-1 Water <b>F</b><u>oiler</u> (<b>F</b>ilter & B<u>oiler</u>)", 30, 00)
}
var html = ""
var cartItems = JSON.parse(localStorage.itemsInCart)
Expand Down

0 comments on commit f3b4420

Please sign in to comment.