Home Forums WoodMart support forum Problems with a Woocommerce Messages in Cart/Checkout

Problems with a Woocommerce Messages in Cart/Checkout

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #72700

    dogvibe
    Participant

    Hi friends!

    I have the Yith Points and Rewards plugin installed and I can not get the customer to apply the points in checkout. The plugin releases a message to apply the discount on the message bar that appears from the bottom up and an “Apply” link appears, but it does not work at all. Can you help me?
    Thank You so much!!

    #72710

    Artem Temos
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    div#yith-par-message-reward-cart.hidden-notice {
        animation: none;
        -webkit-animation: none;
        transform: none;
        -webkit-transform: none;
    }
    #72763

    dogvibe
    Participant

    Hello!!

    It worked! But can I only have one message per page? From what I saw, when two messages need to appear, one is covered by the other.

    Great support!

    #72766

    Artem Temos
    Keymaster

    Try to add this code also

    div#yith-par-message-reward-cart, #yith-par-message-cart {
        position: relative;
        transform: none;
        animation: none;
        -webkit-transform: none;
        -webkit-animation: none;
    margin-bottom: 30px;
    }
    div#yith-par-message-reward-cart:after, #yith-par-message-cart:after {
    display:none;
    }
    #72775

    dogvibe
    Participant

    Hey!!! It worked!!

    I discovered that in the first code just click on the top that appears the second message. In this case, I now have two options to choose from. I’m so glad it worked!

    Thank you so much!

    #72776

    Artem Temos
    Keymaster

    Great, you are welcome.

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

The topic ‘Problems with a Woocommerce Messages in Cart/Checkout’ is closed to new replies.