In Chapter 5, we described how to transform PrestaShop into a booking system. In this chapter, we’ll demonstrate how we can transform PS into an events-based system. As we did in Chapter 5, we’ll use the very own features that PS offers to carry out this transformation.
An event is something that occurs in time. It can be organized and scheduled, and it can involve different actors that can be objects, living beings, and so forth. In ordinary language , we may say that an event can be a ceremony, festival, party, and so on.
In this chapter, we’ll consider the creation of a scheduled event, ...