Hi,
As the URLs are redacted, I can’t really see what’s wrong. Having a URL with product in it doesn’t seem abnormal as we have a product taxonomy.
Hi,
Please check one more time.
Default product link for my language is:
example.com/produKt/product-name
and after installing plugin at front every product is:
example.com/produCt/product-name
and permalinks setting page still show correct version with “K”
Oh my bad. I missed that. If you disable Awesome Support and re-save the permalinks, does it go back to normal?
Yes after disable is go back to “K”
That could be caused by the product taxonomy indeed. Could you please try to change the slug to something different. You can do so by adding the following line to your theme’s functions.php file:
define( 'WPAS_PRODUCT_SLUG', 'support-product' );
Don’t forget to refresh your permalinks after that.
I add this line to functions.php file (Flatsome theme).
But after permalink refresh link still is shown as “product”.
Hi,
I have the same probleme for the french installation of woocommerce.
I try to put the following line in functions.php file, but it does not change anything :
define( ‘WPAS_PRODUCT_SLUG’, ‘support-produIt’ );
What do you mean by refresh the permalinks ?
To refresh your permalinks, head over to Settings > Permalinks and hit the save button.