I can customize checkout page overriding /themes/../woocommerce/checkout/form-checkout.php
But I want the copy of this page to test some features on it. Can I create duplicate of checkout page for another URL path with the same content but different layout file?
Example:
- standard layout for users
/themes/../woocommerce/checkout/form-checkout.php
- additional layout for admins
/themes/../woocommerce/checkout/custom-form-checkout.php
And URLs will be:
- mysite.com/checkout/
- mysite.com/custom-checkout/
Is it possible to do this?