Contents
How do I use WooCommerce coupon code?
To create a coupon, simply click WooCommerce > Coupons from within the WordPress dashboard. Go ahead and create your first coupon by selecting Add Coupon. Start by creating the code for your coupon at the top — this is the code customers will apply at the checkout to get their discount.
Does WooCommerce come with coupons?
Coupons are a great way to attract new customers and get loyal ones to come back for more. WooCommerce includes simple yet powerful coupon functionality that fits most stores’ needs right out-of-the-box — which means you can start offering coupons with WooCommerce in just a few clicks.
What is the coupon code?
Coupon Code (promo code) In e-commerce and online shopping a coupon code, or promo code, is a computer-generated code, consisting of letters or numbers that consumers can enter into a promotional box on a site’s shopping cart (or checkout page) to obtain a discount on the current purchase.
What do you do with coupon code on WooCommerce?
The code is used by the customer to apply the coupon and associated discount. Must be unique as it’s used as an identifier. Your code – Enter any alphanumeric code you wish. Any code – Select the Generate Coupon Code button if you want WooCommerce to auto-create and enter a coupon code via algorithm.
How are fixed cart discounts work on WooCommerce?
Fixed cart discount – A fixed total discount for the entire cart. For example, if the cart contains three (3) t-shirts @ $20 each = $60, a coupon for $10 off gives a discount of $10. Fixed product discount – A fixed total discount for selected products only.
What are the email restrictions for WooCommerce 3.4 +?
Allowed Emails/Email restrictions – Email address or addresses that can use a coupon. Verified against customer’s billing email. WooCommerce 3.4+ also allows you to include a wildcard character (*) to match multiple email addresses, for example, `*@gmail.com` would make any gmail address.
How can I get the original coupon amount?
And how can I get the original coupon amount?. Since WooCommerce 3.7, you should now use the WC_Abstract method get_coupon_codes () on the WC_Order instance object to get the used coupons from an order, as get_used_coupons () method is deprecated. First you can’t access anymore WC objects properties since WooCommerce 3.