At this stage, we have a site in place, but there is one key element missing: data!
Yes, a shop isn’t any good without products (i.e., data), so throughout this chapter, we will work through what is required to set up our data and hook it into our shop. We’ll take a look at what options we have when it comes to implementing the checkout and payment process so that we can be sure our data needs are satisfied from the outset.
We’ll also do something I know you will be itching to do – test our shop! Indeed, we’ve not been able to do this until now, given that for it to work, we need to have data, markup, and (to a greater ...