Linux 软件免费装
Banner图

CWeb Product Finder for Gravity Forms

开发者 alexandreminem
更新时间 2026年8月13日 23:33
PHP版本: 8.0 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

quiz gravity forms recommendation product finder scoring

下载

3.1.3 3.1.4

详情介绍:

CWeb Product Finder for Gravity Forms turns a Gravity Forms questionnaire into a product picker. At the end of the form, the plugin scores each of your products against the visitor's answers and displays the best match (plus a couple of alternatives) as styled cards. The scoring engine is fully local PHP. No OpenAI, no Claude, no remote service. You define rules in a clear "When → Then" admin UI: when the visitor's answers match certain conditions, boost / penalize / exclude / require specific products. Highlights Typical use cases About the name This plugin is a third-party companion for Gravity Forms (a separately sold commercial plugin by Rocketgenius, Inc.). It is not affiliated with, sponsored by, or endorsed by Rocketgenius. The "for Gravity Forms" suffix simply signals compatibility. The "CWeb" prefix refers to Collectif WEB, the agency that maintains this plugin.

安装:

  1. Upload the plugin to /wp-content/plugins/cweb-product-finder-for-gravity-forms/, or install through the Plugins menu in WordPress.
  2. Activate the plugin.
  3. Go to Recommender → Setup and follow the 5-step wizard.
  4. Add your products under Recommender → All Products (or use existing WooCommerce products).
  5. Paste the shortcode generated by the wizard into your Gravity Form confirmation.

屏幕截图:

  • Setup wizard — pick the Gravity Form to listen to; the hidden field that stores the JSON result is auto-detected.
  • Setup wizard — done. The shortcode is generated and ready to paste in the form confirmation message.
  • Add a product (built-in CPT) with price label, short description, features, page URL, payment URL and CTA label.
  • Scoring rules editor — combine "When" conditions (radio / dropdown / checkbox answers, AND/OR) with "Then" effects: Boost, Penalize, Exclude or Require a product.
  • Built-in Help & About page — describes the scoring model, the shortcode, and the available developer filters.

升级注意事项:

3.1.4 Compatibility release for WordPress 7.1. Drop-in upgrade from 3.1.3, no configuration change needed. 3.1.3 Plugin renamed to "CWeb Product Finder for Gravity Forms" and all internal identifiers re-prefixed. This is NOT a drop-in upgrade from 3.1.x: stored options, post meta keys, shortcode name, and filter hooks were renamed. Fresh installs only. 3.1.2 Plugin renamed for WordPress.org submission. Drop-in upgrade from 3.1.x. 3.1.0 Major engine rewrite: rules now target products directly by ID instead of through tags. Existing tag-based configurations from 3.0.x will need to be re-authored in the new Scoring Rules page.

常见问题:

Does this plugin call any external API?

No. All scoring happens locally in PHP. Your visitors' answers never leave your server.

Does it require Gravity Forms?

Yes. Gravity Forms is the questionnaire engine. The plugin is a companion that hooks into form submissions.

Can I use my existing WooCommerce products?

Yes. In the setup wizard, choose "WooCommerce products" as the source. Reference your existing products by ID in the scoring rules. The rule editor auto-completes from your catalog.

How do I customize the look of the recommendation cards?

All HTML uses classes prefixed .cwebpf-*. Colors and fonts are exposed as CSS custom properties (--cwebpf-primary, --cwebpf-accent, --cwebpf-font-heading, etc.). Override them in your theme stylesheet.

Can I write my own scoring logic in PHP?

Yes. The recommendation result and explanation pass through filters (cwebpf_recommendation_explanation, cwebpf_form_id, cwebpf_field_id, cwebpf_fallback_contact_url, cwebpf_card_disclaimer). Advanced users can also call CWebPF_Recommendation_Engine::recommend() directly.

Where is the data stored?

Recommendation rules: wp_options (cwebpf_scoring_rules, cwebpf_form_config, cwebpf_product_source). Products: the standard wp_posts / wp_postmeta tables (CPT cwebpf_product or WooCommerce products). No custom database tables are created.

更新日志:

3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.0