Home Forums WoodMart support forum Translate Check out

Translate Check out

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #378008

    Lisawi
    Participant

    Hi,

    after update the english words are back in the check out process. s pics.
    where can I translate the checkout headlines like shopping chart etc.
    Via loco translate it does not work…

    Greetings,
    Lisa

    Attachments:
    You must be logged in to view attached files.
    #378065

    Luke Nielsen
    Keymaster

    Hello,

    Make sure that your translation (.po file) is situated in the correct location as on the below screenshot.

    https://monosnap.com/file/WHvIyHJykDIiao0PWKcaXIw64odK9b

    Otherwise, create a new translation with the correct location of the file and try to translate it again.

    Feel free to reach out to me anytime when you have anything more to say.

    Kind Regards

    #378103

    Lisawi
    Participant

    HI, I uploaded .mo and .po files again ang now it is ok.
    Just some remain:

    Attachments:
    You must be logged in to view attached files.
    #378301

    Luke Nielsen
    Keymaster

    Hello,

    The “Subscribe to our newsletter” field is related to the “Mailchimp” plugin so navigate to the WooCommerce -> Mailchimp -> Audience -> write another text to the “Message for the opt-in checkbox” field, thus the text will be changed.

    https://monosnap.com/file/4ahocg4A1eUQNsFq8M2A3PKZxKY82F

    Feel free to reach out to me anytime when you have anything more to say.

    Kind Regards

    #378486

    Lisawi
    Participant

    Thanks for your reply. It worked.
    But there are two text… so there must be an other place where to set NL funktion…
    But I do not want to deleat the wrong one.

    Greetings,
    LIsa

    Attachments:
    You must be logged in to view attached files.
    #378633

    Luke Nielsen
    Keymaster

    Hello,

    You have 2 Mailchimp plugins so there appeared 2 newsletters fields, you need to disable one of them and then on the checkout page will be appeared only 1 newsletters field.

    https://gyazo.com/7340854d83fee9d62b8e059745c9febf

    In the meantime, please feel free to ask any questions you may have!

    Kind Regards

    #378657

    Lisawi
    Participant

    Perfect! Thanks!
    One thing: There are many different text sizes. Where can I adjust them?

    Greetings,
    Lisa

    Attachments:
    You must be logged in to view attached files.
    #378742

    Luke Nielsen
    Keymaster

    Hello,

    The below custom code will help you to set one size for the whole checkout page. Enter it to the “Custom CSS for desktop” area that is in Theme Settings -> Custom CSS.

    .woocommerce-checkout {
        font-size: 14px;
    }

    Please let me know if you have any further questions in the meantime.

    Kind Regards

    #378770

    Lisawi
    Participant

    Hi, now it is better but not really fine..
    Please see attached pic.

    Attachments:
    You must be logged in to view attached files.
    #378933

    Luke Nielsen
    Keymaster

    Hello,

    There is a code for changing font size in the checkout order, enter it to the “Custom CSS for desktop” area that is in Theme Settings -> Custom CSS.

    .woocommerce-checkout .checkout-order-review th {
        font-size: 22px;
    }
    
    .woocommerce-checkout .checkout-order-review td .amount {
        font-size: 22px;
    }

    I hope this helps!

    Kind Regards

Viewing 10 posts - 1 through 10 (of 10 total)