FooEvents para WooCommerce integra-se com Now2Wallet para permitir que os seus participantes adicionem bilhetes FooEvents com códigos QR a Carteira Apple ou Google Wallet on their mobile devices or through their browsers.
Create a Now2Wallet account and choose a plan
- Visite o now2wallet.com sítio Web
- 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 Chave API secção
- Ir para Settings > Now2Wallet in your WordPress Admin Dashboard and paste the API key in the Now2Wallet API key domínio
Download the plugin
- Descarregar o Now2Wallet WordPress plugin do Transferências 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 Chave API section of your Now2Wallet Dashboard
- Ir para Settings > Now2Wallet in your WordPress Admin Dashboard and paste the API key there
Atualizar o tema do bilhete
Certifique-se de que está a utilizar o "Tema do bilhete predefinido" mais recente. Siga estas instruções sobre como atualizar o tema do bilhete.
Como alternativa, você pode colar o seguinte trecho de código diretamente na seção ticket.php file:
<?php if ( function_exists('now2wallet_buttons') && ( empty($ticket['type']) || $ticket['type'] !== 'PDF' ) ) echo now2wallet_buttons( $ticket['ID'] ); ?>
Siga estas instruções sobre como modificar diretamente os ficheiros do tema dos bilhetes.
Test the Wallet buttons
- Criar um novo bilhete FooEvents ou reenviar um bilhete FooEvents existente
- Clicar no botão Add to Apple Wallet ou 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.
Informações que podem ser apresentadas no passe
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 domínio empty se tu want a evento nome para be used
- Background cor
- Texto cor
- Labels – escolher a cor
- 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
Você pode find a detailed configuração guide aqui.