You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to create a coupon in WooCommerce with the discount type set to "Recurring Product % Discount" and enabling the "Show coupon on Google" option, an error message appears: [couponValueType] This value should not be blank. This error prevents the coupon from being displayed on Google. In contrast, using the standard "Percentage Discount" type allows the coupon to sync with Google without issues.
Issue occurs: when we set Recurring Product % Discount.
Works fine with Percentage Discount
Steps to reproduce:
Navigate to the WooCommerce dashboard.
Go to Marketing > Coupons.
Click on Add Coupon.
In the Discount type dropdown, select Recurring Product % Discount.
Set the Coupon amount.
Enable the Show coupon on Google option.
Click Publish to save the coupon.
Observe the error: [couponValueType] This value should not be blank.
Expected behavior:
The coupon should be synced with Google successfully, allowing it to be applied to subscription products with a recurring percentage discount and working on Google as intended.
Actual behavior:
Upon clicking Publish, an error message is displayed: [couponValueType] This value should not be blank, preventing the sync with Google.
Additional details:
It is reproducible across various environments, regardless of WooCommerce, WordPress, and WooCommerce Subscriptions plugin versions.
The Recurring Product % Discount may not align with Google's discount schema, which may only expect standard types like "Percentage" or "Fixed Discount," indicating a possible oversight in the plugin's handling of this discount type.
Ref: 9056434-zd-a8c
The text was updated successfully, but these errors were encountered:
Describe the bug:
When attempting to create a coupon in WooCommerce with the discount type set to "Recurring Product % Discount" and enabling the "Show coupon on Google" option, an error message appears:
[couponValueType] This value should not be blank
. This error prevents the coupon from being displayed on Google. In contrast, using the standard "Percentage Discount" type allows the coupon to sync with Google without issues.Issue occurs: when we set Recurring Product % Discount.
Works fine with Percentage Discount
Steps to reproduce:
Expected behavior:
The coupon should be synced with Google successfully, allowing it to be applied to subscription products with a recurring percentage discount and working on Google as intended.
Actual behavior:
Upon clicking Publish, an error message is displayed: [couponValueType] This value should not be blank, preventing the sync with Google.
Additional details:
The text was updated successfully, but these errors were encountered: