How can I create different payment plans for one product?

I would like to create two payment plans for one product on s2member pro.

I want customers to choose from two options:

  1. Pay monthly
  2. Make a one-time payment.

How can I do that?

I appreciate your support.
Many thanks

Hi,

You need to do some programming so that an HTML form and / or Javascript script loads a specific s2member payment shortcode for each selectable payment facility in your form.

Best regards. Brice.

1 Like

Hi Robert.

You can actually do that with just shortcodes, creating one for each of the options. See the documentation here: WP Admin > s2Member Pro > Stripe Forms > Wrapping Multiple Shortcodes as “Checkout Options”

I hope that helps. :slight_smile:

1 Like

I have that exact set up for my membership and wrapped the two options into one form.
Works like a charm.

I have another site where I have 4 options: monthly, per 3 months, per 6 months and annually.

The possibilities are yours to use.

1 Like