이 사용자는 즐겨찾는 주제가 없습니다.
즐겨찾는 포럼 주제
생성한 포럼 주제
상태 |
주제
|
후원자 | 의견 | 게시물 | 최신 |
---|---|---|---|---|---|
A serious bug in multicurrency.
1
2
시작: jesperA
위치: English Support
Problem: Solution: /** * @link wpmlsupp-11119 */ function wpmlsupp_11119_remove_price_filter() { global $woocommerce_wpml; $actions_to_remove_back = [ 'wc_before_products_starting_sales' => 'wc_after_products_starting_sales', 'wc_before_products_ending_sales' => 'wc_after_products_ending_sales', ]; if ($woocommerce_wpml instanceof woocommerce_wpml && isset($actions_to_remove_back[current_action()])) { remove_filter('get_post_metadata', [$woocommerce_wpml->multi_currency->prices, 'product_price_filter'], 10); add_action($actions_to_remove_back[current_action()], function () use ($woocommerce_wpml) { add_filter('get_post_metadata', [$woocommerce_wpml->multi_currency->prices, 'product_price_filter'], 10, 4); }); } } add_action('wc_before_products_starting_sales', 'wpmlsupp_11119_remove_price_filter'); add_action('wc_before_products_ending_sales', 'wpmlsupp_11119_remove_price_filter'); We asked the client to let us know if this solution resolved the issue. Please note that this solution might be outdated or not applicable to your case. If you're experiencing a similar issue and the provided solution does not help, we highly recommend checking related 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. |
|
4 | 25 | 1 년, 3 월 전에 | |
Pages are disappearing.
시작: jesperA
위치: English Support
Problem: Solution: If the provided solution is not relevant due to being outdated or not applicable to your case, we highly recommend checking the related 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 | 15 | 1 년, 5 월 전에 |