| 开发者 |
yariko0529
webreadynow |
|---|---|
| 更新时间 | 2026年6月10日 05:17 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.8 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
wrn_plm_feature_available, wrn_plm_feature_value, wrn_plm_rule_types, wrn_plm_apply_custom_rule
WooCommerce price hooks used (all at priority 20):
woocommerce_product_get_price, woocommerce_product_get_regular_price, woocommerce_product_get_sale_price,
woocommerce_product_variation_get_price, woocommerce_product_variation_get_regular_price, woocommerce_product_variation_get_sale_price,
woocommerce_variation_prices, woocommerce_get_variation_prices_hash
/wp-content/plugins/ or install via Plugins > Add New.Yes. Both individual variation prices and the price range displayed on the shop page (e.g. "$10 – $50") reflect your list prices.
No. Each role is assigned to exactly one price list. Roles without a custom list fall back to the Default WooCommerce prices.
Guests always see the Default WooCommerce prices unless you enable "Hide prices from guests" in the Settings tab, which replaces all prices with a custom message and disables Add to Cart.
Yes. On automatic rule lists, the plugin applies your rule to both the regular price and the sale price. On manual lists, you enter both a regular price and an optional sale price per product.
When a list uses an automatic rule, every product's price is calculated on the fly. If you need a specific product to have a different price, click the price cell in the Products tab and enter a value. That stored value takes priority over the rule. Set it back to 0 to remove the override and return to the rule-calculated price.
Yes. When creating a manual price list you can select any existing list as a starting point and apply a percentage factor (e.g. 80% of your wholesale prices). This is a one-time copy — the lists are independent after that.
The plugin performs one database query per page load to look up the current user's assigned list, then caches the result in memory for the rest of the request. There are no extra queries per product.
Yes. The plugin explicitly declares compatibility with WooCommerce High-Performance Order Storage (custom order tables).