이 사용자는 즐겨찾는 주제가 없습니다.
즐겨찾는 포럼 주제
생성한 포럼 주제
상태 |
주제
|
후원자 | 의견 | 게시물 | 최신 |
---|---|---|---|---|---|
WPML Multicurrency is not working with YITH Auction plugin
시작: pauloM-21
위치: 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 년 전에 |