All Projects → magestat → magento2-sign-in-with-phone-number

magestat / magento2-sign-in-with-phone-number

Licence: OSL-3.0 license
This extension allow your customers to login to your Magento store using their phone number.

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to magento2-sign-in-with-phone-number

module-login-as-customer
Allows admin to login as a customer (enter to customer account).
Stars: ✭ 104 (+147.62%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-extension-free
module-blog-sample-data
Sample data for Magento 2 blog extension
Stars: ✭ 15 (-64.29%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-extension-free
module-dsu-client
No description or website provided.
Stars: ✭ 17 (-59.52%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-extension-free
m2.ReCaptcha
Magento2. Extension is integrate Google Recaptcha with your Magento2 store.
Stars: ✭ 31 (-26.19%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-extension-free
magento-2-google-xml-sitemap
Google XML Sitemap for Magento 2 helps Google search bots find all every corner on your website to index, bring in potential benefits for your SEO strategy. Also, the HTML sitemap will help users more easily search for information on your site than only use Magento default.
Stars: ✭ 31 (-26.19%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-extension-free
magento2-edit-order-email
Magento2 - Edit Order Email from Admin
Stars: ✭ 30 (-28.57%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-extension-free
module-conflict-detector
magefan.com/magento2-conflict-detector
Stars: ✭ 40 (-4.76%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-extension-free
magento-2-layered-navigation
Magento 2 Layered Navigation extension Free optimizes the navigation process, redirects users to product catalog pages, and makes finding products easier
Stars: ✭ 16 (-61.9%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-extension-free
m2.SmartCategory
Magento2. Extension Smart Category rules dynamically change the product selection according to a set of conditions.
Stars: ✭ 78 (+85.71%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-extension-free
module-notifications
Notify the Magento 2 admin user about disabled caches or new customer reviews.
Stars: ✭ 20 (-52.38%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-extension-free
magento-2-reports
Magento 2 Reports extension Free from Mageplaza helps stores quickly access to advanced reports on Dashboard. As your shop grows, so is the amount of numbers you have to deal with everyday. Eventually, it would reach a point where you find yourself in dire need of a tool that can take care of the figures for you.
Stars: ✭ 39 (-7.14%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-extension-free
module-wysiwyg-advanced
Extend TinyMCE 4 & 5 tools in Magento 2
Stars: ✭ 60 (+42.86%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-extension-free
module-blog-m22
Fixes for Blog on Magento 2.2.x
Stars: ✭ 21 (-50%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-extension-free
magento-2-infinite-scroll
Magepow Infinite Scroll extension Free hepls website loading content and products without reloading page
Stars: ✭ 17 (-59.52%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-extension-free
magento2-guest-to-customer
Guest to Customer for Magento2 - Quickly and easily convert existing guest checkout customers to registered customers.
Stars: ✭ 66 (+57.14%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-extension-free
module-dsu
No description or website provided.
Stars: ✭ 18 (-57.14%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-extension-free
m2.IndexerUrlRewrite
Magento2. Extension rebuild UrlRewrite index.
Stars: ✭ 38 (-9.52%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-extension-free
module-checkout-designs
Allow multiple options for Magento 2 checkout layout. Provides capabilities to AB test checkout changes and more.
Stars: ✭ 28 (-33.33%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-extension-free
m2.Price
Magento2. Rounding Price to Prettier Value for Multi-Currency Stores.
Stars: ✭ 60 (+42.86%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-extension-free
international-telephone-input
Integration to Magento 2 a jQuery plugin for entering and validating international telephone numbers.
Stars: ✭ 26 (-38.1%)
Mutual labels:  phone-number, magento2, magento2-extension, magento2-module

Sign in With Phone Number for Magento 2

This extension allow your customers to login to your Magento store using their phone number. Also it is possible to login using both (email or phone number) at the same field, this extension is capable to handle the field value and access the store with the provided data - Mobile login extention for Magento 2.

  • Login with mobile phone number or email.
  • Possibility to create account using mobile phone number.
  • Change phone number under customer dashboard.

Codacy Badge Build Status Packagist Downloads

Installation

Install via composer (recommended)

Run the following command in Magento 2 root folder:

composer require magestat/module-sign-in-with-phone-number
composer install

Using GIT clone

Run the following command in Magento 2 root folder:

git clone [email protected]:magestat/magento2-sign-in-with-phone-number.git app/code/Magestat/SigninPhoneNumber

Activation

Run the following command in Magento 2 root folder:

php bin/magento module:enable Magestat_SigninPhoneNumber
php bin/magento setup:upgrade

Clear the caches:

php bin/magento cache:clean

Configuration

  1. Go to STORES > Configuration > MAGESTAT > Sign in With Phone Number.
  2. Select Enabled option to enable the module.
  3. Under Settings tab, change the Sign in Mode to fit to your login process.

Uninstall

php bin/magento module:uninstall -r Magestat_SigninPhoneNumber

Contribution

Want to contribute to this extension? The quickest way is to open a pull request on GitHub.

Support

If you encounter any problems or bugs, please open an issue on GitHub.

Need help setting up or want to customize this extension to meet your business needs? Please open an issue and I'll add this feature if it's a good one.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].