In the previous chapter, we worked on building our basket – no e-commerce site is any good, though, without some means to pay for our products! It’s time for us to add in a checkout and payment process: the question is, how will it look?
Adding this facility is where things will start to get interesting. Throughout this chapter, we will dig into the process and code required to check out and complete the ordering process for our store via the Shopify checkout process. At the same time, we will explore some of the ways we can customize and tweak the overall experience for our customers.
There is plenty to ...