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

Tracking popup doesn't work anymore in the backend #9

Open
TimQSO opened this issue Feb 14, 2020 · 0 comments
Open

Tracking popup doesn't work anymore in the backend #9

TimQSO opened this issue Feb 14, 2020 · 0 comments

Comments

@TimQSO
Copy link

TimQSO commented Feb 14, 2020

Magento 2.3.3

On the frontend the tracking popup of an order works for customers. However, when a employee wants to track and order it does not work, because the store_code includes the website_code.

Sales -> Shipments -> Shipment -> Click the barcode number of the shipment.

It will open a popup like this:

https://www.mywebsite.com/mysite_nl/shipping/tracking/popup

While this should be

https://www.mywebsite.com/nl/shipping/tracking/popup

Nginx workaround for this issue:

location /mysite_nl/ {
    rewrite ^/mysite_nl/(.*)$ $scheme://$host/nl/$1 permanent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant