aimanecouissi/module-login-as-customer-assistance-enforce

Enforce remote shopping assistance for customer accounts

Maintainers

Package info

github.com/aimanecouissi/magento2-module-login-as-customer-assistance-enforce

Type:magento2-module

pkg:composer/aimanecouissi/module-login-as-customer-assistance-enforce

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-04-30 21:32 UTC

This package is auto-updated.

Last update: 2026-04-30 21:33:10 UTC


README

Latest Stable Version Total Downloads Magento Version License PHP Version Require

Enforces remote shopping assistance preferences for storefront customer accounts. The module controls the Allow remote shopping assistance opt-in during account creation and account edits according to the Login as Customer configuration.

Installation

composer require aimanecouissi/module-login-as-customer-assistance-enforce
bin/magento module:enable AimaneCouissi_LoginAsCustomerAssistanceEnforce
bin/magento setup:upgrade
bin/magento cache:flush

Configuration

Navigate to Stores → Configuration → Services → Login as Customer → General. Set Enforce Remote Shopping Assistance to Yes to keep remote shopping assistance enabled for customer accounts.

Set Auto-check Remote Shopping Assistance to Yes to preselect remote shopping assistance during customer account creation when Enforce Remote Shopping Assistance is No.

Usage

When Enforce Remote Shopping Assistance is Yes, customer repository saves set assistance_allowed to the allowed value and storefront account controls no longer expose the remote shopping assistance opt-in. When Auto-check Remote Shopping Assistance is Yes and enforcement is No, storefront account creation presents Allow remote shopping assistance selected by default.

Uninstall

bin/magento module:disable AimaneCouissi_LoginAsCustomerAssistanceEnforce
composer remove aimanecouissi/module-login-as-customer-assistance-enforce
bin/magento setup:upgrade
bin/magento cache:flush

Changelog

See CHANGELOG for all recent changes.

License

MIT