• Resolved Frykky

    (@frykky)


    Hi, i want to translate

    “Select Options”

    line 37 file sticky-add-to-cart-bar-for-wc/templates/cart.php

    how can i how can i do it?

    thanks

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

    (@addonsplus)

    Hello Frykky,

    You can directly put desired text in any language at line 37. And it will show it on the bar.

    $cart_text = ‘<New Text>’;

    Example 1: Spanish
    $cart_text = ‘Seleccione opciones’;

    Example 2: German
    $cart_text = ‘Optionen w?hlen’;

    Example 3: Japanese
    $cart_text = ‘オプションを選択’;

    I hope this will help you.

    If this fixes your issue, let us know. So we can mark this issue as resolved.

    Let us know if you need any help.

    Thank You
    Team AddOns Plus

    Thread Starter Frykky

    (@frykky)

    But I’ll lost my translation if there will be an update of plugin, no?

    • This reply was modified 2 years, 5 months ago by Frykky.
    Plugin Author addonsplus

    (@addonsplus)

    Yes, but currently this is the only way to add a translation.

    Plugin Author addonsplus

    (@addonsplus)

    Hello frykky,

    We are marking this issue as resolved and we hope the above solution helped you.

    If you need more support let us know, you can write in this support thread and re-open the issue if you need more help.

    Thank you for using our plugin.

    With Regards,
    Team AddOns Plus

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Translate “Select Options”’ is closed to new replies.