misits / iktickets

Integration of Infomaniak E-tickets into WordPress
GNU General Public License v2.0
0 stars 0 forks source link
infomaniak infomaniak-api infomaniak-events

Iktickets

All Contributors

Description

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.

Key Features

Installation

  1. Download the repository: https://github.com/misits/iktickets
  2. Upload the iktickets folder to your WordPress plugin installation.
  3. Activate the plugin through the Plugins screen in WordPress.
  4. Use the Iktickets > Settings menu to configure the plugin.

Usage

Settings

  1. Go to Iktickets > Settings and fill in the fields for the Infomaniak Events API. (See Frequently Asked Questions)
  2. Change the theme colors if needed.
  3. Click on Save Changes.

Events in a page

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].

Code Snippets

You can use the following code snippets to display the events in a template file.

<?php echo do_shortcode('[iktickets_events]'); ?>

Frequently Asked Questions

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.

Todo

Changelog

1.0.0

Support

For support, please visit Iktickets Issues.

License

This project is licensed under the GNU General Public License v2 or later.

Donations

If you find this plugin helpful, consider supporting its development via PayPal.

Contributors

Martin Jean-Christio
Martin Jean-Christio

🚇 ⚠️ 💻