Skip to main content
2 of 2
deleted 48 characters in body

Magento2: Remove Category path from product URL is not working

I have a Magento2 store. I don't want to add the category path into products URLs for that I set “Use Categories Path for Product URLs” as "NO" in magento2 Admin, but It still add the category path to the product URL.

What I already tried.

  1. set “Use Categories Path for Product URLs” as "NO"
  2. Did Reindex
  3. Next I truncate tables url_rewrite and catalog_url_rewrite_product_category
  4. Did reindex
  5. Regenerate products URL

But No results.