Reputation: 66
I 'd like to have url like http://wp-domain.com/custom-product where custom-product will request http://wp-domain.com/pa_product-type/custom
Attributes=product-type, value=custom and some product-category and sub-category can have this attributes. So http://wp-domain.com/custom-product will return all product that have attributes custom.
I have tried some test using .htaccess like :
RewriteRule ^custom-product$ /pa_product-type/custom [L]
but never success. what's wrong? Appreciate and great thank for your help
Upvotes: 1
Views: 2202
Reputation: 368
You can change Woocommerce Product category URL from WordPress -> Settings -> Permalinks. Please refer documentation
Upvotes: 1