• Resolved davidm84

    (@davidm84)


    Hello, I use the addon in our Woocommerce shop to provide customers with a personalization field, which works so far. The problem is you enter a text in the field and pay attention to the spelling of the words, i.e. upper and lower case. In the shopping cart, however, all words with the first letter in uppercase are displayed, even at the checkout.

    In the backend, however, everything is correct and with mit the order arrives correctly, but unfortunately it irritates the customers a lot.

    What can I do about this?

    Thanks very much!

    Mfg David

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author acowebs

    (@acowebs)

    It can be conflict with theme css, If you share the site url, we can check and suggest fix for this issue .

    Thread Starter davidm84

    (@davidm84)

    Hello and thank you for the feedback, here is the link simply enter your desired text in the field and it will be displayed incorrectly in the shopping cart.

    Plugin Author acowebs

    (@acowebs)

    Use this custom css code

    .woocommerce table.shop_table td .variation {
    text-transform: none;
    }

    Thread Starter davidm84

    (@davidm84)

    Works perfectly, thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Uppercase and lowercase text field in cart and checkout’ is closed to new replies.