user3343097
user3343097

Reputation: 66

Change woocommerce product attributes url

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

Answers (1)

WildProgrammers
WildProgrammers

Reputation: 368

You can change Woocommerce Product category URL from WordPress -> Settings -> Permalinks. Please refer documentation

Upvotes: 1

Related Questions