• Resolved John

    (@dsl225)


    Hello,

    First-time user here, just testing.
    May I ask the following if you don’t mind?

    1. I checked the option “Allow Guest Checkout” but the checkout page still asks for an account to be created. Possible to avoid this and just have people leave their names and email addresses?

    2. After checkout the user gets this message:
    “Pending: We have received your order but payment is still pending”
    a/ this string is not translated and my site is not English
    b/ in my case there is nothing pending as photos will be sent by email with an attached invoice.
    -Possible to edit this string?

    3. In the cart and checkout page photos are listed with thumbnails (and that’s fine) that are followed by:
    a/ the filename (and that’s fine)
    b/ the word “in” – that translates as “inches” in French and that’s really wrong
    c/ the link to the Gallery where the photo was listed (and that’s fine)
    – Possible to edit this string?

    Other than that everything looks really great!
    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter John

    (@dsl225)

    UPDATE

    #1 Guests are indeed created as “subscribers” when this option is checked, despite what the infobox is stating: “Allow users to checkout as a guest (do not require a user account)”.

    #2 I found this string in the translation files, but it still remains in the original EN language.

    #3 corrected this in the corresponding translation .po file.

    I also finalized the FR .po file with corrections and added all missing strings (except a couple of them which require context). Let me know if you are interested in getting it, thanks.

    Plugin Author WP Sunshine

    (@wpsunshine)

    When Guest Checkout is enabled, it makes the password optional. If a user does not enter a password, then no user account is generated.

    #2, what you described is the Order Status description for Pending. In Orders > Order Statuses, you can edit those descriptions.

    #3, you can send over the updated FR .po file or can you give me the proper word to replace and I will do so on my end. I am working on getting all the translations moved over to the default www.ads-software.com so you could do so with your www.ads-software.com account as the current Transifex area doesn’t seem to be working anymore.

    Thread Starter John

    (@dsl225)

    Many thanks for your feedback!

    #1 – I see now the notice that this field is optional but it’s not immediately obvious. Is there a CSS snippet I can use to completely obfuscate (display: none;) this field please? So the users enter exclusively their email and phones.

    #2 – Great, found that.

    #3 – As I said, I fully updated the FR .po file, not only with this string but also with many others that were missing or inaccurate. You can download it from here.

    Plugin Author WP Sunshine

    (@wpsunshine)

    #sunshine-checkout-step-contact fieldset div:nth-child(4) { display: none; }

    You may need to change that 4 number depending on which other checkout fields you have made visible – just play with it if it doesn’t work on the first try.

    Plugin Author WP Sunshine

    (@wpsunshine)

    Unfortunately the FR .po file is not accessible for me.

    Thread Starter John

    (@dsl225)

    Many thanks for the snippet, works just fine.

    Sorry for the uploaded file, seems it has been removed for some reason.
    Please find it here now: https://we.tl/t-lXFuSKWXr6

    Plugin Author WP Sunshine

    (@wpsunshine)

    Got the file, thanks! It will be part of the next update release.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Some initial questions’ is closed to new replies.