Hello,
Since upgrading Legenda and WooCommerce, I’m encountering a situation where the “Your Order” piece of the Checkout page is greyed out and disabled. The Shipping and Billing addresses part of the screen is enabled and working properly.
Here’s what’s disabling the order details and payment side:
<div class="blockUI blockOverlay" style="z-index: 1000; border: none; margin: 0px; padding: 0px; width: 100%; height: 100%; top: 0px; left: 0px; background-color: rgb(255, 255, 255); opacity: 0.6; cursor: default; position: absolute; background-position: initial initial; background-repeat: initial initial;"></div>
I saw a similar thread here where the problem was perhaps not exactly the same, but similar, and the solution was to increase the php memory_limit. This is definitely not the issue here.
Please advise.