Maradigma connects WordPress with your Maradigma account so you can publish and manage your boat catalog directly from your website.
The plugin is designed for boat charter websites that need synchronized fleet data, editable boat pages, searchable listings, availability and pricing information, and an integrated booking flow.
Main capabilities:
An active Maradigma account and valid API credentials are required to retrieve fleet data and use the connected booking features.
This plugin connects to the Maradigma platform to retrieve boat data, media, availability, prices, additional services, payment-method information, and booking-related content.
The connection is initiated after a website administrator configures the plugin with valid Maradigma credentials. Additional requests are made when an administrator synchronizes fleet content or when a visitor uses a connected catalog, availability, pricing, or booking feature.
Depending on the feature being used, requests may include:
These data are used to return the requested catalog information, calculate availability and prices, and create or process the requested booking in the connected Maradigma account.
The plugin may also display or download boat images, videos, and PDF files from URLs returned by Maradigma. Frontend JavaScript and CSS dependencies bundled with the plugin are loaded locally rather than from public CDNs.
Service provider: Maradigma / BCH MULTISERVICES S.L.
Service API endpoint: https://app.maradigma.com/api/external/v1
Provider website: https://maradigma.com/
Provider privacy policy: https://maradigma.com/en/privacy-policy
Website administrators should ensure that their own privacy policy explains the use of this external service and the booking data collected through their website where required.
This plugin bundles local copies of third-party frontend libraries instead of loading JavaScript or CSS from public CDNs in production.
See docs/THIRD-PARTY-NOTICES.md for library names, versions, licenses, and source URLs.
The complete human-readable source code and build tooling are publicly maintained at:
https://github.com/JonatanMachoMaza/maradigma-wordpress
JavaScript and CSS sources are located in assets/js and assets/css. Compiled production assets are written to assets/dist.
To reproduce the distributed assets from a clean checkout:
npm ci.npm run build.The repository includes package.json, package-lock.json, and the Vite configuration used for the build.