Home > Enterprise >  Adding slash to endpoint in WooCommerce
Adding slash to endpoint in WooCommerce

Time:11-30

Instead of handling the WooCommerce Lost Password procedure in my-account/whatever, I want to do it in my-account/whatever/whatever. The problem is that in Woocommerce > Settings > Advanced > Endpoints, slashes are converted to hyphens.

Anyone knows how to handle this issue?

Thank you in advance!

CodePudding user response:

I would suggest to look here: https://rudrastyh.com/woocommerce/my-account-menu.html

  • Related