Problems with a Woocommerce Messages in Cart/Checkout
-
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!!
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;
}
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!
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;
}
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!
The topic ‘Problems with a Woocommerce Messages in Cart/Checkout’ is closed to new replies.