This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Trạng thái |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
MailChimp Multilingual not translating Checkbox label text on Woocommerce checkout page
Started by: Michael
in: 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 | 2 weeks, 3 days trước | |
Assign Payment Method to a Specific Currency
Started by: Michael
in: 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 years, 1 months trước | |
WooCommerce product – adding new variation – won't appear on translated product
Started by: Michael in: English Support |
1 | 2 | 2 years, 1 months trước | ||
Sending WooCommerce New Order e-mail in user language
Started by: Michael in: English Support |
|
2 | 6 | 3 years, 7 months trước | |
WooCommerce not sending new order emails when WPML is active
Started by: Michael in: English Support |
|
2 | 2 | 3 years, 8 months trước |