P
P
prospers2014-03-15 20:01:32
1C-Bitrix
prospers, 2014-03-15 20:01:32

How to disable registration on Bitrix?

There is an online store on Bitrix, how to disable user registration so that they can buy goods without registration?
Just like on the official site.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
Y
Yuri Lobanov, 2014-03-15
@iiil

Try through the access rights to the purchase form. Accordingly, with "authorized user" it is necessary to put "visitor" or whatever the normal user is called.

Y
Yuri Lobanov, 2014-03-15
@iiil

It turns out that this is more difficult than it seems. Personally, I am very surprised, on older versions of Bitrix I used access rights. I can tell you the following:
1. write in this topic: vk.com/topic-23581648_24910930 , describe in advance your Bitrix plan (start there or something else)
2. look, the question was often asked on their site, there are solutions:
dev.1c -bitrix.ru/community/forums/forum6/topic7616 dev.1c-bitrix.ru/community/webdev/user/11948/blog/975
google
search

M
Mikhail Stolpovskikh, 2017-10-11
@monkeysbrain

The easiest option: registration with automatic registration.
support.altop.ru/q/nastroika-saita/otklyuchenie-sh...

V
Vladislav Istomin, 2020-01-27
@vladsold

You can disable it in init.php through an event

AddEventHandler("main", "OnBeforeUserRegisterHandler", "registerBlock");
function registerBlock(&$arArgs){
return false;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question