I have pre-built packages, which users can add to their Stripe carts on the first page of my form. Unfortunately, since there is a lot of overlap in the Stripe products being added between the packages, many of the buttons show up as selected at once when the user selects any package.
Hi Adam, thanks for waiting. Button styling with Stripe functionalities kind of sync with the cart/product status. The newer approach of moving the add to cart functions to the Proceed button works clearer in terms of flow and logic. This should also reduce the stress on loading times as actions are not duplicated on all buttons.
Yeah, I had to move everything to the proceed button, and I was unaware I was going to receive the added benefit of much faster loading times. It’s all working much better now.