WooCommerce- How to remove product & product-category from urls?

php, woocommerce, wordpress

Solution

Its good practice for SEO and UX to have a product category base. Product category bases help to distinguish products from posts. I usually change the product category base to "our-products" or "products".

To do this go to settings->permalinks-> enter your desired product category base.

Problem

I'm using WooCommerce on a WordPress and it adds product & product-category to the URLs. http://dev.unwaveringmedia.com/8dim/product-category/all-party-supplies/ http://dev.unwaveringmedia.com/8dim/product/14-snowman-serving-tray/ I need to remove 'product' & 'product-category' from the URLs. Is there any way to modify the permalinks and remove them?

Original source