This is what I have so far:
Private Sub AddThisItemButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AddThisItemButton.Click
' This button adds the item to the summary and when clicked it also validates the quantity, weight, and price. It also
'...