Linux 软件免费装
Banner图

Show only lowest prices in variable products for WooCommerce

开发者 fernandot
ayudawp
更新时间 2026年8月6日 04:44
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2+
版权网址: 版权信息

标签

woocommerce price variable products variations lowest price

下载

1.0.3 1.0.4 1.0.5 1.0.1 0.9.31 2.2.1 1.0.7 2.0 2.0.1 1.0 1.0.6 2.0.2 2.1.0 1.0.2 2.0.3 2.2.0 2.1.1

详情介绍:

Transform your store's pricing display and boost conversions by showing only what matters most to your customers: the lowest available price. Instead of showing confusing price ranges like "$10 - $50" that can overwhelm and confuse customers, this plugin displays clean, simple pricing that encourages purchases. You decide the price prefix ("From", "Starting at", or whatever you want), the suffix after the price, and whether the price shown is the lowest, the highest or both. Key Features:

安装:

  1. Go to your WordPress Dashboard > Plugins > Add New
  2. Search for 'Show only lowest prices in variable products'
  3. Install and activate the plugin
  4. Go to Marketing > Lowest Prices to customize settings
  5. That's it! Your variable product prices are now clean and conversion-focused
Manual installation:
  1. Download the plugin from the WordPress repository
  2. Upload the plugin folder to /wp-content/plugins/
  3. Activate the plugin through the 'Plugins' menu in WordPress
  4. Configure settings in Marketing > Lowest Prices

屏幕截图:

  • Clean, simple pricing after plugin activation
  • Settings page with customization options integrated into WooCommerce's Marketing admin menu

升级注意事项:

2.2.1 Fixes the price prefixes getting stuck in one language on multilingual shops. Any stored copy of the bundled text is cleaned up on update, and a prefix you typed yourself is kept untouched. Also tested up to WooCommerce 11.0.

常见问题:

Does this plugin work with all WooCommerce themes?

Yes! The plugin uses WooCommerce's standard price hooks, so it works with any properly coded WooCommerce theme.

Can I customize the "From" text?

Absolutely! Go to Marketing > Lowest Prices in your admin dashboard to customize the prefix text, spacing, and display options.

How do I add a price prefix or a price suffix?

Both are plain text fields in Marketing > Lowest Prices. The prefix goes before the amount ("From $40", "Starting at $40") and the suffix goes after it ("$40 / month", "$40 per person"). There is a third field for the prefix of the highest price, used in the "Up to $60" and "From $40 up to $60" modes, so each text translates on its own. Leave any of them empty to show nothing. There is also a checkbox to add a space between the prefix and the price, on by default. It exists because a text field cannot store a trailing space, so writing "From " would be saved as "From". Turn it off for symbol prefixes like "~" or for languages that do not separate words with spaces. One caveat about the suffix: if what you want is a tax notice like "VAT included", use the WooCommerce price suffix in WooCommerce > Settings > Tax instead. It already does that, with its own tax placeholders, and using both would show two suffixes in a row.

What happens if all variations have the same price?

By default, the plugin won't show the "From" prefix when all variations have the same price. You can change this behavior in the settings.

What if I don't want any prefix text?

Simply clear the prefix text field and save. No prefix will be displayed before the price.

Does this affect product pages only or shop pages too?

By default it works on both shop pages and individual product pages - anywhere WooCommerce displays variable product prices. In Marketing > Lowest Prices you can restrict it to shop and archives only, or to product pages only. Related products and upsells shown inside a product page count as listings.

What happens with products on sale?

The regular price is kept crossed out next to the lowest price, the same way WooCommerce does it, so your customers can see there is a discount. You can turn this off in the settings if you would rather show the sale price on its own.

Can I show "Up to" instead of "From"?

Yes. In Marketing > Lowest Prices you can choose to show the highest price instead of the lowest, both prices with your own text ("From $40 up to $60"), or both with a separator ("$40 – $60"). Each text has its own field, so they translate independently.

Is this plugin translation ready?

Yes! The plugin follows WordPress internationalization standards and translations are loaded automatically from WordPress.org.

Does it work with WooCommerce HPOS?

Yes! The plugin includes full compatibility with WooCommerce High-Performance Order Storage.

Does this plugin implement the EU Omnibus Directive (lowest price in the last 30 days)?

No. This plugin only changes how variable product prices are displayed. It is a presentational feature: it does not track price history and it does not display the prior price (the lowest price applied during the 30 days before a price reduction) required by Directive (EU) 2019/2161, known as the Omnibus Directive. Despite the similar name of some compliance plugins, this one serves a different purpose. If your store needs to comply with those rules, use a plugin built for it, such as Omnibus - show the lowest price, WC Price History or FleekCode - Omnibus Price Tracker. They work alongside this plugin without conflict: this one decides which price replaces the WooCommerce range, and the other one adds the lowest price of the last 30 days. When one of them is active you will see a notice in the settings page confirming it. Two things help here. Products on sale keep their regular price crossed out, so a price reduction stays visible instead of showing only the reduced price. And the ayudawp_lowest_price_html filter lets you place the price history message exactly where you want it: add_filter( 'ayudawp_lowest_price_html', function ( $html, $product ) { return $html . '<span class="my-prior-price">' . my_prior_price( $product ) . '</span>'; }, 10, 2 );

Can I add my own information next to the price?

Yes, with the ayudawp_lowest_price_html filter. It receives the final price HTML, the product object and the plugin options.

更新日志:

2.2.1 2.2.0