Home › Forums › Stripe Payments Plugin › Buy Now button unresponsive › Reply To: Buy Now button unresponsive
June 15, 2019 at 8:17 am
#2161
alexanderfoxc
Participant
Hi Jeff.
It looks like you theme is preventing frontend JavaScript from working properly. If you go to individual product page (/asp-products/how-to-make-a-brand-story-video-that-isnt-boring-online-course/), you’ll see that the button is working just fine.
Try to add compat_mode=”1″ option to your product shortcode. E.g.
[asp_product id="123" compat_mode="1"]
and see if it helps.