FooEvents per WooCommerce si integra con Aggiungi al portafoglio per consentire ai partecipanti di aggiungere biglietti FooEvents con codici QR a Apple Portafoglio o Portafoglio Google sui loro dispositivi mobili.
Sezioni #
- Creare un account AddToWallet
- Acquistare crediti AddToWallet
- Impostare la chiave API di AddToWallet
- Aggiornare il tema del biglietto
- Enable the “Add to wallet” link in the ticket
- Aggiungi il tuo biglietto FooEvents al tuo portafoglio
- Information that will display on the pass
Creare un account AddToWallet
- Visita il sito addtowallet.co sito web
- Click on the “GET STARTED FOR FREE” button, or go to https://app.addtowallet.co/?ref=FooEvents and click on the “Sign In” button in the top right corner
- Click on “Continue with Google” or enter your email address and follow the instructions to create your account
Acquistare crediti AddToWallet
- Assicurarsi di aver effettuato l'accesso al sito addtowallet.co sito web
- Vai al sito pagina speciale dei prezzi per i clienti FooEvents
- Scegliere il numero di passaggi necessari
- Click on the “Pay Now” button and follow the instructions to complete your purchase
Impostare la chiave API di AddToWallet
- Assicurarsi di aver effettuato l'accesso al sito addtowallet.co sito web
- Vai al sito Pagina API
- Copiate la vostra chiave API dall'angolo in alto a sinistra
- Vai a FooEvents > Impostazioni > Integrazione nel cruscotto dell'amministratore di WordPress
- Incollate la vostra chiave API nel campo Campo chiave API AddToWallet
- Impostare un'immagine del logo nel campo Campo logo AddToWallet
Aggiornare il tema del biglietto
Make sure that you are using the most recent “Default ticket theme”. Seguire queste istruzioni on how to update your ticket theme.
Alternatively, you can paste the following code snippet directly into your ticket theme’s ticket.php file:
<!-- CREATE WALLET PASS --> <?php if ( ! empty( $ticket['WooCommerceEventsTicketDisplayAddToWallet'] ) && 'off' != $ticket['WooCommerceEventsTicketDisplayAddToWallet'] ) : ?> <span class="no-print"> <br /><br /> <a href="<?php echo site_url(); ?>/wp-admin/admin-ajax.php?action=fooevents_wallet_pass&ticket=<?php echo $ticket['ID']; ?>"> <?php _e( 'Add pass to wallet', 'woocommerce-events' ); ?></a> </span> <?php endif; ?>
Seguire queste istruzioni su come modificare direttamente i file del tema dei biglietti.
Enable the “Add to wallet” link in the ticket
- Vai a Prodotti nel cruscotto dell'amministratore di WordPress
- Modificare l'evento che richiede la funzionalità di passaggio
- Vai al sito Integrazione degli eventi scheda
- Abilitazione Visualizzare il link AddToWallet sul biglietto?
- Set a square Logo AddToWallet
- Impostare un AddToWallet passa il colore di sfondo
- Salva il tuo evento
Aggiungi il tuo biglietto FooEvents al tuo portafoglio
- Creare un nuovo ticket FooEvents o reinviare un ticket FooEvents esistente
- Click on the “Add pass to wallet” link. If the link opens in a browserPer prima cosa è necessario scansionare il codice QR che appare sul lato destro con la fotocamera del proprio dispositivo; in alternativa, è possibile aprire il link su un iPhone o un telefono Android e aggiungere direttamente il biglietto al proprio portafoglio preferito.
- Seguite le istruzioni sullo schermo per aggiungere il biglietto al vostro portafoglio preferito.
Una volta aggiornate le informazioni sul biglietto nella WordPress Admin Dashboard, anche il pass nel portafoglio del partecipante verrà aggiornato automaticamente. Se il biglietto viene eliminato definitivamente, anche il pass verrà rimosso automaticamente dal portafoglio del partecipante.
Information that can display on the pass
You can set what information should display on the pass if you edit your event and go to the Integrazione degli eventi scheda.
- Logo AddToWallet, which should ideally be square.
- AddToWallet image which will be stretched horizontally across the background of the pass.
- AddToWallet passa il colore di sfondo
- AddToWallet card title, which will be displayed in the top bar of the pass next to the logo. By default this will be the event name, but can be changed to custom text.
- AddToWallet card title, which will be the first text to display below the top bar. By default this will be the event name, but can be changed to custom text. You can use the placeholder {var} to display the variation.
- AddToWallet date label. By default this will be the word “Date”, but can be customized.
- AddToWallet date value. By default this will be the event’s date and time, or the booking slot date and time for “Bookable” events, but can be customized.
- AddToWallet attendee label. By default this will the word “Attendee”, but can be customized to say e.g. “Ticket Holder”.
- Attendee’s first and last name
- AddToWallet location label. By default this will be the word “Location”, but can be customized.
- Ticket number
- Codice QR
- Event organizer details, which is the phone number and email address in the “Organizer Contact Details” section in the Impostazioni evento tab. This information, together with the website URL, will only be accessible when viewing more information about the pass.