Working extension to hide register on the site

Lv.2
Iron Member
Регистрация
11.03.2022
Сообщения
9
Реакции
0
Credits
$0
Hi, we need an extension to stop the registration on the site.
Is there a patch or extension to do that ? Thanks.
 
1. config register member need to confirmation link with email ,
2. config Email template to repelace default.
Users will not be able to become new users
 
Последнее редактирование модератором:
I found webkul for that. Webkul show price after registration do that.
 
if you want to block registering you need to edit you theme so it will not appear in it , no extensions etc .
in your theme in : /app/design/frontend/[theme]/Magento_Theme/layout/default.xml
you need this :
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="register-link" remove="true"/>
</body>
</page>
and registration is gone .
 
Верх