Hi, I am looking to add a calendar to my products for booking/rental purposes. I don’t know where to start from. I tried looking some third party integrations but couldn’t find any suitable for my website.
The working of the products page will be as follow
This could be modified to meet your needs. The setup is pretty straightforward. Create a CMS Collection for products. Create a CMS Collection for bookings. In your add to cart form, add Flatpickr plugin (https://flatpickr.js.org/) or a similar date picker.
Output a hidden collection list of bookings filtered for the current product. Some javascript is used to block those bookings out in the date picker. After each booking, you’ll use Zapier or Make (formerly Integromat) to add new booking to CMS.
This of course is just one approach. You can set things up however you like. Foxy is simply looking for the data you send to the cart (dates, price, etc.) How you manage, generate and output the data is 100% up to you.
We’re happy to transfer a copy of the Webflow project if that will be helpful. Just let us know your Webflow email address (hello@foxy.io) If you’re not comfortable setting things up yourself, we may be able to help with our Accelerate program: https://foxy.io/accelerate
We’re here to help if you need anything. Just let us know.
Hi @Chris_Allard.
The initial form is just a Webflow form (styled to your liking like normal). The Foxy checkout form is 100% customizable with your own html, css, and js.