I use the Woocommerce mobile app to print receipts. I have modified the file…
wp-contentpluginswoocommercesrcInternalReceiptRenderingTemplatesorder-receipt.php
But I guess whenever woocommerce updates, it overwrites the changes I make to this file. So I changed the permissions on the file but yet it still gets overwritten. And I do have a woocommerce directory in my child theme but I dont know the file structure to create for this particular file?
I have folders like
woocommercecheckout
woocommerceemails
woocommercepdf
I tried
woocommercesrc
woocommercetemplates
woocommercesrcInternalReceiptRenderingTemplates
But the file still gets overwritten by the system all the time.