Questions tagged [orocrm]

OroCRM is an easy-to-use, open source client relationship management solution with built-in marketing tools for e-commerce.

OroCRM is an easy-to-use, open source CRM with built-in marketing tools for your ecommerce business. It is created by same people who created and uses under the hood.


Resources :

215 questions
9
votes
4 answers

A php platform install ask me intl extension, but it seems already installed

During orocrm installation (a platform developed with symfony 2) I receive this error Fatal error: Uncaught exception 'Symfony\Component\Intl\Exception\MethodArgumentValueNotImplementedException' with message 'The …
Alessandra
  • 467
  • 2
  • 6
  • 24
4
votes
1 answer

How do I go about testing my own code when using OROPlatform?

I have started a brand new application using just raw OROPlatform. I have wrote some code (entities and configs etc.) I however cannot find in the documentation how and where to place unit and integration tests that would just test my code, not the…
4
votes
1 answer

node webpack hangs. How to debug?

I am trying to build ORO Platform js assets, using a non-docker environment, it works like a charm, but in Docker (either during Docker Build, or container execution) the building process stop and hangs with 100% CPU. 67% [0] building 1416/1470…
4
votes
0 answers

Magento 1.9 - OroCRM update sync not working properly

After change customer details from magento 1.9 changes not reflect on OroCRM almost 2 days over still not changes not reflect on OroCRM. How to do auto sync in every changes at the same time.
zus
  • 194
  • 2
  • 16
3
votes
1 answer

Datagrid navigate link open in new tab

Is it possible to configure datagrid navigate link to open in a new browser tab? actions: view: type: navigate label: oro.grid.action.view link: view_link icon: eye …
BorisD
  • 73
  • 5
3
votes
1 answer

ORO CRM in prod mode is trying to load the wrong URLs, but in dev mode it's all fine

ORO CRM has a piece of code that returns a requires.js config requirejs.config.js.twig: paths: { {% if app.debug %} 'oro/routes': '{{ path('fos_js_routing_js', {"callback": "fos.Router.setData"}) }}' {% else %} …
rmalchow
  • 2,689
  • 18
  • 31
2
votes
1 answer

ORO CRM Edit Marketing List

I have a problem with the marketing list edition in OroCRM. Since I updated Google Chrome (and Firefox) to the latest version, I cannot see the fields in the datagrid list marketing when I want to edit them. There should be the fields first selected…
Yanis
  • 23
  • 3
2
votes
1 answer

OroPlatform: wrong timezone with GreaterThan constraint js validator

Context On a Symfony form, I need to restrict a date field to avoid entering a date earlier than the current date. I have seen in the Symfony official documentation that I can use the GreaterThan constraint. Here is my code : /** * @var \DateTime …
Louis Bertin
  • 552
  • 2
  • 12
2
votes
1 answer

OroPlatform: how to override datetimepicker js widget

Context I have a datetime attribute on an entity on my OroPlatform project. It is displayed correctly in the form: Issue Let's imagine the current time is 7pm. If I click on the "Today" button, the time field is filled with 7pm20 value instead of…
Louis Bertin
  • 552
  • 2
  • 12
2
votes
2 answers

OroPlatform: add file relation to an entity

Context I'm currently trying to add file relation to an entity of my OroPlatform project. The goal is to give the opportunity to the user to upload files on the create/update view of a specific entity. I have read in the OroPlatform documentation…
Louis Bertin
  • 552
  • 2
  • 12
2
votes
1 answer

Error while trying to register a custom configuration on OroPlatform

I have an issue when I try to add a custom global configuration on Oro Platform v.4.1.10. My configuration is well registered in the admin panel when I put it on "ui_only" but it doesn't save the value on the database when I try to define it. And I…
Yoann Vié
  • 73
  • 5
2
votes
1 answer

Oro CRM not ignoring parameters.yml for database during installation

I'm trying to install ORO CRM 4.2 on CentOS 7. I enter the database parameters after composer install. Then I can check in parameters.yml that the user/password are Ok, but for some reason when I execute the console installation command php…
2
votes
1 answer

OroCommerce Won't Sync with Incoming Emails

No matter what I do I can't get OroCommerce to sync with incoming emails. I installed OroCommerce using the docs, I optimized my mysql for utf8mb4 / unicode, I checked my doctrine dbal settings for utf8mb4, yet simply no emails will sync. At first…
Arby's
  • 23
  • 4
2
votes
1 answer

Why I am getting Can't resolve 'jQuery=jquery' on assets install?

When running php bin/console oro:assets:build, I have 11 errors like this one : ERROR in ../node_modules/jquery-form/src/jquery.form.js 2:20-44 Module not found: Error: Can't resolve 'jQuery=jquery' in '/var/www/node_modules/jquery-form/src' @…
olivierf
  • 33
  • 3
2
votes
1 answer

Oro Commerce Page Component

I need to add js code that check customer added to form has a property or not, if yes do an action. for example in image below I want to check if the customer added to the form has company type or not, if yes then hide a specific part, I am new to…
1
2 3
14 15