This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
A serious bug in multicurrency.
1
2
Started by: jesperA
in: 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 year, 3 months ago | |
Pages are disappearing.
Started by: jesperA
in: 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 year, 5 months ago |