Title: Force Sells and Smart Bundles for WooCommerce
Author: Mohammed Jamsheed KM
Published: <strong>అక్టోబర్ 19, 2024</strong>
Last modified: జూన్ 9, 2026

---

Search plugins

![](https://ps.w.org/jkm-force-sells/assets/banner-772x250.png?rev=3171803)

![](https://ps.w.org/jkm-force-sells/assets/icon-256x256.png?rev=3171803)

# Force Sells and Smart Bundles for WooCommerce

 By [Mohammed Jamsheed KM](https://profiles.wordpress.org/jamsheedkm/)

[Download](https://downloads.wordpress.org/plugin/jkm-force-sells.1.2.0.zip)

[Live Preview](https://te.wordpress.org/plugins/jkm-force-sells/?preview=1)

 * [Details](https://te.wordpress.org/plugins/jkm-force-sells/#description)
 * [Reviews](https://te.wordpress.org/plugins/jkm-force-sells/#reviews)
 *  [Installation](https://te.wordpress.org/plugins/jkm-force-sells/#installation)
 * [Development](https://te.wordpress.org/plugins/jkm-force-sells/#developers)

 [Support](https://wordpress.org/support/plugin/jkm-force-sells/)

## Description

**Force Sells and Smart Bundles for WooCommerce** allows you to add optional or 
mandatory add-on products to the cart whenever a main item is added.

**New:** Compatible with WooCommerce Cart and Checkout Blocks, so force-sell items
continue to work with modern block-based cart experiences.

 * Automatically link and sell additional products with ease.
 * When a main item is added to the cart, its associated linked products are also
   added.
 * Mandatory products are synchronized with the main item’s quantity. Optional products
   can be removed from the cart without affecting the main item.
 * The quantity of mandatory items is always synced with the main item (e.g., if
   one main item is added, one mandatory item will also be in the cart).
 * Flexible display settings enable you to choose where the force-sell products 
   should appear (before or after the “Add to Cart” button).
 * Customize the layout of force-sell items as list view or grid view, and choose
   whether to show product images.
 * Works with WooCommerce Cart and Checkout Blocks.

The plugin is highly developer-friendly, allowing you to easily add more functionalities
with our hooks.

#### Key Features

**1. Display Styles:**
 – Choose to display force-sell items in a list or grid view.–
Option to show or hide force-sell product images. – Option to show or hide force-
sell product prices. – Add custom message on the product page.

**2. Additional Display Positions:**
 – Display force-sell products before or after
the “Add to Cart” button.

**3. Advanced Display Rules:**
 – Add mandatory or optional add-on products to a
main product. – Sync the quantity of mandatory products with the main item. – Allow
optional products to be removed from the cart without affecting the main item. –
Support WooCommerce Cart and Checkout Blocks for block-based cart pages.

**4. Developer-Friendly:**
 – Add more functionalities with our hooks, making it
easy for developers to extend the plugin.

## Screenshots

[⌊Add force sell products.⌉⌊Add force sell products.⌉[

Add force sell products.

[⌊List View.⌉⌊List View.⌉[

List View.

[⌊Grid View.⌉⌊Grid View.⌉[

Grid View.

## Installation

 1. Upload the plugin files to the `/wp-content/plugins/jkm-force-sells` directory,
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Configure the settings under Products -> Force Sell Settings.

## FAQ

### How do I configure the display settings?

You can configure the display settings by navigating to Products -> Force Sell Settings.
Here, you can choose the display style, position, and image options.

### How do I add optional and mandatory add-ons to a product?

To add optional and mandatory add-ons, go to the WooCommerce single product edit
page. Under the Linked Products section, you’ll find two additional fields for managing
optional and mandatory add-ons, respectively.

### What happens when I add mandatory add-ons to a product?

Mandatory add-ons will always sync with the main product’s quantity, ensuring they
are added to the cart whenever the main product is purchased.

### Can I add both optional and mandatory add-ons to a product?

Yes, the plugin allows you to add both optional and mandatory add-ons to a main 
product. Mandatory add-ons will always sync with the main product’s quantity.

### Does this plugin support WooCommerce Cart Blocks?

Yes. Force-sell products are compatible with WooCommerce Cart and Checkout Blocks.
Mandatory add-ons stay synced with the main product quantity in block-based cart
pages.

### Is this plugin developer-friendly?

Yes, the plugin is highly developer-friendly, providing hooks and filters to extend
its functionality. Below is a list of some basic filters available for customization:

 * `jkmfs_products_display_hook_name`: Customize the hook name for displaying force
   sell products.
 * `jkmfs_products_display_hook_priority`: Customize the priority of the display
   hook.
 * `jkmfs_products_display_type`: Control the display type (e.g., list, grid) for
   force sell products.
 * `jkmfs_show_products_images`: Enable or disable the display of product images
   for force sell products.
 * `jkmfs_show_products_prices`: Enable or disable the display of product prices
   for force sell products.
 * `jkmfs_force_sell_add_to_cart_product`: Customize parameters for adding a force
   sell product to the cart.
 * `jkmfs_force_sell_disallow_no_stock`: Control whether out-of-stock products are
   disallowed for force sell.
 * `jkmfs_force_sell_update_quantity`: Customize the quantity of force sell products
   in the cart.
 * `jkmfs_modify_custom_message`: Modify the custom message on product page.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Force Sells and Smart Bundles for WooCommerce” is open source software. The following
people have contributed to this plugin.

Contributors

 *   [ Mohammed Jamsheed KM ](https://profiles.wordpress.org/jamsheedkm/)

[Translate “Force Sells and Smart Bundles for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/jkm-force-sells)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/jkm-force-sells/), 
check out the [SVN repository](https://plugins.svn.wordpress.org/jkm-force-sells/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/jkm-force-sells/)
by [RSS](https://plugins.trac.wordpress.org/log/jkm-force-sells/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.2.0

 * Added: Support for WooCommerce Cart and Checkout Blocks.
 * Added: WordPress Playground live preview configuration.
 * Added: Compatibility with WooCommerce 10.8.
 * Added: Compatibility with WordPress 7.0.

#### 1.1.1

 * Added: New feature to add a custom message on the product page.
 * Added: Compatibility with WooCommerce 9.7.

#### 1.1.0

 * Added: New feature to display product price of force-selling products.
 * Added: Compatibility with WooCommerce 9.4.
 * Added: Compatibility with WordPress 6.7.

#### 1.0.0

 * Initial release
 * Force-sell functionality to automatically add products to the cart.
 * Display customization options for force-sell products.
 * Developer hooks for extended customization and integration.

## Meta

 *  Version **1.2.0**
 *  Last updated **7 రోజులు ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 5.6 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/jkm-force-sells/)
 * Tags
 * [force sells](https://te.wordpress.org/plugins/tags/force-sells/)[product add-ons](https://te.wordpress.org/plugins/tags/product-add-ons/)
 *  [Advanced View](https://te.wordpress.org/plugins/jkm-force-sells/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/jkm-force-sells/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/jkm-force-sells/reviews/)

## Contributors

 *   [ Mohammed Jamsheed KM ](https://profiles.wordpress.org/jamsheedkm/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/jkm-force-sells/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://github.com/kmjamsheed0/)