add category name to permalinks on product page /category-name/product-name

I’m trying to reconfigure the permalinks used in WooCommerce such that the following format will be displayed: homesite/category/product.
Right now, the permalinks only shows under a category page: homesite/?product_cat="category-name"

Under the product page: homesite/?product="product-name"

Read More

Whatever I tried under the Permalinks section of WP didn’t work.
By the way the reason I’m trying to alter the permalinks is im trying to create a conditional tag for each product category that will display a different message.

Please advise.

Related posts

1 comment

  1. What do you mean, “whatever I tried under ‘Permalinks’ didn’t work? Select “Shop with Category Base”. That adds the product category the single product URL.

    enter image description here

    Don’t forget to choose something other than “default” under the Common Settings for permalinks.

Comments are closed.