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

fix: remove '%' signs from product slugs #1687

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

SGrueber
Copy link
Collaborator

@SGrueber SGrueber commented Jun 17, 2024

PR Type

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no API changes)
[ ] Build-related changes
[ ] CI-related changes
[ ] Documentation content changes
[ ] Application / infrastructure changes
[ ] Other:

What Is the Current Behavior?

Product URLs that have a '%' in the SEO slug part don't work properly and lead to a 'Not Found' page.

Issue Number: Closes #

What Is the New Behavior?

The '%' signs are removed from the SEO slugs and they aren't part of the URL any more.

Does this PR Introduce a Breaking Change?

[ ] Yes
[x] No

Other Information

AB#97477

@SGrueber SGrueber requested a review from shauke June 17, 2024 11:45
@SGrueber SGrueber self-assigned this Jun 17, 2024
@SGrueber SGrueber added this to the 5.2 milestone Jun 17, 2024
@shauke shauke merged commit 6903fd2 into develop Jun 17, 2024
24 of 25 checks passed
@shauke shauke deleted the bugfix/percentage_in_product_slugs branch June 17, 2024 16:14
SGrueber added a commit that referenced this pull request Jun 21, 2024
shauke pushed a commit that referenced this pull request Jun 21, 2024
* Revert "fix: remove '%' signs from product slugs (#1687)"
This reverts commit 6903fd2.
* fix: encode product url, if programmatically changed
* e.g. after variation selection on PDP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants