How to allow customers to log in via social media accounts (Google, Facebook, Twitter etc.) on the checkout?
The One Step Checkout Lite and Pro packages do not provide the option to allow customers to log in to their accounts using social media. However, this feature is incorporated in the Premium package via the Social Login for Magento 2 extension.
The Social Login streamlines the registration process for new customers by allowing them to sign-up using their social media accounts. To enable this option, proceed to Stores → Configuration → Amasty Extensions → One Step Checkout → General and enable the Social Login on Checkout option:
As a result, the block with social buttons for login will be displayed on the checkout page:
Out of the box, the extension supports Twitter, Facebook, Google, LinkedIn, Instagram, Amazon, PayPal, Twitch.
Related Articles
What features are included in each tariff plan of One Step Checkout?
LITE One Step Checkout extension - all checkout sections on one page; - customizable design (layout, color scheme, address formatting, default values); - customer GeoIP location detect; - easy checkout fields management; Stripe Card Element ...
One Step Checkout API
1. Amasty\Checkout\Api\AdditionalFieldsManagementInterface - class for managing additional fields for logged-in users: POST /V1/amasty_checkout/carts/:cartId/amcheckoutFields, method="save" - save a field for a specific cart by ID; POST ...
One Step Checkout does not appear on Hyva theme. What should I do?
To ensure the compatibility of One Step Checkout extension with Hyva, please follow the below steps: Step 1. Install the Hyva compatibility packages, that can be accessed via composer: composer ...
Social Login | GraphQL methods
Queries amSocialLoginAccountData description: get a list of linked accounts amSocialLoginButtonConfig description: get information about Social Login button configurations Mutations amSocialLoginLinkAccount (type: String!) description: link account ...
What payment methods are compatible with One Step Checkout?
The One Step Checkout module is compatible with some payment methods by default: PayPal Amazon Pay Braintree Klarna Stripe Some payment methods require additional compatibility modules to be installed. To access this functionality, you need to have ...