Comments on: Coupon Code Generator for WooCommerce https://booster.io/features/woocommerce-coupon-code-generator/ WordPress WooCommerce Plugin Sat, 09 Dec 2023 11:11:13 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: RokasJ https://booster.io/features/woocommerce-coupon-code-generator/#comment-64745 Sat, 07 Dec 2019 17:28:43 +0000 https://booster.io/?p=12484#comment-64745 In reply to Uwe.

Hi,

One of the use cases might be when you have or expect to have many coupon codes, this would help with managing the codes, more specifically, creating new codes to your specifications.

Best regards,
Rokas – Support Team

]]>
By: Uwe https://booster.io/features/woocommerce-coupon-code-generator/#comment-64694 Sat, 07 Dec 2019 10:51:23 +0000 https://booster.io/?p=12484#comment-64694 I see this and have no idea of the use cases for this. I think it may be what I’m looking for but can’t be sure.

Use cases and examples please.

]]>
By: RokasJ https://booster.io/features/woocommerce-coupon-code-generator/#comment-50721 Sat, 14 Sep 2019 17:11:48 +0000 https://booster.io/?p=12484#comment-50721 In reply to nuraled.

Hi,

Unfortunately you can only generate random or hash values yet but we have added your suggestion to our todo list.

Best regards,
Rokas – Support Team

]]>
By: nuraled https://booster.io/features/woocommerce-coupon-code-generator/#comment-50720 Sat, 14 Sep 2019 16:37:25 +0000 https://booster.io/?p=12484#comment-50720 Hi,

Is it possible to have generation of coupon code with certain sequence that we can determine ourself?

]]>
By: Alvina https://booster.io/features/woocommerce-coupon-code-generator/#comment-50525 Fri, 13 Sep 2019 06:29:17 +0000 https://booster.io/?p=12484#comment-50525 I am creating a custom coupon code for which I ma adding this code in functions.php but when I add coupon code it giving me message the coupon is not valid. Can you please tell me where I am doing wrong in code?

add_action( ‘woocommerce_before_cart’, ‘sh_coupons_matched’ );
function sh_coupons_matched() {
global $woocommerce;
$sh_coupon = ‘OnlineShop’;
if ( $woocommerce->cart->has_discount( $sh_coupon ) ) return;
foreach ( $woocommerce->cart->cart_contents as $key => $values ) {
$autocoupon = array( 65 );
if( in_array( $values[‘product_id’], $autocoupon ) ) {
$woocommerce->cart->add_discount( $cw_coupon );
wc_print_notices();
}
}
}

I have gone through this tutorial https://www.cloudways.com/blog/create-woocommerce-coupon-code/ to implement the whole process step by step.

]]>
By: RokasJ https://booster.io/features/woocommerce-coupon-code-generator/#comment-35689 Mon, 04 Mar 2019 13:30:28 +0000 https://booster.io/?p=12484#comment-35689 In reply to Amina.

Hi,

This tool is for coupons that you can create in Woocommerce > Settings > Coupons. This will simply generate a code when manually creating a new coupon.

Best regards,
Rokas – Support Team

]]>
By: Amina https://booster.io/features/woocommerce-coupon-code-generator/#comment-35684 Mon, 04 Mar 2019 11:55:40 +0000 https://booster.io/?p=12484#comment-35684 Hi I paid the booster plus but I don’t know how to use it to generate coupons. How it works? thanks
Simply Molds

]]>
By: Jacquelim https://booster.io/features/woocommerce-coupon-code-generator/#comment-31893 Thu, 13 Dec 2018 01:03:27 +0000 https://booster.io/?p=12484#comment-31893 When would discount amount be for different currency be working? Currently USD100 is equals to 100Euros when USD100 Coupon is generated, when used concurrently with prices and currency by country.

]]>
By: Booster Support Team https://booster.io/features/woocommerce-coupon-code-generator/#comment-17204 Thu, 07 Dec 2017 18:38:12 +0000 https://booster.io/?p=12484#comment-17204 In reply to Roland.

Hi,

Sorry for the delay. Please update Booster Plus to v3.2.3 – the module is now there.

Best regards,
Tom

]]>
By: Johannes https://booster.io/features/woocommerce-coupon-code-generator/#comment-17185 Wed, 06 Dec 2017 22:24:53 +0000 https://booster.io/?p=12484#comment-17185 In reply to Roland.

following

]]>