• Hi everyone!

    First of all, thank you Chouby for your awesome plug-in. I have translated, pretty much all of my pages without any troubles, it probably is the first things go as smoothly with WP ??

    However I can’t translate the cart page, the checkout page and the product category page. I have used the Woocommerce Polylang Integration plug in but it doesn’t let me translate these pages. I can’t even translate the ” Add to Cart ” button on the product page.

    Any thoughts on how I could do it?

    Thank you,

    Nicolas

    https://www.ads-software.com/plugins/polylang/

Viewing 4 replies - 31 through 34 (of 34 total)
  • No idea, sorry. I haven’t updated my sites to 4.2 yet. You can try this new WooCommerce + Polylang integration plugin, instead of the one I posted here some days ago.

    https://www.ads-software.com/plugins/woo-poly-integration/

    Thread Starter bainiade

    (@bainiade)

    I just updated the language pack and and it worked! I still haven’t figure out how to translate the parts overriden by the theme without destroying the page design though.

    Thanks!

    remyblaettler

    (@remyblaettler)

    Has anyone gotten this successfully to work?

    We tried the Hyyan WooCommerce Polylang Integration, but this freezes the whole system when updating products and the Stock Synchronization seems not to work. Generally it slows down the whole system.

    Chouby, you wrote 7 months ago that you are working on a solution? Did you get some time to work on that?

    Cheers!

    1. Open file select.php (wp-content/plugins/woocommerce-products-filter/views/html_types)

    2. Search code

    <select class="woof_select woof_select_<?php echo $tax_slug ?>" name="<?php echo $tax_slug ?>">
        <option value="0"><?php echo WOOF_HELPER::wpml_translate($taxonomy_info) ?></option>

    3. Replace code:

    <select class="woof_select woof_select_<?php echo $tax_slug ?>" name="<?php echo $tax_slug ?>">
        <option value="0"><?php echo pll__('woof_select_'. $tax_slug .''); ?></option>

    4. Open functions.php themes, add line:
    pll_register_string('Materia?', 'woof_select_pa_material', 'Filtrowanie', $multiline);

    Done ??

Viewing 4 replies - 31 through 34 (of 34 total)
  • The topic ‘Translating WooCommerce " Cart ", " Checkout " and Category pages.’ is closed to new replies.