vendic / hyva-checkout-create-account
Add a create account checkbox to the Hyvaä checkout for Magento 2
Installs: 7 270
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 3
Forks: 5
Open Issues: 8
Type:magento2-module
Requires
- php: ~8.1
- hyva-themes/magento2-hyva-checkout: ^1.1
This package is auto-updated.
Last update: 2025-06-02 13:41:03 UTC
README
This module adds a "create account" checkbox to the Hyva Checkout.
When checked, it will automatically:
- Create an account for the customer
- Assign the current order to the customer
- Send a password reset email to the customer
Installation
composer require vendic/hyva-checkout-create-account
Configuration
This module introduces a configuration section under Stores > Configuration > Hyvä Themes > Checkout > New Customer with the following options:
- Enable New Customer: Enables the "create account" checkbox on the checkout page.
- Send Reset Password Mail: If enabled, a reset password email will be sent after the customer account is created.
- Create Password Template: Allows you to select the email template used when sending the reset password mail.
Feel free to create a pull request if you need additional configuration options. Check the issues for tickets that need help.
Compatibility
- Hyvä Themes ^1.0
- Hyva Checkout ^1.1
- Magento 2 or Mage-OS ^2.4.4