Este usuário não tem tópicos favoritos.
Tópicos favoritos do fórum
Tópicos do fórum criados
Status |
Tópico
|
Apoiador | Vozes | Postagens | Atualização |
---|---|---|---|---|---|
WPML Multicurrency Usage with Single Currency Checkout (Auction website)
Iniciado por: pauloM-21 em: Chat Support |
|
1 | 2 |
10 meses atrás
|
|
WPML Multicurrency is not working with YITH Auction plugin
Iniciado por: pauloM-21
em: 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 ano atrás | |
Multilingual & Multicurrency is not working with YITH Auction plugin
Iniciado por: pauloM-21 em: Chat Support |
|
1 | 2 |
1 ano, 1 mês atrás
|