Linux 软件免费装
Banner图

Buyience NovaCore B2B Quote Engine

开发者 girishklaathar
更新时间 2026年2月23日 19:29
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce quote request a quote rfq b2b

下载

1.2.5

详情介绍:

Buyience NovaCore B2B Quote Engine is a WordPress plugin that extends WooCommerce with B2B-focused quoting, pricing rules, and buyer workflows. The plugin allows customers to request quotes, supports customer-specific pricing and payment terms, and provides structured quote management within WordPress. For users who choose to connect an external Buyience account, the plugin can optionally load advanced hosted features such as AI-assisted quote recommendations and a digital quoting interface. This plugin is suitable for wholesalers, distributors, manufacturers, and businesses that require quote-based selling workflows. Key Features No WooCommerce core data is modified or removed by the plugin. How It Works The plugin integrates Buyience-hosted interfaces into WordPress using secure external links. Core quote request and WooCommerce integration features are handled within WordPress. Optional hosted interfaces are loaded from Buyience servers when enabled by the site administrator. This approach allows advanced functionality to be delivered while maintaining security and isolation between systems. Service Integration This plugin can optionally connect to an external service provided by Buyience to enable hosted quoting interfaces and advanced automation features. Core WooCommerce quoting functionality remains available without enabling the external service. When the administrator connects the plugin: Service details: Service Provider: Buyience Service URL: https://app.buyience.com Privacy Policy: https://buyience.com/privacy-policy Terms of Service: https://buyience.com/terms-and-conditions Credential Handling This plugin requires explicit administrator action before connecting to the Buyience service. When the administrator chooses to connect: No credentials are transmitted automatically. No data is sent without explicit administrator consent. Privacy This plugin stores quote and configuration data within WordPress by default. Limited user data is transmitted only after explicit admin action to enable the Buyience integration; when enabled, limited user information (such as name and email) may be transmitted securely for API authorization and quote processing purposes. The plugin itself does not perform tracking or analytics. Authorization & Security This plugin follows WordPress security best practices and does NOT create, modify, or programmatically access WordPress user sessions: The plugin relies entirely on WordPress's standard access control system. Users must access WordPress through the standard admin session flow before using any plugin features.

安装:

Automatic Installation
  1. Access your WordPress admin panel
  2. Navigate to Plugins > Add New
  3. Search for "Buyience NovaCore B2B Quote Engine"
  4. Click "Install Now" and then "Activate"
Manual Installation
  1. Upload the buyience-novacore-b2b-quote-engine folder to /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Navigate to Buyience NovaCore B2B Quote Engine > Settings to configure
Auto-Created Page On activation, the plugin automatically creates a "Create Store" page (slug: buyncbqe2-create-store, filterable via buyncbqe2_auto_page_slug) containing the [buyncbqe2_quote_builder] shortcode. This page displays the B2B quote builder storefront. To disable auto page creation, add this to your theme's functions.php before activating: add_filter( 'buyncbqe2_allow_auto_page_creation', '__return_false' ); To customize the page slug, add before activating: add_filter( 'buyncbqe2_auto_page_slug', function() { return 'my-custom-slug'; } ); To create the page as draft (for manual review before publishing): add_filter( 'buyncbqe2_auto_page_status', function() { return 'draft'; } ); Configuration
  1. Go to Buyience NovaCore B2B Quote Engine > Settings in WordPress admin
  2. Connect your Buyience Account: Click "Connect to Buyience Account" button to authorize your Buyience account. Your subdomain will be automatically configured during API authorization.
  3. Configure domain settings (available in Developer Mode):
  4. Production Mode: Admin Domain is app.buyience.com, Store Domain is buyience.store (Different Buyience subdomains may be used depending on configuration.)
  5. Set Quote Path if needed (default: /) - available in Developer Mode
  6. Enable Persistent Connection if desired - available in Developer Mode
  7. Save settings
Note: The subdomain is automatically configured when you connect to your Buyience account. You do not need to manually enter it. WooCommerce Integration
  1. Install and activate WooCommerce
  2. Go to Buyience NovaCore B2B Quote Engine > Settings > WooCommerce Integration
  3. Enable the integration
  4. Configure button position, text, and styling
  5. Optionally hide "Add to Cart" buttons and prices
  6. Save settings
Product Sync
  1. Go to Buyience NovaCore B2B Quote Engine > Settings > Product Sync
  2. Enter your WooCommerce Site URL (auto-populated from WordPress)
  3. Enter WooCommerce REST API Consumer Key and Secret
  4. Enter your Buyience API URL (auto-generated from subdomain)
  5. Click "Sync Products"
Scheduled Product Sync The plugin can automatically sync products daily:
  1. Configure your WooCommerce REST API credentials in Product Sync settings
  2. The scheduler runs daily at midnight to sync new/updated products
  3. View sync logs in the Product Sync section
  4. Manually enable/disable the scheduler as needed
Navbar Integration
  1. Go to Buyience NovaCore B2B Quote Engine > Settings
  2. Enable Navbar Integration
  3. Select the menu location for the Dashboard button
  4. The button will open the Buyience storefront in a new tab when clicked

屏幕截图:

  • Request a quote feature page
  • Admin Settings
  • WooCommerce Integration
  • Product Sync
  • Sync Logs

升级注意事项:

1.2.5 WordPress.org compliance and security hardening update (iframe cleanup, endpoint permissions, request timeout handling, and readme disclosure alignment). Recommended for all users. 1.2.4 Security hardening and code quality improvements. Recommended update for all users. 1.2.2 Security and settings handling fixes. Update recommended for all users.

常见问题:

Do I need a Buyience account?

No. Core quote request and WooCommerce integration features are available without enabling an external service. A Buyience account is required only if you choose to enable hosted interfaces or advanced automation features.

Is this plugin free?

Yes, the plugin is free. However, Buyience service may have its own pricing plans.

Does this work with WooCommerce?

Yes! The plugin includes full WooCommerce integration. You can add "Request a Quote" buttons to product pages and sync products from WooCommerce to Buyience.

Can I customize the quote button?

Yes, you can customize the button text, color, position, and styling in the plugin settings.

Is my data secure?

Yes. The plugin uses secure token-based API authorization. Sensitive data is stored securely using WordPress best practices. User data is only transmitted for API authorization and quote processing purposes.

Does this plugin create or modify WordPress users?

No. This plugin does NOT create or modify WordPress users. All plugin features require an active WordPress admin session using standard WordPress access flows. The "Buyience API authorization" feature only stores API credentials for connecting to the external Buyience service - these are not WordPress user credentials. The plugin uses current_user_can() and is_user_logged_in() for all permission checks and does not use wp_set_current_user() or similar functions.

Does the plugin track users?

No. The plugin does not perform any user tracking or analytics. Any data handling performed by the Buyience service is governed by its own privacy policy and terms.

Can I use this on multiple sites?

Yes, but each site needs its own Buyience subdomain configuration.

What WordPress version do I need?

WordPress 5.8 or higher and PHP 7.4 or higher.

更新日志:

1.2.5 1.2.4 1.2.3 1.2.2 1.2.1 1.0.0