Dear s2member community and support,
I recently configured the Stripe payment gateway for s2member, and was able to successfully run a test purchase in Developer mode using Stripe Pro Form. However, when I apply a coupon code, after the page reloads (when hitting the Apply button, which is normal), the “Billing” section that shows the Stripe iframe with credit card info does not display (or seem to load). The coupon for s2member works, and the prices changes as expected, but the Stripe billing section of the form does not load when the coupon is applied.
Is anyone else having this issue? What do you recommend the solution is?
Here’s my Stripe Pro Form shortcode:
[s2Member-Pro-Stripe-Form level=“1” ccaps=“mycustom_ccaps” desc=“Sample Product Description” cc=“USD” custom=“mywebsitedomain.com” ta=“0” tp=“0” tt=“D” ra=“100” rp=“1” rt=“L” rr=“0” rrt="" coupon="" accept_coupons=“1” default_country_code="" captcha=“0” success="/thank-you/?item_number=%%item_number%%®ular=%%regular%%" /]
Any help is appreciated!
On another note, are there any plans on integrating s2member with Stripe using the API in the s2member backend and NOT using an iframe? The iframe integration with Stripe is not an elegant solution, and restricts form style and logic customizations that I would like to implement.