I’m currently developing a one page website using WordPress and a custom theme and I’m struggling to understand how I can integrate WooCommerce checkout (and WooCommerce Booking plugin) on my index page, which contains everything rather than using /shop/ etc.
Is that even doable?
The website can be seen here: http://a-maze-in.com but the booking section is empty for now (it’s live)
Any insight deeply appreciated.
Cheers.
[edit]
To be more specific, my question would be: How can I handle every step of the shop and checkout process on a single page? (that would be my index)
[/edit]
Turns out that my main problem was wp_footer(); missing from the footer.php page on my Custom theme. That little thing wasn’t trigging the WooCommerce functionalities (and more specifically the functionnalities linked to the Bookings Plugin)
I’ve amended that and now it’s working on my page. I still have a lot to figure out (like how can I do the checkout on that same page) but now I can work with that.