Event calendar
-
Hi, part of my portfolio project is to build a website offering a possibility of booking a one repetitive event, happening a couple of times a day. As I see it, it should have:
- Calendar displaying available dates and times, and after certain day is being clicked it redirects user to a page where he can book it (and pay for it)
- Reservation system, where user enters his data (lets say name and email) and he can be redirected to payment page.
- Payment system – after being redirected a certain amount can be paid by card, and after that event for a particular day and time has 1 spot left and user gets an email with reservation info.
I found out that WooCommerce is pretty good with that, I can add events as products and therefore I get 100 products (combination of 20 days and 5 different hours). The problem is with integrating available dates and times with the calendar. I can’t see a way to make these 2 synchronized with each other.
I tried using The Events Calendar, WP Event Manager and Event Tickets Manager for WooCommerce plugins, but it seems free version of none of these can help me with making a chain:
calendar -> event database -> reservation&payment.Any free plugins I could use for that, any ideas what I could make different to make it work?
- The topic ‘Event calendar’ is closed to new replies.