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); - delivery options: delivery date calendar, delivery time interval, delivery comment; - Google ...
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 ...
How to edit saved address on the checkout?
The default One Step Checkout functionality doesn't allow editing saved shipping and billing addresses. If customers need to modify them, you may do it in the customer account (My Account → Address Book). Alternatively, customers may add a new ...