Woo Automatic Discount Coupon Scheduler

Woo Automatic Discount Coupon Scheduler - WooCommerce WordPress Plugin
The Woo Automatic Discount Coupon Scheduler plugin for your WooCommerce site allows you to automatically create coupons for your registered customers based on their spending and send them via email. This way, you can easily increase customer loyalty and sales. Reward Your Customers and Boost Sales with Woo Automatic Discount Coupon Scheduler.

  • Easy Setup and Use: The plugin is very easy to set up and use. With just a few clicks, you can activate the plugin and define the rules for coupon creation.
  • Flexible Coupon Creation: You can define different discount rates or fixed amounts for the total spending amounts of your customers in specific time periods (weekly or monthly).
  • Multiple Spending Limits: You can define 3 different spending limits and calculate the discount based on the spending amount that meets the highest amount condition.
  • Automatic Email Sending: The generated coupons are automatically sent to your customers via email.

Benefits of the Plugin:

  • Increases Customer Loyalty: Rewarding your customers for their spending encourages them to shop again and increases customer loyalty.
  • Increases Sales: Attractive discount coupons encourage your customers to shop more, increasing your sales.
  • Saves Time: The plugin automates the coupon creation and sending process, saving you time.

How to generate automatic discount coupons?

How to create automatic discount coupons using a WordPress plugin?
1
It's easy to reward your customers and increase your sales with the Woo Automatic Discount Coupon Scheduler plugin. Install the plugin on your WooCommerce store now and start using it!
1

Recurring Coupon Generation Settings

  • Automatic Coupon Generation: If the total payment is equal to or greater than the specified amount, the discount coupon will be applied. Leave blank to disable. Store owners can define multiple spending conditions to trigger automatic generation of discount coupons. This flexibility allows them to incentivize customers based on their spending behavior.
    • — Enabled / Disabled: Automatically generate coupons for registered customers is turned on / off.

  • Calculation time period: By setting the calculation time period to weekly or monthly, store owners can ensure that discounts are regularly offered, enticing customers to make purchases within these time frames.
    • — Weekly: Coupons are calculated and generated on a weekly basis, from Monday 00:00:00 to Sunday 23:59:59.
    • — Monthly: Coupons are calculated and generated on a monthly basis.

  • Next calculate date: The next scheduled date and time for coupon calculation is displayed here.
    • — Next check: The date and time to check that the next scheduled date has been reached is displayed here.

  • Spending Condition:
    • — If the total payment is equal to or greater than the specified amount, the discount coupon will be applied. Leave blank to disable.

  • Discount Coupon:
    • — Percentage: The discount for condition will be in percentage.
    • — Fixed Amount: The discount for condition will be a fixed amount.

Automatic Recurring Coupon Generation Settings

Example of Use:

The plugin allows store owners to define up to three spending conditions, each offering different discount levels. This provides a versatile way to reward customers based on their purchase amounts. Let's say you want to create coupons for your customers' spending on a weekly basis. You can use the plugin to define a rule as follows:

  • Calculation Period:Weekly, Monday 00:00:00 - Sunday 23:59:59
  • Spending Condition 1:100 USD and above
  • Discount Coupon 1:5% discount
  • Spending Condition 2:300 USD and above
  • Discount Coupon 2:10% discount
  • Spending Condition 3:500 USD and above
  • Discount Coupon 3:50 USD fixed discount

According to this rule, customers who spend 100 USD and above in a week will receive a 5% discount coupon, those who spend 300 USD and above will receive a 10% discount coupon, and those who spend 500 USD and above will receive a 50 USD fixed discount coupon. These coupons will be automatically generated and sent to customers via email.

Discount coupons are valid until the next calculation date. Example of recurring produced coupon notification email:

recurring produced discount coupon notification email

For more information, you can request to try the demo presentation of the plugin.

Share:

How to create variable product in WooCommerce

For a simple product, the pricing is straightforward and typically involves a single price. Customers are chargedthe same amount regardless of any specific variations or options.

WooCommerce'de Varyasyonlu Ürün Nasıl Oluşturulur
Pricing of a Product with Variations

When it comes to a product with variations, the pricing model becomes more complex. This typically involves offering thesame base product with different options, such as size, color, or features.

Let's consider a simple example of pricing for variants of a product, such as T-shirts:

  • Variant Type: Color

    • Red
    • White

For this example, we can use the tiered pricing approach:

  • Red color T-shirt: $10
  • White color T-shirt: $12

WooCommerce provides a built-in way to add these options to a product page. This system consists of two basic features: 'attributes' and 'variations'.
Attributes in WooCommerce refer to the characteristics of a product that can be used for creating variations.
Variations are the specific combinations of attributes that create different versions of a product.

For this example:
Attribute: Color
Variations: Red, White

A second feature can be added to this product, for example:
Attribute: Size
Variations: Small, Medium, Large

To use variations in WooCommerce, you first need to set attributes.

How to setup variations and create variable product in WooCommerce?

Set up attributes for WooCommerce products

  • In the WordPress dashboard, go to "Products" > "Attributes".
    Type the new "Attribute" name (Example: Color). Click the "Add attribute" button.
    Add WooCommerce product attribute
  • Once you hit the Add attribute button, your new attribute will appear in the menu to the right.
    From there, click on the link that reads "Configure terms" next to the Attribute you’ve just created.
    Configure WooCommerce attribute terms
  • Enter the name of the value that the "Attribute" can take (Example: Red).
    Add all possible values one by one (Example, other colors: White...)
    New WooCommerce Attribute value
  • In this example we created a "Color" for the "Attribute". There are two options for "Color": "Red" and "White".WooCommerce Attribute names and values

Create a variable WooCommerce product

Assign attributes to the product:

  • Go to "Products" > "Add New". Enter data such as the name, category, etc. Scroll down to the "Product data" section.
    Change the "Simple product" drop-down menu value to "Variable product".
    Determine a unique stock code for this variable product and enter it in the "SKU" field.
    Create WooCommerce variable product
  • Click on the "Attributes" tab and select the ones you will use for the product.
    You will see the names previously assigned for "Attributes".
    Assign attributes to the product
  • Select the values that "Attributes" can take.
    Add all at once with "Select All", or manually select one by one.
    Assign attribute values to the product
  • Make sure that "Visible on the product page" and "Used for variations" are checked.
    Click the "Save attributes" button.
    Add and Save product attributes

Add variations to the product

  • Switch to the "Variations" tab.
    "Generate variations" button adds all possible combinations of the added attributes.
    Or add a new variation manually.
    Confirm this notification and continue: Do you want to generate all variations? This will create a new variation for each and every possible combination of variation attributes (max 50 per run).
    Generate Woocommerce variations
  • Show collapsed product editing areas.
    Use the "Expand / Close" and "Edit" buttons.
    Show Woocommerce variable product
  • Under each variant, be sure to enter the price and SKU number settings for that variant.
    When you have finished making all changes, click the "Save changes" button.
    Edit Woocommerce variable product
  • Click the "Publish" button.
    Publish the product and see it in the store.
    Sample WooCommerce variable product
Share:
Subscribe to: Posts (Atom)