• Resolved laprimeranet

    (@laprimeranet)


    Hi.

    I need to know how I can translate the two strings that are highlighted in the following screenshot into Spanish:

    https://ibb.co/RPWGGqB

    I also see that in firefox, the tools to manipulate the quantities appear twice and I would like to know how to make appear only that mount the plugin.

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

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

    (@xootix)

    Hello @laprimeranet

    Please use this CSS for firefox fix.

    input[type=number]::-webkit-outer-spin-button,
    input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    
    input[type=number] {
        -moz-appearance:textfield;
    }

    For translation
    https://docs.xootix.com/side-cart-for-woocommerce/#translation

    Moderator – For how long this message will appear?
    “This post has been held for moderation by our automated system and will be manually reviewed by a moderator.”
    Its been months now. I appreciate your hard work for the community, however the moderator approval sometimes take more than 6 hours. Please look into this.

    • This reply was modified 4 years, 9 months ago by xootix.
    • This reply was modified 4 years, 9 months ago by xootix.
    Thread Starter laprimeranet

    (@laprimeranet)

    GREAT! Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Premium Versión translation’ is closed to new replies.