tiki-archive / integrations

A collection of example implementations
MIT License
1 stars 1 forks source link

Apply WooCommerce coupon based on active License consent #23

Closed ricardobrg closed 1 year ago

ricardobrg commented 1 year ago

The TIKI WooCommerce plugin will automatically apply the coupon associated with the offer to which the user has given their consent for the use of cookies.

Use add_action( 'woocommerce_before_cart', ...) to automatically apply the coupon.