Title: BundleCraft
Author: Technical Himanshu
Published: <strong>2026 年 1 月 10 日</strong>
Last modified: 2026 年 3 月 29 日

---

搜索插件

![](https://ps.w.org/bundlecraft/assets/banner-772x250.png?rev=3436596)

![](https://ps.w.org/bundlecraft/assets/icon-256x256.png?rev=3436596)

# BundleCraft

 作者：[Technical Himanshu](https://profiles.wordpress.org/technicalhimanshu/)

[下载](https://downloads.wordpress.org/plugin/bundlecraft.1.2.2.zip)

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

 [支持](https://wordpress.org/support/plugin/bundlecraft/)

## 描述

**BundleCraft** makes it easy for WooCommerce store owners to create unlimited product
bundles or combo offers with complete flexibility.

Display bundles anywhere using simple shortcodes, customize titles and offer text,
and apply discounts to increase sales — all without writing any code.

### 🚀 Key Features

 * Create unlimited product bundles.
 * Apply custom percentage discounts.
 * Responsive grid layout (desktop, tablet, mobile).
 * Shortcode support for flexible placement.
 * Clean and user-friendly admin interface.
 * Works with all WooCommerce-compatible themes.
 * Duplicate bundles instantly.
 * Copy shortcode and Live Preview support.
 * WooCommerce HPOS compatible.
 * Secure AJAX add-to-cart with nonce validation.

### 💰 Professional Pricing Engine

 * Automatically uses **sale price when available** (fallback to regular price).
 * Displays **transparent “You Save” pricing**.
 * Implements **Model-B conditional discount logic**:
    - Discount applies **only when all bundle products are in cart**.
    - Discount is **removed instantly if bundle is broken**.
 * Prevents **double discounting issues**.
 * Shows discount clearly in cart:
    - _“Bundle Discount Applied (-₹X)”_
 * Lightweight pricing cache for performance.

### 🎨 Simplified & Professional UI

 * Introduced **global typography system** (no repetitive font settings).
 * Cleaner and more intuitive settings experience.
 * Reduced configuration complexity for better usability.

### 📈 Why use BundleCraft?

Increase conversions and average order value with visually appealing bundle offers
and honest, transparent pricing — designed to build trust and boost sales.

## 屏幕截图

 * [[
 * Plugin installed and activated.
 * [[
 * All Bundles list screen.
 * [[
 * Add New Bundle editor.
 * [[
 * Style & Settings panel.
 * [[
 * Frontend bundle grid layout.
 * [[
 * Discount badge and transparent savings display.

## 安装

 1. Upload the plugin files to the `/wp-content/plugins/bundlecraft` directory, or 
    install via the WordPress Plugins screen.
 2. Activate the plugin.
 3. Create bundles from **BundleCraft  Add New Bundle**.
 4. Use shortcode `[bundle_craft id="123"]` to display bundles.

## 常见问题

### How do I display a bundle?

Use `[bundle_craft id="123"]`.

### Does it support WooCommerce sale prices?

Yes. BundleCraft automatically uses the **sale price if available**, ensuring accurate
bundle totals.

### Will discounts apply if customer removes a product?

No. BundleCraft uses **Model-B conditional logic**, so discounts only apply when
all bundle items are present.

### Will discounts apply twice?

No. The plugin prevents double-discount issues and ensures only one correct discount
is applied.

### Can I customize design and layout?

Yes. You can control styles from settings or override via your theme.

## 评价

此插件暂无评价。

## 贡献者及开发者

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

贡献者

 *   [ Technical Himanshu ](https://profiles.wordpress.org/technicalhimanshu/)

[帮助将「BundleCraft」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/bundlecraft)

### 对开发感兴趣吗?

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

## 更新日志

#### 1.2.2

 * **Major UX Improvement**
    - Removed repetitive font settings from admin panel.
    - Introduced simplified global typography system.
 * **Pricing Logic Enhancement**
    - Upgraded to Model-B conditional discount logic.
    - Discount now applies only when full bundle is present.
    - Discount automatically removed when bundle is broken.
 * **Cart & Checkout Improvements**
    - Display discount clearly as:
    - “Bundle Discount Applied (-₹X)”
    - Fixed duplicate discount issue between bundle page and cart.
 * **UI & Consistency Fixes**
    - Improved pricing consistency between bundle page and checkout.
    - Better alignment of frontend and cart totals.
 * **Code Quality**
    - Cleaner architecture for discount handling.
    - Improved maintainability and future scalability.

#### 1.2.1

 * Fixed conditional bundle discount logic.
 * Improved cart recalculation behavior.
 * Ensured discount removes when bundle incomplete.
 * Minor internal stability improvements.

#### 1.2.0

 * **Security Enhancements**
    - Added secure nonce verification for frontend add-to-cart requests.
    - Strengthened WooCommerce session validation and product sanitization.
    - Improved server-side validation before modifying cart contents.
 * **Frontend Improvements**
    - Replaced inline JavaScript with properly enqueued external scripts.
    - Added localized, translatable frontend messages.
    - Improved variation selection handling and error feedback.
 * **Performance & Code Quality**
    - Optimized script loading only when shortcode is used.
    - Reduced unnecessary frontend processing.
    - General code cleanup and WordPress coding-standards improvements.
 * **Compatibility**
    - Fully backward compatible with previous versions.
    - Tested with latest WordPress and WooCommerce environments.
 * **Professional Pricing Engine**
    - Added automatic sale-price detection for bundle calculations.
    - Introduced transparent “You Save” bundle savings display.
    - Implemented Model-A single-discount logic to prevent double discounts.
    - Locked bundle pricing in WooCommerce cart totals for accuracy.
    - Blocked coupons from re-discounting bundle items.
    - Added internal pricing cache for improved performance.

#### 1.1.9

 * **Security & Stability Improvements**
    - Hardened AJAX request handling with improved validation.
    - Additional sanitization and escaping for admin actions.
    - Removed forbidden system files from the plugin package.
 * **Maintenance Update**
    - Version consistency fixes.
    - No functional or UI changes.
    - Fully backward compatible and safe to update.

#### 1.1.8

 * **Security & Standards Compliance**
    - Fixed WordPress.org review issues with script enqueuing.
    - Removed inline JavaScript and CSS from PHP templates.
    - Properly enqueued all scripts using WordPress APIs.
    - Added nonce verification and security checks.
 * **Performance Improvements**
    - Optimized admin script loading.
    - Cleaner output and reduced inline code.

#### 1.1.7

 * Code quality improvements.
 * Improved admin usability and validation.

#### 1.1.6

 * Tested and verified compatibility with WordPress 6.9.
 * Updated plugin compatibility headers.

#### 1.1.5

 * Refined JavaScript and CSS structure.
 * Improved code organization.

#### 1.1.4

 * Inline shortcode, copy, and preview buttons.
 * Smart duplication via row action.
 * WooCommerce HPOS compatibility.

#### 1.1.3

 * WordPress.org compliance cleanup.
 * Transparent background default.
 * Improved admin settings structure.

#### 1.1.2

 * Responsive bundle grid improvements.
 * Better alignment across devices.

#### 1.1.1

 * Minor bug fixes and performance improvements.

#### 1.1.0

 * Initial public release.

## 额外信息

 *  版本 **1.2.2**
 *  最后更新：**1 周前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 5.8 或更高版本 **
 *  已测试的最高版本为 **6.9.4**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/bundlecraft/)
 * 标签
 * [bundle builder](https://cn.wordpress.org/plugins/tags/bundle-builder/)[discounts](https://cn.wordpress.org/plugins/tags/discounts/)
   [product bundles](https://cn.wordpress.org/plugins/tags/product-bundles/)[woocommerce](https://cn.wordpress.org/plugins/tags/woocommerce/)
 *  [高级视图](https://cn.wordpress.org/plugins/bundlecraft/advanced/)

## 评级

尚未提交反馈。

[添加我的评价](https://wordpress.org/support/plugin/bundlecraft/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/bundlecraft/reviews/)

## 贡献者

 *   [ Technical Himanshu ](https://profiles.wordpress.org/technicalhimanshu/)

## 支持

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

 [查看支持论坛](https://wordpress.org/support/plugin/bundlecraft/)