• Resolved pablotomi95

    (@pablotomi95)


    hello support
    we already installed the free version of gtranslate on our woocomerce multisellers
    platform but we detected that the plugin have a lots of errors caused of numbers translation (10 to dix) and other numbers this errors make both of sellers and caustomers can not purshase or personalise calenders on other languages exept the english one… we already contacted the support on your website here and they checked the errors with us and confermed it then they told us (Please address the issue and your request to the plugin author here https://www.ads-software.com/support/plugin/gtranslate/ . He should look into it and answer your request.
    Inform me here once done.)
    so if you can disable numbers translation all problems will be solved.
    link link where 10 was translated to dix: https://shopfromdz.com/become-a-seller/
    best regards

    can you give the exact script to add notranslate class to price elements and calendar in your theme, so they are skipped from translation.

    im using martfury theme with dokan plugin

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi! Can you resolve the problem? i have the same problem

    Thread Starter pablotomi95

    (@pablotomi95)

    no i didnt resolved the problem yet and they didnt replied to me also

    Plugin Author edo888

    (@edo888)

    Hi,

    You will need to add notranslate class and it will solve the issue.

    For example your code for 10% looks like this:
    <div class="value">%10</div>

    You need to change it to this:

    <div class=”value notranslate”>%10</div>

    More info: How to skip translations?

    If you use our paid version it will most likely be OK out of the box and also we provide more convenient way to skip the translations without coding, our live chat support agents can do it for you as well: https://gtranslate.io/#pricing

    Thanks! ??

    Thread Starter pablotomi95

    (@pablotomi95)

    sorry this code is not working best regards

    Plugin Author edo888

    (@edo888)

    Hi,

    I have just checked your website, but I do not see that notranslate is added. When you make changes, open the page source code and check if your changes are in place.

    Thanks! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WooCommerce pricing issues’ is closed to new replies.