• Resolved Local

    (@fullctrl)


    Hi,

    I have a small issue and that is the face that the price ends up breaking, and is displayed on 2 lines. This is because there is a space on the thousand, but that is not added in Woocommerce. How can I display it wothout the thousand space, and price on one line?

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

    (@xootix)

    Hello @fullctrl

    Price comes from WooCommerce. Please check your WooCommerce settings.
    Also kindly share your website link so that I can check the issue.

    Thread Starter Local

    (@fullctrl)

    Hi,

    That is what I also belived and these settings are correct. I don’t have a thousand separator, as we normally don’t use that in our currency.

    Here is the link: https://ibenofficial.com/

    Plugin Author xootix

    (@xootix)

    Please add this CSS to fix 2 lines.

    .xoo-wsc-sm-right {
    flex-grow: 1;
    max-width: unset;
    }

    Regarding thousands separator, please check with woocommerce, it comes from there and I also see the same price format on your cart page, so all good from here.

    Thread Starter Local

    (@fullctrl)

    Hi, thank you – that did the trick! ??

    • This reply was modified 9 months ago by Local.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Price on 2 lines’ is closed to new replies.