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
A customer is created for each order. If a customer has more than one address, the control panel offers the possibility to select a standard address for both delivery and billing address.
Steps to reproduce
Create a new order
Go to Commerce->Customers and choose one customer
Check one address and select "Set as primary billing".
There is an error: Page not found! - Invalide route.
Not sure how this method went missing, potentially a bad merge somewhere along the line.
However, it has now been re-instated and should be working as expected. This fix will be included in the next release.
If you would like to get the update early you can do that by updating your composer.json with the requirement below, followed by running composer update.
"require": {
"craftcms/commerce": "dev-develop#756b74918c89dcc0e0787b74d39d2250a675f7d5 as 3.0.3",
"...": "..."
}
Description
A customer is created for each order. If a customer has more than one address, the control panel offers the possibility to select a standard address for both delivery and billing address.
Steps to reproduce
Here you can find the screenshot:
https://ibb.co/smgmfxS
Additional info
The text was updated successfully, but these errors were encountered: