Summary
We started this book by finding some plugins that would make our website mobile-friendly with the minimum of customization, and have worked our way through mobile themes, responsive design and media queries, mobile-only content, and finally web apps. We now have a site that is not only mobile-friendly, but also adds some extra functionality for mobile users. Of course, we’d want to build this into an area of the main site too, but that’s a separate task!
In this chapter we learned how to add a form to our web app using a plugin so that users can place an order and how to add integration with PayPal, again using a plugin. We learned how to set up a notification page for our form so that users aren’t left hanging after placing an order and making payment and how to add a map and the directions to our store using the MapPress plugin. We also learned about some other plugins that can help with the building of a web app, and about APIs we can tap into, to add even more functionality.
However...