Skip to content

Commit

Permalink
few fix
Browse files Browse the repository at this point in the history
  • Loading branch information
souvik666 committed Aug 27, 2021
1 parent 8c0e1f5 commit 7116bc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ <h4>Your Cart
window.location.href = "checkout.html"
})



let data = JSON.parse(localStorage.getItem(`cart`))
document.getElementById(`noofitem`).innerHTML = data.length

Expand Down

0 comments on commit 7116bc8

Please sign in to comment.