Questions tagged [bitrix]

Bitrix is a CMS written in php

Bitrix is an e-commerce platform written in PHP available under both open-source and commercial licenses. It is written in an advanced object-oriented idiom that uses the MVC pattern , aiming for flexibility and extensibility. It is owned and maintained by Bitrix Inc.

Products

  1. Bitrix24 is a highly secure, turnkey intranet solution for small and medium-sized businesses designed for effective collaboration, communication, social networking, workflow and knowledge management. The product enables increased employee productivity, motivation and awareness and smoother internal operations. Also check out Bitrix24 in the Cloud for free

  2. Bitrix Site Manager is the industry's most secure website management solution that delivers extreme value in performance, functionality, and ease-of-use for small and medium-sized businesses. Based on the best web 2.0 practices, it is suitable for corporate portals, online stores, community sites and news services. It does not require in-depth knowledge of web technologies. You can orchestrate your online business from A to Z from a browser using the intuitive and user-friendly interface.

  3. Bitrix Virtual Appliance uses the latest Cloud Computing technology. It is a virtual server fully customized for Bitrix software products testing purposes and everyday use. The Bitrix Virtual Appliance will save you a lot of time and money because it is absolutely free and ready-to-use application that just needs to be installed on your local or remote server.

141 questions
0
votes
0 answers

Ajax returns Authorization HTML instead of json object

I've been having some issues getting my ajax calls to go through. The more confusing part is that I had it all working beautifully just yesterday, and I'm not totally sure what changed. I have several ajax calls set up. My first few calls run…
Saeraleis
  • 1
  • 1
0
votes
1 answer

Linux settings of bitrix site folder

I watched the video https://www.youtube.com/watch?v=27t1QWuu06Q&list=PLY4rE9dstrJyqAWUVlT7PLGjdmPEwhfg6&index=3&t=262s. The path to the site on the main machine is C:\OSPanel\domains\localhost\mysite, the path to the site on the virtual machine is…
0
votes
1 answer

How can hide item like calendar , chat and calls for some users in britix24 menu?

Hello guys I am new in bitrix24 and i want to know how to hide some items (calendar , chat and calls) in menu from users to see? someone can help me please
0
votes
1 answer

Bitrix 24 - Adding custom field into lead

I'd like to add a new field to lead form. Is it possible to be done? arra('name' => 'PROJECT', 'title' => Loc::getMessage('CRM_LEAD_FIELD_PROJECT'), 'type' => 'list', 'editable' => true, // 'entityTypeName' =>…
Praful
  • 15
  • 1
  • 3
0
votes
2 answers

Bitrix24 Application Embedding

I am working on an application for my Bitrix system. I'm trying to embed into the tasks module, but I'm having some trouble getting the embedding to actually work. Below is my javascript code that should be handling the…
Saeraleis
  • 1
  • 1
0
votes
1 answer

How to rename Leads tab to something else in bitrix24 in free version

I am using bitrix24 free version for managing CRM tasks. But we use Enquiry instead of Leads. Is there any possibility to rename "Leads" tab in bitrix24.
0
votes
1 answer

ImportError: cannot import name 'Bitrix24' from 'bitrix24'

I installed this module https://github.com/gebvlad/bitrix24-python-sdk using pip python3.8 -m pip install -I bitrix24-python-sdk When I try to import this module from bitrix24 import Bitrix24 I am getting the next error Traceback (most recent call…
vinni_pux
  • 35
  • 7
0
votes
0 answers

How to display Instagram photos on the website

I want to display instagram photos on my website, I have already done it thanks to this tutorial https://www.codeofaninja.com/2015/01/display-instagram-feed-website.html But I want to know is it possible to make popup as it is on instagram with the…
0
votes
1 answer

Where does Bitrix generates logs?

we are having some issues with the Outbound Webhook not getting invoked on Deal Update. Can someone advise how to enable log in Bitrix and check if there are any errors being thrown during Webhook call form Bitrix On-prem installation?
Shoaib Khan
  • 899
  • 14
  • 26
0
votes
2 answers

How to set Deadline for task on Bitrix24 by Python?

I use python library request to add a new task on bitrix24 by api. But when i use my code,i can't call to deadline function. fields = {"fields":{"TITLE":"name", "DESCRIPTION":"content", …
0
votes
1 answer

Any way to find the Ajax Request from which page or function in PHP MVC?

I am working on Bitrix24 CRM which is based on PHP. I want find the the ajax request url called page(source) or function. Is there ant way to find Ajax request source page or function.
Tushar
  • 63
  • 8
0
votes
0 answers

Categorized custom fields on Bitrix24 crm

I have around 400 fields divided in 70 categories. I want to show related fields when category is selected. Support team can't help with it.
Silent E
  • 39
  • 5
0
votes
2 answers

Create task in bitrix

I need to create task in bitrix from my website form. When a user submit form from my website Client needs to create it as a task in bitrix and automatically assigned to user.
Rejani
  • 46
  • 1
  • 8
0
votes
1 answer

How to add multilanguage feature to Bitrix CMS?

I have ready website built with Bitrix CMS. Now I want to add couple of other languages to the website. Where can I set the multilanguage property for the website?
0
votes
0 answers

Why is Wordpress blocking the js livechat window?

I have an issue launching a bitrix chat window on my Wordpress installation and it seems to be a JS issue. I am not able to identify exactly what is blocking this script and would like to have some help here. The chat window is on this website. …