• Resolved pjnsilva

    (@pjnsilva)


    Hello,

    I am doing a shop in several languages with Jigoshop and Transposh, and there’s only a detail that I cannot make it work. ??

    When I’m in another language and I am on the “Cart” page and I calculate the shipping, it updates the page always for the language I decided it was default.

    What should I do to stay in the same language when I update the shipping on the page “Cart”

    Regards
    Paulo

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello Paulo,

    Transposh does not fully support Jigoshop, but you can easily fix it yourself, just add code below to wp/transposh_3rdparty.php below WooCommerce support:

    // Jigoshop
    add_filter('jigoshop_get_checkout_url', array(&$this, 'woo_uri_filter'));
    add_filter('jigoshop_get_cart_url', array(&$this, 'woo_uri_filter'));

    This will fix the issue you are experiencing. We will try to add this piece into Transposh core as well, thank you for reporting!

    Thread Starter pjnsilva

    (@pjnsilva)

    Hi and thank you.

    It worked for “checkout” BUT the “thank you page” is in the default language.

    I tried to copy the same command for that page but did not work

    Any idea?

    Regards

    Hello Paulo,

    It seems it’s an issue in Transposh itself – they do not handle get_permalink() calls at all. Just checked (in a page template) that get_permalink(jigoshop_get_page_id('thanks')) returns not translated link (without i.e. lang=pl).

    Please fill a bug in their support forums.

    P.S. If you want – you can check it does not work for WooCommerce as well.

    Hello,
    I am doing a shop in several languages with WooCommerce and Transposh, If I choose another language everything is translated except the cart. When the browser is refreshing you can see for a short time the translation from the cart and then the cart returns to default again!
    I have also asked Transposh there want to know if the cart is generated via ajax!
    What should I do? And is the cart generated via ajax?
    Thank you,
    Ralf
    diveonline.club

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cart Updates to deafault language – Transposh’ is closed to new replies.