Dear Sir,
Good day to you!
I’ve set up a WordPress Development product on my website where each pricing plan (Bronze, Silver, Gold) is displayed inside a pricing table. Each table has a “GET STARTED” button to add the selected plan to the cart.
When clicking the “GET STARTED” button, the page reloads before adding the product to the cart. I want to achieve this via AJAX, so the product is added without reloading the page.
After the product is added, a green horizontal notification bar appears at the top. I’d like to change its color from green to blue to match the website theme.
🔗 Here is a video showing the issue:
https://drive.google.com/file/d/1JrnGc3A_C8ewXfDFT8Trq61MgaRqg1Sw/view?usp=sharing
🔗 Here is the product page:
https://skysolmedia.com/product/wordpress-development/
Could you please guide me on:
How to make the “GET STARTED” (Add to Cart) button work with AJAX.
How to change the color of the success message bar to blue.
Thank you.