FooEvents para WooCommerce integra-se com Adicionar à carteira para permitir que os seus participantes adicionem bilhetes FooEvents com códigos QR a Carteira Apple ou Google Wallet nos seus dispositivos móveis.
Secções #
- Criar uma conta AddToWallet
- Comprar créditos AddToWallet
- Configurar a chave da API AddToWallet
- Atualizar o tema do bilhete
- Enable the “Add to wallet” link in the ticket
- Adicione o seu bilhete FooEvents à sua carteira
- Information that will display on the pass
Criar uma conta AddToWallet
- Visite o addtowallet.co sítio 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
Comprar créditos AddToWallet
- Certifique-se de que tem sessão iniciada no addtowallet.co sítio Web
- Ir para o Página especial de preços para clientes FooEvents
- Escolha o número de passes de que necessita
- Click on the “Pay Now” button and follow the instructions to complete your purchase
Configurar a chave da API AddToWallet
-
- Certifique-se de que tem sessão iniciada no addtowallet.co sítio Web
- Ir para o Página da API
- Copie a sua chave API do canto superior esquerdo
- Ir para FooEvents > Definições > Integração no seu Painel de Administração do WordPress
- Cole a sua chave API no campo Campo de chave API AddToWallet
- Definir uma imagem de logótipo no Campo do logótipo AddToWallet
Atualizar o tema do bilhete
Make sure that you are using the most recent “Default ticket theme”. Siga estas instruções 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; ?>
Siga estas instruções sobre como modificar diretamente os ficheiros do tema dos bilhetes.
Enable the “Add to wallet” link in the ticket
- Ir para Produtos no seu Painel de Administração do WordPress
- Editar o evento que requer a funcionalidade de passe
- Ir para o Integração de eventos separador
- Ativar Mostrar a ligação AddToWallet no bilhete?
- Set a square Logótipo AddToWallet
- Definir um AddToWallet pass cor de fundo
- Guardar o seu evento
Adicione o seu bilhete FooEvents à sua carteira
- Criar um novo bilhete FooEvents ou reenviar um bilhete FooEvents existente
- Click on the “Add pass to wallet” link. If the link opens in a navegadorEm primeiro lugar, terá de digitalizar o código QR que aparece no lado direito com a câmara do seu dispositivo. Em alternativa, pode abrir a ligação num iPhone ou num telemóvel Android e adicionar diretamente o bilhete à sua carteira preferida
- Siga as instruções no ecrã para adicionar o bilhete à sua carteira preferida
Assim que a informação do bilhete for actualizada no Painel de Administração do WordPress, o passe na carteira do participante também será atualizado automaticamente. Se o bilhete for permanentemente apagado, o passe também será removido da carteira do participante automaticamente.
Information that will display on the pass
- Logo, which you can set in the Integração de eventos separador
- Background color, which you can set in the Integração de eventos separador
- Header image, which uses the “Ticket header image:” set in the Definições dos bilhetes separador
- Event name
- Attendee’s first and last name
- Ticket number
- Código 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 Definições de eventos tab. This information, together with the website URL, will only be accessible when viewing more information about the pass.