Shopping Cart Using Cookie
Last updated
Was this helpful?
Last updated
Was this helpful?
기능 명세
product 홈페이지
제품 목록이 나온다. '제품 n '의 'add' 를 누르면 shopping cart 페이지로 이동한다. => 제품 1(제품id)의 add를 누르면 count/1(=제품 id) 로 접속한다. 한번 더 누르면 cart 페이지에서 수량이 증가한다. (누를 때마다 증가한다)
Products List
Product 1 . add
Product 2 . add
Cart
Nodejs에서 반복문 사용하기(for in 문)
product 배열에서 객체의 title값만 가져올
실행 결과