Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
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.
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
The easiest option: registration with automatic registration.
support.altop.ru/q/nastroika-saita/otklyuchenie-sh...
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 questionAsk a Question
731 491 924 answers to any question