OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Programming Questions Custom Menu in OROCRM

This topic contains 3 replies, has 2 voices, and was last updated by  Andrey Yatsenko 5 years ago.

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

  • Creator
    Topic
  • #38656

    Roshan
    Participant

    Does Anyone Created Products Module In OROCRM??
    If Created How did you created can You Explain Beacause I am New to crm and I am trying to cretae products menu and create product and view products as submenus ??
    Can’t we Put Entity AS URL??

    • This topic was modified 5 years ago by  Roshan.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • #38660

    Andrey Yatsenko
    Moderator

    Hi Roshan,
    You can start from Creating a simple CRUD. to create CRUD for Products.
    Then follow the guide on how to create an application menu.

    #38672

    Roshan
    Participant

    Getting this error when i tried to clear the cache
    Could not open input file: bin/console

    #38674

    Andrey Yatsenko
    Moderator

    Try to run in with “php” at the beginning, like:
    php bin/console cache:clear --env=prod

    If it doesn’t help, you have to configure the Path variable to make bash know about PHP binary location. How to configure it, depends on the OS and the way, you installed the PHP.

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

The forum ‘OroCRM – Programming Questions’ is closed to new topics and replies.

Back to top