• Resolved design407

    (@design407)


    An incorrect display with an error message in the shopping cart, see the link / image. The green message is displayed correctly, but the red error message is not displayed correctly. Where can I change this?

    (The red message is for an invalid coupon. But the isn’t displayed correctly.)

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter design407

    (@design407)

    Anyone who can help me?

    Plugin Support mouli a11n

    (@mouli)

    Hi there!
    I see the problem in your screenshot and it is likely that it can be fixed with a bit of CSS added to your site.
    To figure it out though, access to the live page will be needed.
    Can you please describe for us the steps needed to reproduce it on your site, including the URL of a product to add to the cart for testing.

    We look forward to hearing back from you.

    Thread Starter design407

    (@design407)

    Hi,

    Thank you for your response.
    If you add the product(link) to the shopping cart, and then enter the wrong discount code and apply discount code, you will see the error message which is displayed incorrectly.

    If you do not enter a discount code and click on apply discount code, you will also get the error message displayed incorrectly

    URL of pruduct to add to the cart for testing

    Example wrong discount code: 444444

    Plugin Support mouli a11n

    (@mouli)

    Hi,
    Thanks for the details.
    I managed to reproduce the issue and can offer the following CSS to correct it.

    Please add the following to Customizer ? Additional CSS.
    Add it to the bottom of any items already there:

    ul.woocommerce-error li {
    padding-left: 5% !important;
    }

    I hope that helps you to figure it out.
    Feel free to get back to us if you have further questions.

    Thread Starter design407

    (@design407)

    Hi,

    Thank you, it works perfectly

    Plugin Support mouli a11n

    (@mouli)

    Great news!
    Thanks for getting back to us.

    I will close this ticket as solved for now, but if you ever need further assistance, feel free to get back to us.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘An incorrect display with an error message in the shopping cart’ is closed to new replies.