• Resolved superchan

    (@superchan)


    As you can see on https://test.superchan.de/kasse/ the legal checkboxes to accept terms&conditions etc. are not displayed but everything is translated and was working before. Now the checkboxes are only displayed in the engl. version of the site as you can see here: https://test.superchan.de/en/checkout/

    I saw it working before and checked the translation strings from polylang etc. and everything is in place. But it seems that the code is completely missing in the german page but is present in the engl. version of the website. This is strange as any other translations with polylang are working good!

    Did anyone face the same problem and found a solution for this?
    Many thanks in advance

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Dennis

    (@vdwoocommercesupport)

    Hi there,

    hm, this seems a little strange to me. Do you use some kind of caching plugin which serves a cached version of the checkout? You may need to check whether the function woocommerce_gzd_template_render_checkout_checkboxes is being called correctly in:

    plugins/woocommerce-germanized/includes/wc-gzd-template-functions.php

    Actually I can’t identify any problem that could lead to such language problems.

    Cheers

    Thread Starter superchan

    (@superchan)

    Hi Dennis,
    thanks for the answer but i’m not to familiar with php functions… i found this code where you mentioned:

    if ( ! function_exists( ‘woocommerce_gzd_template_render_checkout_checkboxes’ ) ) {

    function woocommerce_gzd_template_render_checkout_checkboxes() {
    WC_GZD_Legal_Checkbox_Manager::instance()->render( ‘checkout’ );
    }

    So is the function called correctly?
    cheers

    Plugin Contributor Dennis

    (@vdwoocommercesupport)

    Hi there,

    yes, it is indeed. But you may try to insert some test outputs (within the function) there and see whether the content is being outputted on the checkout page (for the language where checkboxes are missing). If you want me to debug that further, you may need to contact me via email or inquiry at:
    https://vendidero.de/kontakt

    Cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Checkboxes were displayed in 2 languages, now german boxes/text are gone!’ is closed to new replies.