Người dùng này không có chủ đề yêu thích nào.
Chủ đề diễn đàn yêu thích
Chủ đề diễn đàn đã tạo
Trạng thái |
Chủ đề
|
Người hỗ trợ | Số người tham gia | Bài viết | Độ mới |
---|---|---|---|---|---|
WPML Multicurrency is not working with YITH Auction plugin
Bắt đầu bởi: pauloM-21
trong: English Support
Problem: function wpml_compsupp7424_filter_yith_auction_minimum_increment_amount ($null, $object_id, $meta_key, $single) { // Target the specific meta key if ($meta_key !== '_yith_auction_minimum_increment_amount') { return $null; } $current_filter = 'wpml_compsupp7424_filter_yith_auction_minimum_increment_amount'; // Prevent recursion by temporarily removing the filter remove_filter('get_post_metadata', $current_filter, 10); // Fetch the original meta value $value = get_post_meta($object_id, $meta_key, $single); // Re-add the filter add_filter('get_post_metadata', $current_filter, 10, 4); $value = apply_filters('wcml_raw_price_amount', $value); return $value; } If this solution does not resolve your issue or seems irrelevant due to updates or differences in your setup, 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 further assistance is needed, please open a new support ticket at WPML support forum. |
|
2 | 15 | 1 years trước |