이 사용자는 즐겨찾는 주제가 없습니다.
즐겨찾는 포럼 주제
포럼 주제가 생성되었습니다.
상태 |
주제
|
서포터 | 목소리 | 게시물 | 선도 |
---|---|---|---|---|---|
Duplicated bank information in order confirmation email
시작한 사람: aleksandraD-3
안에: English Support
Problem: Solution: woocommerce-multilingual/classes/multi-currency/payment-gateways/class-wcml-currencies-payment-gateways.php . On line number 38, replace the existing code: add_filter( 'woocommerce_payment_gateways', Fns::tap( Fns::withoutRecursion( Fns::identity(), [ $this, 'init_gateways' ] ) ), PHP_INT_MAX ); with the following code: add_action( 'wp_loaded', [ $this, 'init_gateways' ] ); This should serve as a temporary workaround until our developers provide a permanent fix. If this solution doesn't seem relevant to your issue, please open a new support ticket so we can assist you further. |
4 | 15 | 1 년, 1 월 전에 | ||
Can’t translate strings
시작한 사람: aleksandraD-3
안에: English Support
Problem: Solution: Update WP, WPML, reinstall all WPML plugins and after this string translation back to normal. Relevant Documentation: |
2 | 5 |
1 년, 9 월 전에
aleksandraD-3 |