1. 21
    Create a Checkout Page in Next.js that Displays Cart Contents
    2m 3s

Create a Checkout Page in Next.js that Displays Cart Contents

Share this video with your friends

Send Tweet

A cart isn't very useful if we don't have a check out page to actually purchase products at. While we aren't setting up payment process just yet, this lesson will set us up by looping over products in our cart and displaying them in a list.