PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Show Only Lowest Price in woocommerce Variable Products

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hello
I only need to Show Only Lowest Price in woocommerce Variable Products

not display
13-25 $

but show
from: 13 $

Which plugin or extension will be work well with yours?
In all solutions that I found, there are problems with correct calculating the price of the currency.
Do you have any?

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'];
}
}
}

Great thanks it works.
Can you add this option and opportunity in WOOCS - WooCommerce Currency Switcher plugin functionality in future update?
Think this good feature.

Hello

Ok!  I'll pass  it to the developer

Hello, is there any news regarding the addition of this function to the plugin?
Your option is not convenient, since the plugin loses the fixes in the code after the update, are there any extension or code options for function.php ?

Hello

Unfortunately there is no news. At the moment, the developers are working on another plugin