Themen

⌘K
  1. Themen
  2. Ressourcen von Dritten
  3. AddToWallet Integration

AddToWallet Integration

FooEvents für WooCommerce integrates with AddToWallet to allow your attendees to add FooEvents tickets with QR codes to Apple Brieftasche oder Google Wallet on their mobile devices.

Sektionen #

Create an AddToWallet account

  1. Besuchen Sie die addtowallet.co website
  2. 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
  3. Click on “Continue with Google” or enter your email address and follow the instructions to create your account

Purchase AddToWallet credits

  1. Make sure that you are logged into the addtowallet.co website
  2. Gehen Sie zum special Pricing page for FooEvents customers
  3. Choose the number of passes that you need
  4. Click on the “Pay Now” button and follow the instructions to complete your purchase

Set up AddToWallet API key

    1. Make sure that you are logged into the addtowallet.co website
    2. Gehen Sie zum API page
    3. Copy your API key from the top left corner
    4. Gehe zu FooEvents > Einstellungen > Integration in your WordPress Admin Dashboard
    5. Paste your API key in the AddToWallet API key field
    6. Set a logo image in the AddToWallet logo field

Update your ticket theme

Make sure that you are using the most recent “Default ticket theme”. Follow these instructions 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; ?>

Follow these instructions on how to modify ticket theme files directly.

  1. Gehe zu Produkte in your WordPress Admin Dashboard
  2. Edit the event which requires pass functionality
  3. Gehen Sie zum Integration von Ereignissen Registerkarte
  4. Aktivieren Sie Display AddToWallet link on ticket?
  5. Set an AddToWallet logo
  6. Set an AddToWallet pass background color
  7. Save your event

Add your FooEvents ticket to your Wallet

  1. Create a new FooEvents ticket or resend an existing FooEvents ticket
  2. Click on the “Add pass to wallet” link. If the link opens in a Browser, you will first need to scan the QR code that appears on the right-hand side with your device’s camera, alternatively, you can open the link on an iPhone or Android phone and add the ticket to your preferred wallet directly
  3. Follow the instructions on the screen to add the ticket to your preferred wallet

Once the ticket information is updated in the WordPress Admin Dashboard, the pass in the attendee’s Wallet will also be updated automatically. If the ticket is permanently deleted, then the pass will also be removed from the attendee’s wallet automatically.

Schlagwörter , , , , , , ,