
Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on March 1, 2021, 13:38
Hello
Try this plugin - https://wordpress.org/plugins/show-only-lowest-prices-in-woocommerce-variable-products/
In file - \wp-content\plugins\show-only-lowest-prices-in-woocommerce-variable-products\show-lowest-woo-variable-prices.php - add code - https://c2n.me/4azsRJG.png
if (class_exists('WOOCS')) {
global $WOOCS;
if ($WOOCS->current_currency != $WOOCS->default_currency) {
$currencies = $WOOCS->get_currencies();
$prices[0] = $prices[0] / $currencies[$WOOCS->current_currency]['rate'];
if($prices[1]){
$prices[1] = $prices[1] / $currencies[$WOOCS->current_currency]['rate'];
}
}
}
Hello
Try this plugin - https://wordpress.org/plugins/show-only-lowest-prices-in-woocommerce-variable-products/
In file - \wp-content\plugins\show-only-lowest-prices-in-woocommerce-variable-products\show-lowest-woo-variable-prices.php - add code - https://c2n.me/4azsRJG.png
if (class_exists('WOOCS')) {
global $WOOCS;
if ($WOOCS->current_currency != $WOOCS->default_currency) {
$currencies = $WOOCS->get_currencies();
$prices[0] = $prices[0] / $currencies[$WOOCS->current_currency]['rate'];
if($prices[1]){
$prices[1] = $prices[1] / $currencies[$WOOCS->current_currency]['rate'];
}
}
}

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on March 2, 2021, 13:07
Hello
Ok! I'll pass it to the developer
Hello
Ok! I'll pass it to the developer

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on April 19, 2021, 12:37
Hello
Unfortunately there is no news. At the moment, the developers are working on another plugin
Hello
Unfortunately there is no news. At the moment, the developers are working on another plugin