Now2Wallet Integration

FooEvents per WooCommerce si integra con Now2Wallet per consentire ai partecipanti di aggiungere biglietti FooEvents con codici QR a Apple Portafoglio o Portafoglio Google on their mobile devices or through their browsers.

Create a Now2Wallet account and choose a plan

  1. Visita il sito now2wallet.com sito web
  2. Choose your language on the right-hand side
  3. Click on the “Try it for free” or “Start for free” button
  4. Complete the registration form to create an account
  5. Choose a monthly or yearly plan, or test free for 14 days
  6. Copy the API key shown in the Chiave API sezione
  7. Vai a Settings > Now2Wallet in your WordPress Admin Dashboard and paste the API key in the Now2Wallet API key campo

Download the plugin

  1. Scarica il Now2Wallet WordPress plugin dal Scaricamento section of your Now2Wallet Dashboard
  2. Install and activate the plugin in your WordPress Admin Dashboard

Set up the Now2Wallet API key

  1. Copy the API key shown in the Chiave API section of your Now2Wallet Dashboard
  2. Vai a Settings > Now2Wallet in your WordPress Admin Dashboard and paste the API key there

Aggiornare il tema del biglietto

Assicurarsi di utilizzare il tema "Biglietto predefinito" più recente. Seguire queste istruzioni su come aggiornare il tema del biglietto.

In alternativa, è possibile incollare il seguente frammento di codice direttamente nel tema del ticket ticket.php file:

<?php if ( function_exists('now2wallet_buttons') && ( empty($ticket['type']) || $ticket['type'] !== 'PDF' ) ) echo now2wallet_buttons( $ticket['ID'] ); ?>

Seguire queste istruzioni su come modificare direttamente i file del tema dei biglietti.

Test the Wallet buttons

  1. Creare un nuovo ticket FooEvents o reinviare un ticket FooEvents esistente
  2. Fare clic sul pulsante Add to Apple Wallet o 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.

Informazioni che possono essere visualizzate sul 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 campo empty se voi want il evento nome a be used
  • Sfondo colore
  • Testo colore
  • Labels scegliere a colore
  • 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 può find il detailed impostazione guide qui.