Dealicious Conditional Checkout Rules for WooCommerce

説明

Dealicious Conditional Checkout Rules for WooCommerce lets store owners create ordered rules to control WooCommerce checkout field visibility.

Use conditions for:

  • Product type in cart (physical, virtual, downloadable, or specific WooCommerce product types)
  • Billing country (ISO2 list like US,CA,GB)
  • Cart value range (minimum and/or maximum)

How rules work:

  • Rules are processed top to bottom
  • All conditions in one rule use AND logic
  • If multiple rules match the same field, the last matched rule wins

Plugin highlights:

  • Live show/hide behavior on checkout
  • Works with country changes at checkout
  • Handles required-field validation for hidden fields
  • Settings available in WooCommerce > Dealicious Conditional Checkout Rules for WooCommerce

インストール

  1. Upload the dealicious-conditional-checkout-rules folder to the /wp-content/plugins/ directory, or install via the WordPress Plugins screen.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to WooCommerce > Dealicious Conditional Checkout Rules for WooCommerce.
  4. Add rules and click Save Rules.

FAQ

Does this plugin require WooCommerce?

Yes. WooCommerce must be active.

Can I target more than one country in a rule?

Yes. Enter comma-separated ISO2 country codes, for example: US,CA,GB.

What happens if multiple rules target the same field?

Rules are evaluated in order, and the last matching rule determines whether the field is shown or hidden.

Will hidden required fields block checkout?

No. The plugin removes required validation for fields that are hidden by rules.

評価

このプラグインにはレビューがありません。

貢献者と開発者

Dealicious Conditional Checkout Rules for WooCommerce はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Dealicious Conditional Checkout Rules for WooCommerce” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0.0

  • Initial release.
  • Added conditional checkout field visibility by product type, billing country, and cart value.
  • Added admin rule builder under WooCommerce.
  • Added frontend runtime and hidden field validation handling.