add my changes to child theme
-
Hello
if I add some code to
print-invoices-packing-slip-labels-for-woocommerce->public->modules->invoice->invoice.php
now if I update plugin, my changes won’t appear
so I have to add same code to child theme, how I can do that?
Have I to add this path in child theme?print-invoices-packing-slip-labels-for-woocommerce->public->modules->invoice->invoice.php
or I have to add a code in function.php and if yes what is code I have to add in function
my changes is in line 819
return $sub_total_formated.$incl_tax_text;
I want it to be:
return $sub_total_formated;
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘add my changes to child theme’ is closed to new replies.