Is there any simple way or any plugin around that allows to create a coupon code for the following kind of offer: "get product X for free on orders over $100"?
“Get product X for free on orders over $100” coupon code in WooCommerce
2.9k views Asked by drake035 At
1
There are 1 answers
Related Questions in PHP
- How to add the dynamic new rows from my registration form in my database?
- Issue in payment form gateway
- How to create a facet for WP gridbuilder that displays both parent and child custom fields?
- Function in anonymous Laravel Blade component
- How to change woocomerce or full wordpress currency with value from USD to AUD
- General questions about creating a custom theme Moodle CMS
- How to add logging to an abstract class in php
- error 500 on IIS FastCGI but no clue despite multiple error loggings activated
- Composer installation fails and reverts ./composer.json and ./composer.lock to original content
- How to isolate PHP apps from each other on a local machine(Windows or Linux)?
- Laravel: Using belongsToMany relationship with MongoDB
- window.location.href redirects but is causing problems on the webpage
- Key provided is shorter than 256 bits, only 64 bits provided
- Laravel's whereBetween method not working with two timestamps
- Implementing UUID as primary key in Laravel intermediate table
Related Questions in WORDPRESS
- How to add the dynamic new rows from my registration form in my database?
- Wordpress Site - pages have low text-HTML ratio
- wordpress delete unwanted location
- How to create a facet for WP gridbuilder that displays both parent and child custom fields?
- How to change woocomerce or full wordpress currency with value from USD to AUD
- error 500 on IIS FastCGI but no clue despite multiple error loggings activated
- Caching private wordpress rest endpoints
- How do i get my close button to work on a popup?
- SQL query to get student enrolled in this month in a course - Moodle
- What wordpress plugin prevent sharing of contact information amongst users?
- Password protected or private URL one-time viewable video access
- Download button not working in wordpress website. How can solve it?
- WP toolkit problem after deleting wordpress site manually
- TypeError: Failed to execute 'arrayBuffer' on 'Blob': Illegal invocation - Insert blob into database
- New Order Email Details Missing // Woocommerce / Woocommerce Bookings
Related Questions in WOOCOMMERCE
- How to change woocomerce or full wordpress currency with value from USD to AUD
- SQL query to get student enrolled in this month in a course - Moodle
- New Order Email Details Missing // Woocommerce / Woocommerce Bookings
- Auto Tagging WooCommerce Products according to the Price
- Put an image behind the title in a WP, WooCommerce "shop" page
- How to get course_id of a woocommerce product page?
- Display Shipping Costs as Amount Saved When Free Shipping Applies in Woocommerce Cart and Checkout
- Remove html tags from cart item name in WooCommerce cart and checkout
- Execute some code only once for bank wire confirmed payment in WooCommerce
- How change product price in cart on woocommerce?
- How hide a specific shipping method for all user groups except one in woocommerce
- Woocommerce: add an extra option for the backend (like extra SKU or so)
- Not receiving emails after delay in WooCommerce checkout
- Remove Product SKU from order details in WooCommerce email notifications
- How to Add New Fields in Dokan Product Form to Specify New and Used product, and Can Filter the Products by Used and New One
Related Questions in COUPON
- Unable to create a Specific coupon code in magento using REST API
- How to get more information from the coupon code list WooCommerce?
- How to add order item name column in woocommerce Analytics ->Coupons
- Apply a variable discount woocommerce
- How can I create woocommerce coupon with an expiration date using the rest api?
- Allow displaying a custom coupon type in WooCommerce admin coupons list
- Faulty error response from WooCommerce Rest API Coupon Delete
- Displaying Coupon Code Messages in a Popup
- woocommerce_coupon_get_discount_amount returned value applied once per item, not once per cart
- Auto apply coupons based on Woocommerce cart subtotal thresholds
- Coupon is never created on WooCommerce payment_complete hook
- How to make CouponParams dynamic
- Item coupon dimension not visible in Looker Studio
- WooCommerce: Managing bottles with deposit return with tax inclusive prices
- woocommerce coupons restrict one coupon per product
Related Questions in DISCOUNTS
- Rounding issue in Woocommerce prices calculations
- Module to import discounts/coupons to prestashop
- Intergration of Paypal
- discount calculation not working in Products and cart page
- Prestashop 1.6.1.4 not stacking discounts and showing wrong price
- BigCommerce Customer Groups API - How to tell if category type discount applies to subcategories?
- “Get product X for free on orders over $100” coupon code in WooCommerce
- Kentico - Adding multiple discounts
- Opencart Product - Discount display
- Temporarily disable quantity discounts in OpenCart
- EXCEL: Make a formula to discount pricing.
- Magento percentage discount coupon codes not working after moving servers
- Paypal Discount - How does it work?
- How to give discounts to certain people or business people in iOS
- e-commerce: Algorithm for calculating discounts
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Yes this is possible with an additional plugin: The commercial version of WooCommerce Extended Coupon Features.
The free version of this plugin has already Auto coupons functionality, which allow coupons to be automatically added to the users cart if it's restrictions are met. Also above
With the inexpensive commercial version of this plugin you have the missing functionality you need: Adding free products to the customer's cart based the on coupon rules.
So with that 3 functionalities, the conditions are met to auto add a coupon code for "get product X for free on orders over $100".
Additional tricks about woocommerce coupons
1) WooThemes snippet: Create a coupon programmatically
2) Auto apply Discount Coupon to Customer’s Purchase: