Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CP Create/Edit order permission #1424

Closed
Floriswijgergangs opened this issue May 1, 2020 · 1 comment
Closed

CP Create/Edit order permission #1424

Floriswijgergangs opened this issue May 1, 2020 · 1 comment
Labels

Comments

@Floriswijgergangs
Copy link

Currently it's only possible to create orders with products when user is to admin. Would be nice if there is a permission setting to let customer-support create a new order from the CP. If they click 'new order' they can't select products.

image

Additional info

  • Craft version: 3.4 / 3.1.3
  • PHP version: 7.3
  • Database driver & version: Mysql 5.7
@nfourtythree
Copy link
Contributor

Hi @Floriswijgergangs

Thank you for highlighting this, it was a bug with the the "Edit Order" permission.

A fix has been pushed for this and will be included in the next release.

To get this early, change your craftcms/commerce requirement in composer.json to:

"require": {
  "craftcms/commerce": "dev-develop#a377045b7623a8e07cf0f35deb793d45e8be1281 as 3.1.3",
  "...": "..."
}

Then run composer update.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants