
PosLimitless Booking integrates PosLimitless booking modules directly into your WordPress site.
Included modules:
Features:
[poslimitless_booking] — Booking module[poslimitless_espace_client] — Client portal[poslimitless_bon_cadeau] — Gift cards[poslimitless_verif_bon_cadeau] — Gift card balance check[poslimitless_event] — EventsThis plugin relies on the following third-party and external services:
This plugin connects to the PosLimitless API to manage bookings, payments, gift cards, client accounts and events. All booking data (customer name, email, phone, reservation details, payment information) is sent to this service when a visitor makes a reservation, purchases a gift card or accesses the client portal.
When a center has configured Google tracking tags in PosLimitless, this plugin only loads Google scripts after the visitor has explicitly opted in via the cookie consent checkbox displayed on the confirmation page. No Google scripts are loaded and no data is sent to Google until the visitor grants consent. Once consent is granted, the plugin sends page views and purchase conversion events (transaction ID, amount, currency) to Google for analytics and advertising purposes. Google Consent Mode V2 is used with all storage types denied by default.
When a center has configured a Meta Pixel ID in PosLimitless, this plugin only loads the Meta Pixel script after the visitor has explicitly opted in via the cookie consent checkbox displayed on the confirmation page. No Meta scripts are loaded and no data is sent to Meta until the visitor grants consent. Once consent is granted, it sends page views and purchase conversion events (amount, currency) to Meta for advertising purposes.
When a center has configured a TikTok Pixel ID in PosLimitless, this plugin only loads the TikTok Pixel script after the visitor has explicitly opted in via the cookie consent checkbox displayed on the confirmation page. No TikTok scripts are loaded and no data is sent to TikTok until the visitor grants consent. Once consent is granted, it sends page views and payment completion events (amount, currency) to TikTok for advertising purposes.
When a center uses Stripe as a payment gateway, payment is processed via the Stripe hosted checkout. The customer is redirected to Stripe to complete payment. No card data is handled by this plugin.
The frontend module (assets/booking.js) is built from a React/TypeScript application using Vite. The source code is included in the src/ directory of this plugin. Build tools used: Node.js, Vite, TypeScript, React.