craftcms / commerce

Fully integrated ecommerce for Craft CMS.
https://craftcms.com/commerce
Other
215 stars 169 forks source link

[5.x]: Not posiblle to change order number Beta 3 #3454

Closed wmdhosting closed 3 months ago

wmdhosting commented 3 months ago

What happened?

  1. Not posiblle to change Order numbers Snag_160bde71

It says it saved but when you come back. same default value is there

Craft CMS version

5.0.4

Craft Commerce version

Beta 3

PHP version

No response

Operating system and version

No response

Database type and version

No response

Image driver and version

No response

Installed plugins and versions

-

linear[bot] commented 3 months ago

PT-1634 [5.x]: Not posiblle to change order number Beta 3

nfourtythree commented 3 months ago

Hi @wmdhosting

Thank you for raising this issue with us. We have pushed a fix that will be included in the next release of Commerce 5.

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

"require": {
  "craftcms/commerce": "5.0.x-dev#e7b77775dcf8bac94a3b4cf3e26628a815da9805 as 5.0.0-beta.3",
  "...": "..."
}

Then run composer update.

Thanks!