• Resolved vanvlietwebdesign

    (@vanvlietwebdesign)


    Guys/Girls,
    On the product category, the item with Wooprice calculator shows a button that says ” choose an option” (In english) while all the other products show a button with ” Opties selecteren” (In dutch).
    Any idea what could be the problem, looks like Wooprice calc is causing the problem. It is no big problem, but still it doesn’t look nice.

    Thanks in advance,
    Stefan van vliet

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

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

    (@sefin)

    You can translate it following this documentation. In particular the key ecommerce.shop.choose_an_option is what you need to use.

    Thread Starter vanvlietwebdesign

    (@vanvlietwebdesign)

    Thanks,
    i did found the documentation, but do not really understand how to use it from this documentation.
    How do i change that text, what are the steps to take?
    Thanks,
    Stefan

    Plugin Author Altos

    (@sefin)

    STEP 1:
    Create the folder “translations” if doesn’t exist, like this:
    /wp-content/uploads/woo-price-calculator/translations

    STEP 2:
    Create your translation file, if doesn’t exist (e.g: “nl_NL.php”, “fr_FR.php”, “it_IT.php”)

    STEP 3:
    Open your file and insert the following code

    <?php
    return array(
     'ecommerce.shop.choose_an_option' => 'here your translation',
    );

    If there is code inside you just need to add inside the array this code:

    'ecommerce.shop.choose_an_option' => 'here your translation',

    STEP 4
    Save your file and that’s all.

    Let us know if this solved your problem.

    Thread Starter vanvlietwebdesign

    (@vanvlietwebdesign)

    Guys/Girls,
    it DID solve the problem. Can’t tell you enough how happy i am with you guys.
    This plugin really boosts my sales.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Translation in dutch not correct on te item with WOOpricecalcultaor’ is closed to new replies.