Title: Live Quote Package Builder
Author: khurshidbilal
Published: <strong>2026 年 6 月 14 日</strong>
Last modified: 2026 年 6 月 14 日

---

搜索插件

![](https://s.w.org/plugins/geopattern-icon/live-quote-package-builder.svg)

# Live Quote Package Builder

 作者：[khurshidbilal](https://profiles.wordpress.org/khurshidbilal/)

[下载](https://downloads.wordpress.org/plugin/live-quote-package-builder.1.0.11.zip)

 * [详情](https://cn.wordpress.org/plugins/live-quote-package-builder/#description)
 * [评价](https://cn.wordpress.org/plugins/live-quote-package-builder/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/live-quote-package-builder/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/live-quote-package-builder/#developers)

 [支持](https://wordpress.org/support/plugin/live-quote-package-builder/)

## 描述

Live Quote Package Builder helps service, event, rental, and custom-package businesses
create guided package configurators with real-time pricing inside WordPress.

It includes editable templates, dynamic pricing, quote rules, booking records, custom
steps, coupon codes, availability protection, optional Stripe Checkout deposit sessions,
and customer/admin email notifications.

Developed by Khurshid Bilal (KhurshidBilal.com), CEO of Webzeno.com.

#### Key features

 * Visual package configurator shortcode.
 * Six starter templates for event rental, floral bar, photo booth, catering, beauty
   services, and universal packages.
 * Editable packages, add-ons, delivery options, events, text, colors, fonts, currency,
   defaults, and quote rules.
 * Custom step builder with fields, image, description, content, and shortcode support.
 * Booking records saved in WordPress admin.
 * Coupon codes and availability / double-booking controls.
 * Optional Stripe Checkout deposit sessions only. No public Stripe webhook endpoint
   is included in this WordPress.org version.
 * Admin and customer email notifications.
 * Elementor friendly via shortcode.
 * Documentation page inside the WordPress admin.
 * Free support by email at info@webzeno.com.

#### Shortcodes

Add the configurator to any page:

    ```
    [livequpa_builder]
    ```

Add a thank-you page:

    ```
    [livequpa_thank_you]
    ```

#### Free support

For free setup help and general plugin questions, email info@webzeno.com. Please
include your WordPress version, PHP version, plugin version, and a screenshot of
the issue when possible.

#### Source code and build process

This plugin does not require a build step. The JavaScript and CSS shipped in `assets/`
are human-readable source files. A copy of the frontend JavaScript source is also
included at `src/frontend.js` for review and maintenance.

#### External services

Live Quote Package Builder can connect to Stripe only when the site administrator
enables Stripe payments and enters Stripe API keys.

When a visitor clicks the payment/deposit button, the plugin sends the checkout 
amount, currency, customer email, selected package name, and booking metadata to
Stripe to create a checkout session. This request is sent to `https://api.stripe.
com/v1/checkout/sessions`.

Stripe service terms: https://stripe.com/legal
 Stripe privacy policy: https://stripe.
com/privacy

If Stripe payments are not enabled, Live Quote Package Builder works locally for
configurators, quote requests, booking records, coupons, availability rules, templates,
and admin settings.

#### Privacy

The plugin stores booking details submitted by visitors, such as name, email, phone,
event details, selected package, add-ons, custom step answers, totals, coupons, 
and payment status. Site owners are responsible for explaining this data collection
in their own privacy policy.

## 安装

 1. Upload the plugin folder to `/wp-content/plugins/` or install the ZIP from Plugins
    > Add New.
 2. Activate Live Quote Package Builder.
 3. Go to Live Quote Builder > Builder.
 4. Select a template and customize packages, add-ons, delivery options, colors, text,
    payment settings, and emails.
 5. Create a page and add `[livequpa_builder]`.
 6. Create a thank-you page and add `[livequpa_thank_you]`.

## 常见问题

### Does it require Stripe?

No. Stripe is optional. If payments are disabled, bookings and quote requests can
still be collected.

### Can I use it with Elementor?

Yes. Add the shortcode with Elementor’s Shortcode widget.

### Does it block duplicate bookings?

Yes, if you enable availability rules in the admin settings.

### Can I add my own questions?

Yes. Use Custom Steps to add fields, content, images, and shortcodes.

### Does this plugin connect to a Live Quote Package Builder server?

No. This upload version does not include cloud/license/support connections or public
webhook endpoints. The only external service is optional Stripe Checkout session
creation when enabled by the site administrator.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Live Quote Package Builder」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ khurshidbilal ](https://profiles.wordpress.org/khurshidbilal/)

[帮助将「Live Quote Package Builder」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/live-quote-package-builder)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/live-quote-package-builder/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/live-quote-package-builder/)，或
通过[RSS](https://plugins.trac.wordpress.org/log/live-quote-package-builder/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/live-quote-package-builder/)。

## 更新日志

#### 1.0.11

 * Security: Further hardened thank-you page output so invalid or missing booking
   access tokens show only generic confirmation text.

#### 1.0.10

 * Security: Hardened thank-you page output so invalid or missing booking access
   tokens show only generic confirmation text.

#### 1.0.9

 * Security: Added signed thank-you booking access tokens so public thank-you pages
   do not reveal booking status from booking_id alone.

#### 1.0.8

 * Added explicit check_ajax_referer() validation to frontend AJAX booking and Stripe
   Checkout actions.
 * Clarified that Stripe integration creates Checkout sessions only and does not
   include a public webhook endpoint.

#### 1.0.7

 * Strengthened AJAX nonce verification and request validation for frontend booking
   and Stripe Checkout actions.
 * Tightened admin action nonce/permission handling for reset and template apply
   actions.
 * Minor sanitization and internal cleanup improvements for WordPress.org review.

#### 1.0.6

 * Final reviewer fix: no public Stripe webhook endpoint, no php://input webhook
   handling, and no webhook-based booking status update path in this WordPress.org
   build.

#### 1.0.5

 * Removed the public Stripe webhook endpoint from the WordPress.org version and
   kept Stripe Checkout creation behind explicit customer action.

#### 1.0.4

 * Cleaned internal prefixes to use the unique livequpa prefix.

#### 1.0.3

 * Internal review cleanup: updated settings option/group naming and final sanitization
   consistency.

#### 1.0.1

 * Improved settings sanitization and shortcode output escaping for WordPress.org
   review.

#### 1.0.0

 * Initial WordPress.org-ready release.

## 额外信息

 *  版本 **1.0.11**
 *  最后更新：**3 周前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 6.0 或更高版本 **
 *  已测试的最高版本为 **7.0**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/live-quote-package-builder/)
 * 标签
 * [booking](https://cn.wordpress.org/plugins/tags/booking/)[configurator](https://cn.wordpress.org/plugins/tags/configurator/)
   [stripe](https://cn.wordpress.org/plugins/tags/stripe/)
 *  [高级视图](https://cn.wordpress.org/plugins/live-quote-package-builder/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/live-quote-package-builder/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/live-quote-package-builder/reviews/)

## 贡献者

 *   [ khurshidbilal ](https://profiles.wordpress.org/khurshidbilal/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/live-quote-package-builder/)