WP Manifestindependent plugin directory
manifest / ecommerce / wc-price-add-cart-limit

WooCommerce Price Add Cart Limit

Adds a suggested-price input for products with a minimum threshold and locks attempts below minimum for 1 minute.

by Max Base · github.com/basemax/wc-price-add-cart-limit

0stars
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/basemax/wc-price-add-cart-limit/archive/refs/heads/main.zip

From the readme

WooCommerce Price Add Cart Limit A WooCommerce extension plugin that lets customers suggest their own prices for products, within certain restrictions. If a customer enters a price below the minimum allowed, their ability to purchase that product is locked for a limited time. Features - Add a suggested price input on product pages. - Set a minimum suggested price per product. - Lock users from re-attempting purchase with a low price for 1 minute. - Expire custom prices after a certain time (default 60 seconds). - Automatically restore original price after custom price expires. - Timer countdown displayed for custom price expiration. - Admin settings for each product to enable/disable suggested price feature. Installation 1. Download the plugin files. 2. Upload the folder to your WordPress /wp-content/plugins/ directory. 3. Activate the plugin through the WordPress 'Plugins' dashboard. Alternatively, you can upload the .zip file in the WordPress admin panel. Usage Enable Suggested Price for a Product 1. Edit any WooCommerce product. 2. Under Product data General, you will see two new fields: - Enable Suggested Price: Allow customers to suggest their own price. - Mini

Read the full README on GitHub →