Home Forums Basel support forum Cart Login field on checkout

Cart Login field on checkout

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #35007

    Giulio
    Participant

    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.
    #35020

    Artem Temos
    Keymaster

    Hi,

    How can we see this notice on your website?

    Regards

    #35023

    Giulio
    Participant

    Here is the web site. Please try to add something to cart (29 euro max).

    #35024

    Artem Temos
    Keymaster

    Still, don’t see the message even if add something to cart.

    #35025

    Giulio
    Participant

    Oh damn, right. The cart notice appear only before 3 pm 😂

    #35027

    Artem Temos
    Keymaster

    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";
    }
    #35029

    Giulio
    Participant

    It works perfectly, many thanks. Another question please, can I change the icon that appear there?

    #35035

    Artem Temos
    Keymaster

    Which icon do you want to display there?

    #35037

    Giulio
    Participant

    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.

    #35039

    Artem Temos
    Keymaster

    Yes, it will be applied for all kind of notices.

    #35040

    Giulio
    Participant

    Thank you!

    #35050

    Artem Temos
    Keymaster

    Contact us if you have any additional questions or concerns.

Viewing 12 posts - 1 through 12 (of 12 total)