• Hi

    I have upgraded woocommece but i have made some changes to the woocommerce include folder files. so what i want is to override woocommerce include folder files. Is it possible to put include folder in child theme?

    For example..class-wc-ajax.php file that is in include folder of woocommerce. So i want to put that folder file in child theme. so that my changes will remain after uppgrade.

    Can you please help in this as its urjent issue.

    Thanks.

    https://www.ads-software.com/plugins/woocommerce/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    No, this is not possible. This is also the wrong approach to customisation.

    Changes should be made via custom plugins using our hooks/filters where possible. Editing core files is a terrible idea which prevents you from updating naturally.

    Hello!

    Cannot find hooks/filter for correct code in html-order-items.php file in folder /wp-content/plugins/woocommerce/includes/admin/meta-boxes/views

    I want delete lines 185-206 (div with class=”wc-order-data-row wc-order-bulk-actions wc-order-data-row-toggle”).

    How can it be done? I mean how to do it from child theme?

    Thanks in advance!

    • This reply was modified 7 years, 6 months ago by hmammadov.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Wooccomerce – includes folder files override in child theme.’ is closed to new replies.