このユーザーにはお気に入りトピックがありません。
お気に入りのフォーラム・トピック
フォーラム・トピックの作成
状況 |
トピック
|
サポーター | 声 | 投稿文 | 新鮮さ |
---|---|---|---|---|---|
MailChimp Multilingual not translating Checkbox label text on Woocommerce checkout page
によって始められた: Michael
にある: English Support
Problem: If this solution does not resolve your issue, or if it seems outdated or irrelevant to your case, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. Additionally, please feel free to open a new support ticket for further assistance at WPML support forum. |
|
0 | 3 | 1週、 6日前 | |
Assign Payment Method to a Specific Currency
によって始められた: Michael
にある: English Support
Problem: Solution: After further clarification and internal discussion, we acknowledged that there is no out-of-the-box solution for unsupported gateways. We suggested using the woocommerce_payment_gateways hook to add or remove gateways based on the selected currency. We provided an example code snippet to guide the client: add_filter( 'woocommerce_payment_gateways', 'add_gw' );<br /><br />function add_gw( $methods ) {<br /> $currency = get_woocommerce_currency();<br /> if ($currency == "EUR") {<br /> $methods[] = 'Custom Gateway Class';<br /> return $methods;<br /> } else {<br /> return $methods;<br /> }<br />} We also recommended that if the client requires further custom solutions, they should consider reaching out to our recommended third-party developers: https://wpml.org/contractors/. Please note that this solution might be irrelevant due to being outdated or not applicable to your case. If so, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the issue persists, please open a new support ticket with us. |
|
2 | 8 | 1年、 1ヶ月前 | |
WooCommerce product – adding new variation – won't appear on translated product
によって始められた: Michael にある: English Support |
1 | 2 | 2年、 1ヶ月前 | ||
Sending WooCommerce New Order e-mail in user language
によって始められた: Michael にある: English Support |
|
2 | 6 | 3年、 7ヶ月前 | |
WooCommerce not sending new order emails when WPML is active
によって始められた: Michael にある: English Support |
|
2 | 2 | 3年、 8ヶ月前 |