Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Two questions regarding “class-wc-gateway-bacs.php”

$
0
0

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.

Viewing all articles
Browse latest Browse all 59525

Trending Articles