FooEvents voor WooCommerce integreert met Now2Wallet zodat je bezoekers FooEvents-tickets met QR-codes kunnen toevoegen aan Apple Portemonnee of Google Portemonnee on their mobile devices or through their browsers.
Create a Now2Wallet account and choose a plan
- Bezoek de now2wallet.com website
- Choose your language on the right-hand side
- Click on the “Try it for free” or “Start for free” button
- Complete the registration form to create an account
- Choose a monthly or yearly plan, or test free for 14 days
- Copy the API key shown in the API-sleutel sectie
- Ga naar Settings > Now2Wallet in your WordPress Admin Dashboard and paste the API key in the Now2Wallet API key veld
Download the plugin
- Downloaden Now2Wallet WordPress plugin van de Downloads section of your Now2Wallet Dashboard
- Install and activate the plugin in your WordPress Admin Dashboard
Set up the Now2Wallet API key
- Copy the API key shown in the API-sleutel section of your Now2Wallet Dashboard
- Ga naar Settings > Now2Wallet in your WordPress Admin Dashboard and paste the API key there
Werk je ticket thema bij
Zorg ervoor dat je het meest recente "Standaardthema voor tickets" gebruikt. Volg deze instructies hoe je je ticket-thema kunt bijwerken.
Je kunt ook het volgende codefragment rechtstreeks in het thema van je ticket plakken ticket.php file:
<?php if ( function_exists('now2wallet_buttons') && ( empty($ticket['type']) || $ticket['type'] !== 'PDF' ) ) echo now2wallet_buttons( $ticket['ID'] ); ?>
Volg deze instructies over hoe je ticket themabestanden rechtstreeks kunt wijzigen.
Test the Wallet buttons
- Een nieuw FooEvents ticket aanmaken of een bestaand FooEvents ticket opnieuw versturen
- Klik op de Add to Apple Wallet of Add to Google Wallet button in the ticket, depending on the device or platform that you are using. This should automatically add the ticket to your wallet.
Informatie die op de pas kan worden weergegeven
You can set what information should display on the pass if you go to Settings > Now2Wallet in your WordPress Admin Dashboard.
- Card title – leave deze veld empty als jij want de evenement naam naar be used
- Background kleur
- Tekst kleur
- Labels – kies a kleur
- Icon – should be square as required by Apple
- Logo
- Show background image/hero
- Background image / hero
- Event label
- Show date
- Date label
- Show location
- Location label
- Show attendee
- Attendee label
- Show ticket no.
- Show seat (if available)
- Show variant (ticket type)
- Variant label
- Show price
- Price label
You kan find de detailed setup guide hier.