此用户没有收藏的主题。
收藏的论坛主题
创建的论坛主题
状态 |
主题
|
支持者 | 参与者 | 帖子 | 最新活动 |
---|---|---|---|---|---|
WPML Multicurrency Usage with Single Currency Checkout (Auction website)
发起人:pauloM-21 在:Chat Support |
|
1 | 2 |
10 months前
|
|
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 years前 | |
Multilingual & Multicurrency is not working with YITH Auction plugin
发起人:pauloM-21 在:Chat Support |
|
1 | 2 |
1 years, 1 months前
|