Skip to main content

Installation

OneTap Login for WooCommerce can be installed directly from the WordPress plugin repository or manually via ZIP file.

This is the easiest and recommended method:

Step 1: Access Plugin Installer

  1. Log in to your WordPress admin dashboard
  2. Navigate to Plugins > Add New

WordPress Plugin Search

Step 2: Search for the Plugin

  1. In the search box, type: OneTap Login for WooCommerce
  2. Look for the plugin by Croma Ideas SL
  3. Verify it shows the Google One Tap logo

Step 3: Install and Activate

  1. Click Install Now
  2. Wait for installation to complete
  3. Click Activate

Plugin Install Activate

Verify the Correct Plugin

Make sure you're installing "OneTap Login for WooCommerce" by Croma Ideas SL. There may be other plugins with similar names that don't offer real One Tap functionality.

Method 2: Manual Installation (ZIP File)

Use this method if you downloaded the plugin from onetapwoo.com or received a PRO version ZIP file.

Step 1: Download the Plugin

Step 2: Upload via WordPress Admin

  1. Go to Plugins > Add New
  2. Click Upload Plugin at the top
  3. Click Choose File and select the ZIP file
  4. Click Install Now
  5. Click Activate Plugin

Step 3: Verify Installation

After activation, you should see:

  • OneTap Login menu item under Settings
  • Admin notice prompting you to configure the plugin

Method 3: Manual Installation (FTP/SFTP)

For advanced users who prefer FTP access:

Step 1: Extract the ZIP File

Extract the downloaded ZIP file to get the onetap-login-for-woocommerce folder.

Step 2: Upload via FTP

  1. Connect to your server via FTP/SFTP
  2. Navigate to /wp-content/plugins/
  3. Upload the entire onetap-login-for-woocommerce folder
  4. Ensure folder permissions are set to 755
  5. Ensure file permissions are set to 644

Step 3: Activate in WordPress

  1. Go to Plugins > Installed Plugins
  2. Find "OneTap Login for WooCommerce"
  3. Click Activate

Post-Installation Steps

After successful installation:

1. Access Plugin Settings

Navigate to Settings > OneTap Login to access the configuration page.

2. Note the Required URLs

The settings page displays two important URLs you'll need for Google Cloud setup:

Authorized JavaScript Origin:
https://yourdomain.com

Authorized Redirect URI:
https://yourdomain.com/wp-json/onetap/v1/callback
Copy These URLs

Keep these URLs handy—you'll need them in the next step when setting up Google Cloud Console.

3. Proceed to Google Cloud Setup

The plugin won't work until you configure Google OAuth credentials. Continue to:

Google Cloud Setup →

Updating the Plugin

WordPress automatically checks for plugin updates. When an update is available:

  1. Go to Plugins > Installed Plugins
  2. If an update is available, you'll see "Update Now" link
  3. Click to update

Manual Updates

For manual updates:

  1. Deactivate the current version (settings are preserved)
  2. Delete the old plugin files
  3. Install the new version
  4. Reactivate
Settings Are Preserved

Your settings are stored in the WordPress database and won't be lost during updates.

Uninstalling the Plugin

If you need to remove the plugin:

Deactivate Only

To temporarily disable without removing data:

  1. Go to Plugins > Installed Plugins
  2. Click Deactivate under OneTap Login

Complete Removal

To remove the plugin and all data:

  1. Deactivate the plugin first
  2. Click Delete
  3. Confirm deletion
Data Removal

Deleting the plugin removes:

  • Plugin settings
  • Login statistics
  • Email templates (PRO)
  • Custom table data

This action cannot be undone. Export your settings first if you plan to reinstall.

Troubleshooting Installation

Plugin Won't Activate

Symptoms: Error message when clicking Activate

Solutions:

  1. Check PHP version (requires 7.4+)
  2. Check WordPress version (requires 5.8+)
  3. Check for conflicting plugins
  4. Increase PHP memory limit to 256MB

Settings Page Not Appearing

Symptoms: No "OneTap Login" menu after activation

Solutions:

  1. Clear browser cache
  2. Log out and log back in
  3. Check user permissions (must be administrator)
  4. Deactivate and reactivate the plugin

White Screen After Activation

Symptoms: Blank page or 500 error

Solutions:

  1. Enable WordPress debug mode
  2. Check error logs
  3. Verify PHP version compatibility
  4. Temporarily disable other plugins

To enable debug mode, add to wp-config.php:

define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);

Check the log at /wp-content/debug.log

Next Steps

Once installed and activated:

  1. Set up Google Cloud Console - Create OAuth credentials
  2. Configure the plugin - Enter your Client ID and Secret
  3. Verify installation - Test that everything works