kandi X-RAY | bitrix Summary
kandi X-RAY | bitrix Summary
Внимание! Полная работоспособность модуля гарантирована на штатном функционале 1С-Битрикс старше 18.5.100. Для корректной работы модуля рекомендуем использовать ядро D7 при изменении объектов корзины и заказа.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- On Sale order saved
- Generate YML document
- Apply a code to the shop
- Install user fields
- Get bonus points
- Register customer .
- Get the map for the module
- Add buttons to the admin table
- Fill the fields in the customer request .
- Get a list of orders .
bitrix Key Features
bitrix Examples and Code Snippets
Community Discussions
Trending Discussions on bitrix
QUESTION
I have the service, that sending message
...ANSWER
Answered 2021-Aug-05 at 07:43My simple solution is:
QUESTION
How to make one of the li circles in .sidebar-nav change the background color to white when you click on one of the li in the .sidebar-menu, by adding the .actived class to it? Moreover, when one of the li in the .sidebar-menu is clicked, the circle from the .sidebar-nav should change color in accordance with the element that was clicked. For example, they clicked on the "Business card site" and the first circle lights up, clicked on the "Internet store" and the third circle lights up.
Site ct03638.tmweb.ru
Code jsfiddle.net/pjzs9uxw/
...ANSWER
Answered 2021-Jul-04 at 14:00On the click function of your button, try adding a line that sets a class or an attribute to the parent menu element related to this current item. This way you can apply different styles according to the current menu item to the whole menu.
QUESTION
I'm trying to return a list of contacts that could match multiple "PHONE" values. Right now I can get a list that matches one phone value but not an array of phone values. Here's what I have:
...ANSWER
Answered 2021-Jul-01 at 21:14You can use crm.duplicate.findbycomm
(https://training.bitrix24.com/rest_help/crm/auxiliary/duplicates/crm.duplicate.findbycomm.php):
QUESTION
There is a running website (on Bitrix CMS) located on the simplest shared hosting with cPanel. The task is to create a standalone little web application in PHP (for internal use in the company), which, for simplicity, will be available from the same domain, but, what is important, it will not affect the already running site.
On the hosting, in the file manager, there is a public_html
folder - as I understand these are the site files. I created in public_html
a subfolder (for example, webapp
) and added a couple of test files (for example, test.txt
). The test file is supposed to be available at site.com/webapp/test.txt
, but nothing is loaded - just a white screen, no error messages.
Trying with text files and simple php-scripts - the same result, just white screen.
How to fix it?
ANSWER
Answered 2021-Jun-08 at 05:38You can create a subdomain and point your public_html folder there.
QUESTION
After starting the verification system on the site, I got an error in the database
MySQL Query Error:
...ANSWER
Answered 2021-Feb-05 at 12:00If your db is hosted on a Unix-based system, or if lower_case_table_names
is set to 0
, MariaDB has case sensitive table names, so you need to use b_forum
and b_file
, not B_FORUM
and B_FILE
. See the manual. Your CREATE TABLE
statement works fine in this demo if you match the case of the other table declarations.
QUESTION
We would like to format the following string:
(1854288750,binance,live),(1854288751,bitrix,live)
to the folllowing case class in Scala:
case class Account(login :String, platform: String, type: String)
Which is the most efficient way since we do not want to use replaceAll
ANSWER
Answered 2020-Dec-20 at 13:03You can use pattern matching
QUESTION
I have a large database with a list of site URLs that need to be processed. Faced the problem that it takes a very long time. I haven't written anything in C # for a long time, I've forgotten it. Tell me, is it really possible to make my while quickly go through the file, collect and send each line for processing. I will explain. File - 5m links. Run while - he quickly read all lines and asynchronously made 5m httpwebrequest requests. You just have to wait. If not, how can this be accelerated?
Start function: startSearch();
ANSWER
Answered 2020-Jul-24 at 00:04As per HttpWebRequest
documentation:
We don't recommend that you use
HttpWebRequest
for new development. Instead, use theSystem.Net.Http.HttpClient
class.
Also HttpClient
fluently and by default reusing the connections and has async
API out-of-the-box.
Here's an example with HttpClient
and some additional tweaks. Only changed methods:
QUESTION
I'm trying to change a Bitrix grid filter with javascript.
I can access the filter with BX.Main.filterManager.getById("GRID_ID")
, can refresh the filter and the connected grid with .applyFilter()
but I couldn't find a way to change them.
How can I get the current filters and add or remove any filters to that list?
...ANSWER
Answered 2020-May-11 at 18:29 var filter = BX.Main.filterManager.getById(BX.Tasks.GridActions.gridId);
var values = filter.getFilterFieldsValues();
// .. modify values as you wish ..
filter.getApi().setFields(values);
filter.getApi().apply();
QUESTION
I make servlet java project and I need to call bitrix's rest api (Actually, it doesn't mater). I made next method:
...ANSWER
Answered 2020-May-04 at 14:47I forgot to add all elements to the output layout in the artifacts of the project settings.
QUESTION
I'm using WSO2 ESB to send JSON message using call mediator to Bitrix CRM. I had a look to all the posts and tutorials and I get always the same error: HTTPSender - Unable to sendViaPost to url After i switched Bitrix24 to use Nginx Push I have following problem on ESB.
...ANSWER
Answered 2020-Feb-12 at 11:17There seems to be a known issue in Call mediator blocking="true" mode. Please try out the work around suggested in the issue.
As a workaround for this, we can disable switching to opensaml http client by setting rampart.axiom.parser.pool=false in a server start up.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install bitrix
PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page