Linux 软件免费装
Banner图

PriceBlueprint - Configurable Product Pricing for WooCommerce

开发者 wpedgar
更新时间 2026年6月2日 16:28
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

woocommerce pricing product attributes pricing rules attribute pricing

下载

1.0.0 1.0.1 1.1.0 1.1.1

详情介绍:

If you sell products with multiple attributes, you know the problem. Four sizes, three materials, two colors — that's 24 variations to create, price, and keep up to date. Raise the price on one material and you're editing records for the next hour. PriceBlueprint takes a different approach. You build a Price Blueprint, a set of pricing rules like "Size XL adds $10" or "Material Leather adds $25." Attach that blueprint to as many products as you want. When something changes, you update the rule once and every linked product is done. What's included: Requires WooCommerce 6.0 or higher. Who uses it? Mostly store owners who got tired of managing hundreds of variations. Clothing shops with size and color pricing, custom product builders, print-on-demand stores — anyone who has the same pricing logic repeated across a lot of products.

安装:

  1. Upload the priceblueprint-for-woocommerce folder to /wp-content/plugins/
  2. Activate it through the Plugins menu
  3. Go to Products → Price Blueprints → Add New
  4. Add your rules (Size XL → +$10, Material Oak → +$25, etc.)
  5. Create a product, set the type to Configurable Product, and assign your blueprint on the PriceBlueprint tab

屏幕截图:

  • Blueprint editor with configured attribute rules ready to use.
  • Assigning a blueprint to a product in the product settings.
  • Live price calculator on the product page as customers make selections.
  • Attribute selections and final price visible in the order details.

常见问题:

How is this different from WooCommerce variations?

With variations, every combination of attributes needs its own record. Four sizes × three colors = 12 variations to create and maintain. PriceBlueprint skips all that. You write one rule per attribute value and the price is calculated from those rules at runtime. No combinations, no bloat.

Can I use the same blueprint on multiple products?

Yes, that is the whole point. One blueprint, as many products as you want. Update a rule and all of them update with it.

What if I change a blueprint while someone is shopping?

New sessions get the updated price right away. Anything already in the cart recalculates on the next page load.

Does it work with caching plugins?

Yes. Price updates happen via AJAX on the product page, so full-page caching does not interfere.

Can I set a rule that adds nothing to the price?

Yes, just set the add-on to 0.00. Handy for your base option that should not change the price.

更新日志:

1.1.1 1.1.0 1.0.1 1.0.0