{ __(
'With WooCommerce Payments, you can sell subscriptions with no setup costs or monthly fees. Create subscription products, track recurring revenue, and manage subscribers directly from your store’s dashboard.',
'woocommerce'
) }
{ __( 'Learn more', 'woocommerce' ) }
{ __(
'You’re only steps away from selling subscriptions',
'woocommerce'
) }
1
{ experimentAssignment === Treatment.A
? __( 'Create a subscription', 'woocommerce' )
: __(
'Create and connect your account',
'woocommerce'
) }
{ experimentAssignment === Treatment.A
? __(
'Add a name, price and image to your subscription product and then publish it.',
'woocommerce'
)
: __(
'To ensure safe and secure transactions, a WordPress.com account is required.',
'woocommerce'
) }
2
{ experimentAssignment === Treatment.A
? __( 'Create and connect your account', 'woocommerce' )
: __(
'Provide a few business details',
'woocommerce'
) }
{ experimentAssignment === Treatment.A
? __(
'To ensure safe and secure transactions, a WordPress.com account is required.',
'woocommerce'
)
: __(
'Next we’ll ask you to verify your business and payment details to enable deposits.',
'woocommerce'
) }
3
{ experimentAssignment === Treatment.A
? __( 'Provide a few business details', 'woocommerce' )
: __( 'Create subscriptions', 'woocommerce' ) }
{ experimentAssignment === Treatment.A
? __(
'Finally, we’ll ask you to verify your business and payment details to enable deposits.',
'woocommerce'
)
: __(
'Finally, publish subscription products to offer on your store.',
'woocommerce'
) }