Skip to main content

Digits Phone Login / Signup Plugin

This plugin allows your users to login and signup into your website using their phone number.

Requirements#

  1. DIGITS: Wordpress Mobile Number Signup and Login wordpress plugin installed on your wordpress woocommerce website.

  2. WooStore Pro mobile application version v3.3.0 or above.

  3. WooStore Pro Api wordpress plugin version v4.3.0 or above.

How to enable it ?#

To enable the support for this plugin in your application follow the steps below:

  1. Open woostore_pro in android studio
  2. Open the config.dart file in path woostore_pro / lib / constants / config.dart
  3. Set the flag kEnableDigitsPluginSupport to true
For Example
const bool kEnableDigitsPluginSupport = true;