New Landing How can we help? Atelier Translating issues

Viewing 15 posts - 1 through 15 (of 25 total)
  • Posted in: Atelier
  • #173886
    HoGo
    Member
    Post count: 92

    Hi there are 2 elements I cannot translate (nowhere to be found in po file). These are:

    1. On the cart page, there is Cart Totals on the right side and there is first item on the list ‘Cart subtotals’.

    2. On checkout page in the top left corner there is a link “return to cart”.

    Please let me know how can I translate those 2 phrases.
    B.

    #174267
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Check those inside the Woocommerce translation files.
    Hope it helps.

    -Rui

    #175694
    HoGo
    Member
    Post count: 92

    Hi, I did. Woocommerce is whole translated.

    I have problems translating those 2 I mentioned in first message and also:

    • On purchase confirmation page whole stripe with order no, date, total amount, payment method .
    • Labels for passwod change on My Account
    #176065
    Swift Ideas – Ed
    Keymaster
    Post count: 15264
    #176361
    HoGo
    Member
    Post count: 92

    I am checking 2 places:

    wp-content/themes/atelier/language/pl_PL.po
    wp-content/plugins/woocommerce/i18n/languages/woocommerce-pl_PL.po

    B.

    #177652
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    I’ve just opened that file:

    http://d.pr/i/13hJE/1iayrBsk

    http://d.pr/i/12lbO/5e4K8ywy

    – Kyle

    #177654
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi HoGo,

    Are you using POEdit? Please check the fuzzy translations for that file, as they are there but with an unconfirmed translation.

    https://www.dropbox.com/s/h5ory0owatrhazx/Screenshot%202015-05-22%2011.27.57.png?dl=0

    – Ed

    #181994
    HoGo
    Member
    Post count: 92

    Hi, Thanks for all advices, but they did not resolve the problem. The translations are in the file, I have made the translation not fuzzy, and the issue is still there. The most significant place is “return to cart” on checkout page.

    #182021
    saylife
    Member
    Post count: 161

    I do not have (lost) the button “return to cart”on checkout page.By the way, the necessary function
    And demo site, also does not have this.
    Where is she?)))
    I will find a way to translate the main thing that button was. )))

    #182037
    HoGo
    Member
    Post count: 92

    You need to turn on something like “less stuff on checkout page” in Theme options.

    #182041
    saylife
    Member
    Post count: 161

    \atelier\swift-framework\core\sf-page-heading.php

     /*Line 170:"Return to cart" 
        ================================================== */
    <div class="minimal-checkout-return container"><a href="<?php echo esc_url( $woocommerce->cart->get_cart_url() ); ?>"><?php _e("Return to cart", "swift-framework"); ?></a></div>
    #182052
    saylife
    Member
    Post count: 161

    I found the reason why did not work.
    As I did not see.
    A bug in the code, you need to change the “swift-framework” to “swiftframework”.
    And translation will work.

     /*Line 170:"Return to cart" 
        ================================================== */
    <div class="minimal-checkout-return container"><a href="<?php echo esc_url( $woocommerce->cart->get_cart_url() ); ?>"><?php _e("Return to cart", "swiftframework"); ?></a></div>
    #182100
    saylife
    Member
    Post count: 161

    It is possible to make a link “return to cart” on the checkout page (normal)?
    As a button.

    <a class="sf-button standard sf-icon-reveal checkout-button accent" href="">
    <i class="fa-long-arrow-left"></i>
    <span class="text">Return to cart</span></a>
    #182297
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    You can try to play around with the file locate at Atelier/woocommerce/checkout/form-checkout.php

    Or check some documentation about it, you should also contact Woocommerce support because they are in better position to answer this.
    http://uploadwp.com/customizing-the-woocommerce-checkout-page/

    -Rui

    #182304
    saylife
    Member
    Post count: 161

    Thanks!
    You are very kind.

Viewing 15 posts - 1 through 15 (of 25 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register