Skip Navigation

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 -

Supporter timezone: Asia/Singapore (GMT+08:00)

This topic contains 3 replies, has 2 voices.

Last updated by Kor 1 year ago.

Assisted by: Kor.

Author Posts
February 8, 2024 at 5:29 pm

davidT-70

All BACS accounts are shown on order confirmation page and emails

February 8, 2024 at 6:28 pm
February 9, 2024 at 8:11 pm #15287494

Kor
Supporter

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Thanks for your patience.

I'm able to replicate the issue here hidden link and I'll escalate this further to our 2nd Tier Support for further investigation. I will come back to you once I've feedback.

February 11, 2024 at 9:01 pm #15290626

davidT-70

Hi Kor, OK!

Thank you for your work and I look forward to your feedback!

February 12, 2024 at 7:37 pm #15294620

Kor
Supporter

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Thanks for your reply.

We have a workaround and this fix will be included in the next update. Could you try applying the workaround below? If you need help, please let me know.

Workaround
Edit wp-content\plugins\woocommerce-multilingual\classes\multi-currency\payment-gateways\class-wcml-currencies-payment-gateways.php line 38

Replace

add_filter( 'woocommerce_payment_gateways', Fns::tap( function() {
				add_action( 'wp_loaded', [ $this, 'init_gateways' ] );
			} ) );

with

add_action( 'wp_loaded', [ $this, 'init_gateways' ] );

The topic ‘[Closed] All BACS accounts are shown on order confirmation page and emails’ is closed to new replies.