Notice: Function WP_Scripts::localize was called incorrectly. The $l10n parameter must be an array. To pass arbitrary data to scripts, use the wp_add_inline_script() function instead. Please see Debugging in WordPress for more information. (This message was added in version 5.7.0.) in /home/d689c45/public_html/wp-includes/functions.php on line 6031
How to create a woocommerce discount on the first order or the nth order? - Conditional Discounts for WooCommerce

A discount on the first order is the most effective way to convert a first time visitor into a paying customer. That conversion is the first and hardest step into building a good customer relationship. The next step is to turn that first time customer into a recurrent and loyal one. One of the ways to make that happen is to create different levels of discounts depending on the customer loyalty: the more he orders, the bigger discounts he will get.

 

In today’s article, you will learn how to create a discount on the first order and a discount on the n-th order in few clicks using Conditional Discounts for WooCommerce.

How to create a discount on the customer’s first order in WooCommerce?

  1. Click on Discounts > New Discount menu to access the new discount page.
  2. Set up the basic discount properties such as the start and end date, periodicity and user limit or leave them empty to enable the discount all the time.
  3. Then click on the Add rules group button to create a new rules set.
  4. Select “If previous orders count” as condition.

    woocommerce discount on first order
  5. Set the operator to “equals”
  6. Then set the rule value to 0 to get the result below:

    woocommerce discount on nth order
  7. Save the discount.

That’s it.

How to create a discount on the customer’s n-th order in WooCommerce?

Nothing can be easier. Just follow the previous steps but set “Equals” as operator and ‘0’ as value, you can set the discount rule that matches your needs.

 

This completes our tutorial on the creation of discounts on first orders and discounts on n-th orders using Conditional Discounts for WooCommerce. If you have any questions, use the comments section to ask.

 

2 comments

  1. Himanshu

    Selected “If Previous order products ” not show second time purchase product discount.

    February 14, 2021 at 4:58 am
    Reply
    • Hermann

      Hello,
      Can you start a live chat and provide a screenshot of the discount you setup?

      February 14, 2021 at 6:38 pm
      Reply

Leave a comment

Your email address will not be published. Required fields are marked *