Explore some delicious minty black tea blends here!
After clicking on the "Add to Cart" buttons for various quantities, a confirmation message pops up indicating that the product has been successfully added to the cart.
An issue arises when attempting to click on the blue "View Cart" button within the message using Android Chrome on a Samsung Galaxy S5. Strangely, this problem does not occur when using Windows 8 Chrome.
Upon inspecting the HTML source code on both devices, it becomes apparent that the link for viewing the cart is present in the Windows version:
<div class="woocommerce-message"><a href="https://blendbee.com/cart/" class="button wc-forward">View Cart</a> "Minty Black" was successfully added to your cart.</div>
However, the same link is mysteriously absent from the HTML source on Android, even though the button is still visible in the browser.
This unforeseen discrepancy leaves me puzzled...any thoughts on how to resolve this?