Cart Login field on checkout
-
Hi there, I’d like to replicate the layout of cart notice also inside checkout page. How I can do it? Please take a look to screenshots. Many thanks!
Attachments:
You must be
logged in to view attached files.
Hi,
How can we see this notice on your website?
Regards
Here is the web site. Please try to add something to cart (29 euro max).
Still, don’t see the message even if add something to cart.
Oh damn, right. The cart notice appear only before 3 pm 😂
Try to use the following CSS code for that purpose
body.woocommerce-checkout .woocommerce-cart-notice {
border: 2px solid #E0B252;
border-radius: 0;
overflow: hidden;
margin: 0 0 20px 0;
padding: 14px 25px 14px 55px;
line-height: 1.4;
position: relative;
font-size: 14px;
color:#AF7D27;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body.woocommerce-checkout .woocommerce-cart-notice:before {
content: "\f071";
}
It works perfectly, many thanks. Another question please, can I change the icon that appear there?
Which icon do you want to display there?
I’d like to show another kind of icon, but I suppose that if I change that icon it will appear also in other kind of “error” messages on cart or checkout.
Yes, it will be applied for all kind of notices.
Contact us if you have any additional questions or concerns.