Customize theme files into the child theme.
-
Hi,
I want to overwrite the below file into my child theme:
wp-content/themes/woodmart/inc/modules/layouts/elementor/cart/class-cart-table.php
For the overright above file, I do the following, but it is not working…
wp-content/themes/woodmart-child/inc/modules/layouts/elementor/cart/class-cart-table.php
Can you please provide the steps to overright the above file ASAP?
Hello,
These files can’t be overridden. You can only override template files in the theme core folder, such as header.php, index.php, footer.php, etc. Unfortunately, files located in the inc directory, like class-cart-table.php, cannot be overridden via a child theme. You would need to customize them directly or extend the functionality using custom code or hooks.
Kind Regards