OroCommerce Forums

Covering OroCommerce topics, including community updates and company announcements.

Forums Forums OroCommerce Ability to access User Settings via backend

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

    mthielen
    Participant

    Hi there,

    As the CustomerUser Entity cannot be modified via the entities configuration, I wonder if there is some possibility or plans about having a form for the CustomerUserSettings in the backend. So a backend user could change the customers currency (or new fields) for instance.

    Best regards,
    Markus

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

    Michael
    Keymaster

    Hi Markus,

    Customer users can choose currency themselves from the list of the available “Display Currencies” on the store frontend. This list can be configured in System -> Configuration -> COMMERCE -> Catalog -> Pricing -> Display Currencies (make sure to add currencies first in System -> Configuration -> SYSTEM CONFIGURATION -> Currency -> Currency Settings).

    Please note, that multiple currencies are supported only in OroCommerce Enterprise Edition.

    Thank you,
    Michael

    #31381

    mthielen
    Participant

    Hi Michael,
    Thanks for your quick response.
    Despite the fact that user can change it themselves we would like the backend user to also have access to these settings. There will be a lot more properties regarding the customeruser that the user her/himself should not be able to change.

    Kind regards
    Markus

    #31382

    Michael
    Keymaster

    You can check if the field-level ACL is what can help you to customize the user settings – https://github.com/orocrm/platform/blob/master/src/Oro/Bundle/SecurityBundle/Resources/doc/field-acl.md

    Another place where some users settings can be stored is (per user) system configuration – e.g. http://demo.orocommerce.com/admin/config/user/2 , you can limit access to this entire section via ACL in the user role management UI.

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

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

Back to top