WP Manifestindependent plugin directory
manifest / ecommerce / choozy

Choozy

Easily enhance your WooCommerce cart experience with Selective Checkout for WooCommerce. This plugin allows customers to selectively choose which items in their cart they want to purchase using a simple checkbox interface. Only the checked items will proceed to checkout, while the rest remain in the cart for future purchases.

by Aminur Islam · github.com/aminurislamarnob/choozy · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/aminurislamarnob/choozy/archive/refs/heads/develop.zip

Readme

🚧 For Development Environment

Run the following command for development environment.

composer install

To update dependency versions according to composer.json (Modifies your composer.lock)

composer update

🚀 For Production Environment

Run the following command for production environment to ignore the dev dependencies.

composer install --optimize-autoloader --no-dev -q

📦 For Build Release

Set execution permission to the script file by chmod +x bin/build.sh command. Now, Run the following bash script.

bin/build.sh

Read the full README on GitHub →