• Resolved Andreas

    (@stylingagenten)


    Hi!
    Can your plugin generate a cuopon the customer if they do a review for a product in Woocommerce?

    BR
    Andreas

Viewing 1 replies (of 1 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    The Woocommerce Reviews add-on does not provide this feature, although, it is a planned feature of the upcoming Review Notifications add-on.

    Site Reviews does provide a hook to trigger something after a review is submitted, so you could also use this hook.

    With that hook, you could do something like this:

    if ($review->isVerified()) {
        // send email with coupon here
    }
    
Viewing 1 replies (of 1 total)

The topic ‘Can your plugin generate a cuopon’ is closed to new replies.