Hello,
@gekomees thank you for the helping hand and @titodevera can’t wait for the update!
The coupon works now for variable products but doesn’t apply anymore for simple products.
I changed this line:
$product_id = is_callable( array( $product, ‘get_id’ ) ) ? $product->get_id() : $product->id;
with the 2 lines mentioned above. Did I do something wrong? Could you help me with a fix?
Thank you in advance! ??