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://ja.wordpress.org/plugins/bundlecraft/#description)
 * [レビュー](https://ja.wordpress.org/plugins/bundlecraft/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/bundlecraft/#installation)
 * [開発](https://ja.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.

## FAQ

### 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/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/bundlecraft/)
を [RSS](https://plugins.trac.wordpress.org/log/bundlecraft/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 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**
 *  最終更新日 **5日前**
 *  有効インストール数 **10未満**
 *  WordPress バージョン ** 5.8またはそれ以降 **
 *  検証済み最新バージョン: **6.9.4**
 *  PHP バージョン ** 7.4またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/bundlecraft/)
 * タグ
 * [bundle builder](https://ja.wordpress.org/plugins/tags/bundle-builder/)[discounts](https://ja.wordpress.org/plugins/tags/discounts/)
   [product bundles](https://ja.wordpress.org/plugins/tags/product-bundles/)[woocommerce](https://ja.wordpress.org/plugins/tags/woocommerce/)
 *  [詳細を表示](https://ja.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/)