This is a ticketing system for Infomaniak Events. It is a Wordpress plugin that allows to sell tickets for events directly on the website.
The plugin needs to be configured with the Infomaniak Events API key and token. It also needs a cron job to synchronize the events with Infomaniak Events.
All events dates, image, description and prices zones are synchronized with Infomaniak Events. The tickets are sold on the website and the orders are synchronized with Infomaniak Events.
Payments are handled by Infomaniak Events. The plugin only query the proper API endpoints and display the form to pay the order or redirect to the payment page.
If you find this plugin helpful, consider supporting its development via PayPal.
- Sell tickets for events
- Display event dates on a calendar
- Cron job to synchronize events with Infomaniak Events
- Theme colors customization
- Order as guest or with an account
- Registration form for new accounts
- Payment handled by Infomaniak Events (PostFinance, Twint, Visa, Mastercard, etc.)
- Download the repository: https://github.com/misits/iktickets
- Upload the
iktickets
folder to your WordPress plugin installation. - Activate the plugin through the
Plugins
screen in WordPress. - Use the
Iktickets > Settings
menu to configure the plugin.
- Go to
Iktickets > Settings
and fill in the fields for the Infomaniak Events API. (See Frequently Asked Questions) - Change the theme colors if needed.
- Click on
Save Changes
.
A new default Events
page is created when the plugin is activated. You can use this page to display the events.
A shortcode is also available to display the events in any page. The shortcode is [iktickets_events]
.
You can use the following code snippets to display the events in a template file.
<?php echo do_shortcode('[iktickets_events]'); ?>
Q: How to get the API key?
A: The API key can be found in Infomaniak dashboard > Billetterie > Boutique / Mise en ligne > Accès API
.
Q: How to get the API token?
A: The API token can be found in Infomaniak dashboard > Développeur > Tokens API
, then click on Créer un token API
and select eticket
as scopes.
Q: How to display events in a page?
A: The shortcode is [iktickets_events]
and can be used in any page. You can also use code snippets to display the events in a template file. See Code Snippets.
- Add a shortcode to display a specific event with its tickets
- Allow users to reset their password
- Style my account page
- Style single event page
- Display banner on top of the page when action is done or error
- Clean vue components & scss double code
- Translate plugin
- ... and more
- Initial release.
For support, please visit Iktickets Issues.
This project is licensed under the GNU General Public License v2 or later.
If you find this plugin helpful, consider supporting its development via PayPal.
Martin Jean-Christio 🚇 |