FooEvents for WooCommerce integrates with Now2Wallet to allow your attendees to add FooEvents tickets with QR codes to Apple Wallet or Google Wallet on their mobile devices or through their browsers.
Create a Now2Wallet account and choose a plan
- Visit the 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 key section
- Go to Settings > Now2Wallet in your WordPress Admin Dashboard and paste the API key in the Now2Wallet API key field
Download the plugin
- Download the Now2Wallet WordPress plugin from the 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 key section of your Now2Wallet Dashboard
- Go to Settings > Now2Wallet in your WordPress Admin Dashboard and paste the API key there
Update your ticket theme
Make sure that you are using the most recent “Default ticket theme”. Follow these instructions on how to update your ticket theme.
Alternatively, you can paste the following code snippet directly into your ticket theme’s ticket.php file:
<?php if ( function_exists('now2wallet_buttons') && ( empty($ticket['type']) || $ticket['type'] !== 'PDF' ) ) echo now2wallet_buttons( $ticket['ID'] ); ?>
Follow these instructions on how to modify ticket theme files directly.
Test the Wallet buttons
- Create a new FooEvents ticket or resend an existing FooEvents ticket
- Click on the Add to Apple Wallet or 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.
Information that can display on the pass
You can set what information should display on the pass if you go to Settings > Now2Wallet in your WordPress Admin Dashboard.
- Card title – leave this field empty if you want the event name to be used
- Background colour
- Text colour
- Labels – choose a colour
- 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 can find the detailed setup guide here.