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
When importing products via the FeedMe plugin, slugs with special characters are not converted to ASCII, even though the limitAutoSlugsToAscii configuration is set to true. This issue is observed during the import process, but when manually editing and saving the products in the Control Panel, the slugs are cleaned as expected.
Steps to reproduce
Set the limitAutoSlugsToAscii config to true in the config/general.php file.
Import a product with a title containing special characters (e.g., "Spätburguner") via FeedMe.
Check the slug generated during the import.
Expected behavior: The slug should be converted to ASCII, removing special characters like "ä".
Observed behavior: The slug retains special characters and is not cleaned.
Additional info
Craft version: 5.4.6
PHP version: 8.2.20
Database driver & version: MySQL 8.0.36
Plugins & versions:
craftcms/commerce: 5.1.3
craftcms/feed-me: 6.4.0
The text was updated successfully, but these errors were encountered:
For your information, upon opening this ticket, I received an alert: "Add issues to project: All jobs have failed" (GitHub Actions run failure). It seems there might be a configuration issue with the repository.
Hi, thanks for getting in touch! I can’t replicate this behaviour. When importing products and entries, the Spätburguner title results in a spatburguner slug in my tests.
Could you please clarify when you experience this issue? Is it when importing a new product? Could you share a snippet of your feed and a screenshot of the mapping screen?
Description
When importing products via the FeedMe plugin, slugs with special characters are not converted to ASCII, even though the
limitAutoSlugsToAscii
configuration is set totrue
. This issue is observed during the import process, but when manually editing and saving the products in the Control Panel, the slugs are cleaned as expected.Steps to reproduce
limitAutoSlugsToAscii
config totrue
in theconfig/general.php
file.Expected behavior: The slug should be converted to ASCII, removing special characters like "ä".
Observed behavior: The slug retains special characters and is not cleaned.
Additional info
Plugins & versions:
The text was updated successfully, but these errors were encountered: