[ad_1]
i noticed the following code that hides the order review section on mobile
.woocommerce-checkout .woocommerce #order_review, .woocommerce-checkout .woocommerce #order_review_heading {
display: none;
}
Do you know from where this code can come?
this code is coming from astra-addon-css-inline-css
Strange that my CSS doesn’t contain such code and even with empty CSS it doesn’t appear.
It was a issue with Cartflows. After disabling it all is ok. Thanks!
