You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The chosen shipping method is showing up correctly in the order detail but when editing the order it none of the methods can be set to active.
It sometimes also does not show up correctly on the orders overview table.
Currently only orders have been placed with a shipping method that does not include extra costs so I'm not sure if this is related to issue #3888.
I have already updated to v5.3.2.1 as recommended in that ticket.
Steps to reproduce
1.Place order with shipping method
Expected behavior
The dropdown should show the chosen selection.
Actual behavior
Nothing is shown in the dropdown.
Craft CMS version
5.6.5.1
Craft Commerce version
5.3.2.1
PHP version
8.2
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
The text was updated successfully, but these errors were encountered:
The order edit page issue appeared to be a styling bug from some changed styles introduced in Craft. From my testing the data was still correct in the dropdown, however it just wasn't visible when viewing the page.
We have pushed a fix for this which will be included in the next release of Commerce. We understand with this being a store administrator facing feature that we will try to get a hot fix out asap to avoid any disruptions.
To get this early, change your craftcms/commerce requirement in your project's composer.json to:
"require": {
"craftcms/commerce": "5.x-dev as 5.3.2.1",
"...": "..."
}
Then run composer update.
With the other part you mentioned, I would be interested to know after updating if you create a new cart in a new session if everything is working as expected both on the front end for the customer and in the control panel.
What happened?
Description
The chosen shipping method is showing up correctly in the order detail but when editing the order it none of the methods can be set to active.
It sometimes also does not show up correctly on the orders overview table.
Currently only orders have been placed with a shipping method that does not include extra costs so I'm not sure if this is related to issue #3888.
I have already updated to v5.3.2.1 as recommended in that ticket.
Steps to reproduce
1.Place order with shipping method
Expected behavior
The dropdown should show the chosen selection.
Actual behavior
Nothing is shown in the dropdown.
Craft CMS version
5.6.5.1
Craft Commerce version
5.3.2.1
PHP version
8.2
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
The text was updated successfully, but these errors were encountered: