Hello,
I’ve a problem with the product URL. The system use the “product name” as product URl, instead of the “URL key”
what to do?
regards,
Albert
8 answers
Could you login to the system to check?
Albert
Hi Mall,
The catagory parts works good, but the product part not. look for example at:
http://haardhout2.hypernode.io/openhaardhout/essenhout/essen-haardhout-grote-pallet
this should be: http://haardhout2.hypernode.io/openhaardhout/essenhout/essen-haardhout-2-kuub
In the product : essen-haardhout-hele-pallet
In the field:
Search Engine Optimalization ===> Prouct-URL there is : essen-haardhout-2-kuub
regards,
Albert
Hi Albert,
That issue is a issue of Magento 2 core functions. You can view detail at this post:
https://github.com/magento/magento2/issues/5929
Also, let’s try with steps as bellow:
Step 1: Backup current your database.
Step 2: Delete all product urls rewrite in your database by SQL commands:
Delete url_rewrite where entity_type = ‘product’
Delete from catalog_url_rewrite_product_category;
Step 3: Re-save all your Product categories.
And tell me know how it goes.
Regards,
Mall.
Hi mall,
I tried what you wrote. It is still not working.
regards,
Albert
Hi Albert,
As i explained that is a issue of Magento2 core with current your settings with Search Engine Optimization Group.
I think you should revert your settings to default settings as this: http://i.prntscr.com/07cb1e2e85614fa3abb9665cd28affac.png
Regards,
Mall.