The checkout button on the cart popup get locked on the loading icon in the following circumstance
-
click checkout button, reach shipment/information page
-
go back to previous page (using browser control and not the on screen “return to cart” button)
-
the checkout button has the loading widget instead of the word “checkout”, button works fine as usual, but the loading widget doesnt go away
The data-loading attribute for the checkout button’s html gets stuck to true
On desktop, when the user clicks the browser back button from the shipment details page, the site returns to the homepage with the cart appearing empty, the loading widget works fine with the checkout text appearing
When any product is added, it appears along with the previously added cart item (which was hidden i assume)
On mobile, this doesnt seem to happen, but the loading widget issue appears