• Hi,
    I used:

    – PHP 8.0.x
    – WordPress 6.0.2
    – Elementor 3.7.4
    – Elementor Pro 3.7.5
    – WooCommerce 6.8.2
    – Polylang 3.2.6
    – Polylang Connect for Elementor 2.3.1

    I add Menu Cart Widget to Page. Label and Link (End Point) of “View Cart”, “Check Out” buttons only change by Default Polylang Language (in WordPress admin) not by Change Language of Polylang (In Front End).

    Please check. Thanks

    • This topic was modified 2 years, 2 months ago by datverse.
    • This topic was modified 2 years, 2 months ago by datverse.
Viewing 3 replies - 1 through 3 (of 3 total)
  • I have the same issue..
    I’ve also opened a ticket :
    https://www.ads-software.com/support/topic/elementor-woocommerce-polylang-free/

    • This reply was modified 2 years, 2 months ago by francescomatturro. Reason: notify was not selected
    • This reply was modified 2 years, 2 months ago by francescomatturro. Reason: link was incorrect

    I have the same issue…

    Plugin Author Pacotole

    (@pacotole)

    Hi.

    To ensure WooCommerce compatibility with Polylang there is the premium plugin “Polylang for WooCommerce”.

    The purpose of this plugin is to fix compatibility between Polylang and Elementor (which may affect some WooCommerce widgets).

    In my tests all is working fine with “Polylang for WooCommerce” installed.

    If it can be useful:

    1. Check if you have WPLANG defined in your wp-config.php, that has caused me errors similar than this issue.

    2. For a simple fix, try duplicate WooCommerce pages on each language and add this code in your functions.php:

    // Translate Woo pages ids.
    foreach ( array( 'myaccount', 'shop', 'cart', 'checkout', 'terms' ) as $page ) {
        add_filter( 'woocommerce_get_' . $page . '_page_id', 'pll_get_post' );
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WooCommerce “Menu Cart” Widget don’t change with “Language”’ is closed to new replies.