Forums

Covering OroCommerce, OroCRM, OroPlatform topics, including community updates and company announcements.

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

Forum Replies Created

Viewing 8 replies - 16 through 23 (of 23 total)
  • Author
    Replies
  • in reply to: How can I add SEO Keyworsd to Product programmatically? #31856

    wgozdzicki
    Participant

    Hello,
    If you want to add keywords for the default localization you have to write something like this:

    You need loop only when you have more than one localization:

    in reply to: How do I fix broken category images? #31860

    wgozdzicki
    Participant

    Hello,
    Images are generated in the web/media directory. You can check specific directory of an image by seeing source code of a page. I would say your web server has no write permissions to web/media or some subdirectory.

    Please, bring more details about what category, what exactly image is not showing (small/large) and where (frontend/backend)?

    Best regards
    Wiktor

    in reply to: printing a quote/order (quote and order templates) #31878

    wgozdzicki
    Participant

    Hello,
    functionality will be provided soon.

    Best regards
    Wiktor

    in reply to: Second Level Product Category Menu #31774

    wgozdzicki
    Participant

    Hello Jack,
    when you add a new category you have to go to ‘Marketing’ -> ‘Web Catalogs’, edit ‘Default Web Catalog’ and click ‘Edit Content Tree’ button then add new node with category page.
    More details you can find: https://oroinc.com/b2b-ecommerce/documentation/current/user-guide/marketing-web-catalog

    Best regards
    Wiktor

    in reply to: 414 (Request-URI Too Long) #25641

    wgozdzicki
    Participant

    Hello Bosumflici,
    Please, let me know on which datagrid you are getting this error and what exactly mass action are you executing.

    Best regards,
    Wiktor

    in reply to: How to add filter over products list ? #31675

    wgozdzicki
    Participant

    Hello Simon,
    This functionality, probably, will be added at following release. Now it’s possible to add it manually as a text filter.

    In order to add text filter manually you have to:

    1. Add values to indexation in WebsiteSearchProductIndexerListener, for example:

    2. Modify datagrids.yml:

    3. Modify website_search.yml:

    To reindex values there is console command: https://github.com/orocommerce/orocommerce/blob/master/src/Oro/Bundle/WebsiteSearchBundle/Resources/doc/console_commands.md

    Best regards

    in reply to: lots of process for message queue … #31679

    wgozdzicki
    Participant

    Hello Simon,
    On production environment you should use Supervisord because it relaunch consumer every time when it dies. On development environment it’s convenient to use it. Also when you need more then one consumer you need Supervisord. You can find information about that here: https://www.orocrm.com/documentation/current/book/installation#activating-background-tasks and https://github.com/orocrm/platform/tree/master/src/Oro/Bundle/MessageQueueBundle#supervisord

    Best regards

    in reply to: How to show week view on calendar dashborad widget #30598

    wgozdzicki
    Participant

    Hi prganvani,
    Could you provide logs of application? And let me know, please, how you add tasks and events.

    Best regards

Viewing 8 replies - 16 through 23 (of 23 total)
Back to top