OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – How do I? Questions Remove Magento Functionality from CRM

This topic contains 3 replies, has 3 voices, and was last updated by  ignat 8 years, 8 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #28460

    Ashley Dawson
    Participant

    Hi,

    We would like to use the CRM but have no use for the Magento functionality.

    We would like to remove Mangento Bundle from the CRM and all of the database tables related to it.

    Is this possible?

    Kind regards,

    Ashley

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • #28461

    Dima Soroka
    Keymaster

    Hi Ashley

    This is possible, but you’ll need to fork CRM repo and maintain it. We are going to make Magento bundle as extension later on.
    What kind of issues do you have right now with it?

    #28462

    Ashley Dawson
    Participant

    Hi Dima,

    Thanks for your response – the main issue that we have is that the DB is polluted with unused, Magento-oriented tables.

    Also, we need to completely remove the Magento functionality from the CRM as it’s unnecessary for our use-case.

    Thanks again for your response.

    Cheers,

    Ash

    #28463

    ignat
    Participant

    Hi Ashley,

    There is a way to disable bundle. In your bundle in Resources/config/oro/bundles.yml you can add next lines:

    exclusions:
    - { name: OroCRM\Bundle\MagentoBundle\OroCRMMagentoBundle }

    Thanks,
    Ignat

Viewing 3 replies - 1 through 3 (of 3 total)

The forum ‘OroCRM – How do I? Questions’ is closed to new topics and replies.

Back to top