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

Error set primary address - Invalide route #1253

Closed
MaximilianSchwarz opened this issue Jan 31, 2020 · 2 comments
Closed

Error set primary address - Invalide route #1253

MaximilianSchwarz opened this issue Jan 31, 2020 · 2 comments

Comments

@MaximilianSchwarz
Copy link

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

  1. Create a new order
  2. Go to Commerce->Customers and choose one customer
  3. Check one address and select "Set as primary billing".
  4. There is an error: Page not found! - Invalide route.

Here you can find the screenshot:
https://ibb.co/smgmfxS

Additional info

  • Craft version: 3.4.1
  • PHP version: 7.3
  • Database driver & version: MYSQL
  • Plugins & versions: Craft Commerce 3.0.3
@nfourtythree
Copy link
Contributor

Hi @MaximilianSchwarz

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",
  "...": "..."
}

Thanks!

@MaximilianSchwarz
Copy link
Author

Nice work guy :)

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

No branches or pull requests

2 participants