Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1270233

    Hello Enfold Team,

    I have noticed a strange behavior between Woocommerce, the Germanized plugin and Enfold.
    In the product view the unit is displayed incorrectly. The unit is always placed at the beginning instead of the end.

    Actual: kg1,00 € incl. VAT 1,00 € /
    Desired display: 1,00 € incl. VAT 1,00 € / kg

    In the store view this looks like this
    Actual: kgProduct contains: 1
    Requested display: Product contains: 1 kg

    I have seen the post #1198816 with a similar behavior. However, the CSS code did not help in my case.

    In the wordpress / plugin settings I tried different settings. Unfortunately, the unit is always at the beginning.

    How can I solve this so that the unit is always at the end?
    I share the website in private mode. There you can see this directly.

    I am glad about your support.

    Many greetings
    Thomas

    #1270359

    Hi Thomas,

    Please try the following in Quick CSS under Enfold->General Styling:

    span.unit {
        float: none;
        margin-left: 0;
    }

    Best regards,
    Rikard

    #1270365

    Hello Rikard,

    thank you very much. Now it works as requested.

    Best regards,
    Thomas

    #1270377

    Hi Thomas,

    Glad Rikard could help!

    Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Woocommerce Unit – Germanized Plugin’ is closed to new replies.