このユーザーにはお気に入りのトピックがありません。
お気に入りのフォーラムトピック
作成したフォーラムトピック
ステータス |
トピック
|
サポーター | 声 | 投稿 | 新着度 |
---|---|---|---|---|---|
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ヶ月前 |