Replies: 0
Hi guys,
following questions i edited the file “wp-content/plugins/woocommerce/includes/gateways/bacs/class-wc-gateway-bacs.php” and added this line to show the subject for bank payment
'order_id' => array(
'label' => __( 'Verwendungszweck', 'woocommerce' ),
'value' => $order_id,
),
Question 1:
The question is how can i set “Ordernumber” in front of “$order_id” so in the mail i see
Ordernumber 1234
Question 2:
How can i edit this file update save ? When i edit and save it in the original path it will be overwritten after a woocommerce update. Is there any way to save this like a child-theme ?
- This topic was modified 17 minutes ago by romestylez.
- This topic was modified 16 minutes ago by romestylez.