Home Forums WoodMart support forum Customize theme files into the child theme.

Customize theme files into the child theme.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #598474

    it-1760
    Participant

    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?

    #598525

    Artem Temos
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)