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 will display on the pass
- Logo, which you can set in the Integrazione degli eventi scheda
- Background color, which you can set in the Integrazione degli eventi scheda
- Header image, which uses the “Ticket header image:” set in the Impostazioni del biglietto scheda
- Event name
- Attendee’s first and last name
- Ticket number
- Codice QR
- Event date, or booking slot date and time for “Bookable” events
- 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.