woocommerce / woocommerce-gateway-stripe

The official Stripe Payment Gateway for WooCommerce
https://wordpress.org/plugins/woocommerce-gateway-stripe/
236 stars 206 forks source link

[ECE] Support trial subscription #3623

Open Mayisha opened 3 days ago

Mayisha commented 3 days ago

We hide the ECE buttons when the product price or cart total is 0. So currently in the case of a subscription product with a free trial period, the buttons are hidden because the cart total is 0 in this scenario.

But we should allow purchasing a trial subscription with ECE buttons, save the payment token and charge the amount when trial period is over.

Acceptance criteria