Woocommerece Checkout Page - Over rides
Hi,
I have created an over ride page for WooCommerce Checkout Page:
form-checkout.php.
I want to upload in the child theme, so it doesn't disappear during updates.
The right path would be:
Themes > betheme-child > woocommerce > checkout > form-checkout.php
or
Themes > betheme-child > woocommerce > form-checkout.php
or
Themes > betheme-child > form-checkout.php
Please advise.
Thanks
Comments
the directory paths in the child theme should be identical to those used in the parent theme.
thanks