OroCommerce Forums

Covering OroCommerce topics, including community updates and company announcements.

Forums Forums OroCommerce OroCRM With OROcommerce

This topic contains 3 replies, has 2 voices, and was last updated by  Michael 7 years, 10 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
  • #31118

    pizzo90
    Participant

    Hi to all,
    I have to install oroCrm with OROcommerce for the frontend,
    I have added orocommerce into the composer.json.
    But seems I can’t install.
    Someone can help me?
    Thank you.
    Andrea Pizzirani.

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

    Michael
    Keymaster

    Hi Andrea,

    OroCommerce Beta 1 release cannot be easily installed together with the latest stable version of OroCRM using composer, because they require different versions of OroPlatform.

    You will be able to install them together once we start to synchronize OroCommerce / OroCRM / OroPlatform releases (starting with one of the next Beta releases).

    For now you can clone the code of OroCRM repository into your OroCommerce project and edit composer.json manually to enable autoload from the OroCRM code folders.

    Thank you,
    Michael Bessolov

    #31120

    pizzo90
    Participant

    Thnak you for reply,
    but i have some question about how.
    Clone oroCrm file into my orocommerce dir (how)?
    and what about autoload?
    i’ve to add :” “psr-0”: {
    “OroCRM\\Bundle”: “src/”
    }”
    to composer.json of orocommerce?
    thank you, really.
    Andrea

    #31121

    Michael
    Keymaster

    For example git clone https://github.com/orocrm/crm.git src/crm and update the autoload paths accordingly.

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

The forum ‘OroCommerce’ is closed to new topics and replies.

Back to top