kamui2023
Forum Replies Created
-
Thnka you so much Adam. I really appreciated your hlep and great advices.
I will just use eamil as username then lol
Anyway thanks again
>>Is that about right?
Yes 100%
>>The way “around” that that may possibly work would be to hook the >>code to form submission in a way that:
I thought this is exactly why you told me to read that page,
When registration form is submited, this will be trigger for calling regstration function and values are stored in parameter right?
what I thought you told me was ,to overwrite those value(user meta) in parameter when given to regstration function, I mean just delete the value
so this will run
<?php if ( 'no' === get_option( 'woocommerce_registration_generate_username' ) ) : ?>Thank you for reply
so what it is that I will overwrite the meta value when form is submited right?and to order to do that ,I need to set desire meta value add action on function.php right?
would you kind enough to give me sample code for this?
I know why now. since they are using stings in arry ,obviously it won’t appear at Loco translation side ,even from source code base
so I hard coded
anyway thanks
Forum: Plugins
In reply to: [WooCommerce] Untranslated WooCommerce strings in Cart and Checkout pagesThank you for reply.
>>Cart and Checkout pages, but not the My Accounts page, correct?
Yes
>>WooCommerce is already translated into a few languages
Yes, and I knew Japanese translation progress was 100%
Anyway, it was so weird because esc_html_e is just string and shouldn’t make any different between English and Japanese.
I know there was no double-byte character issue since some page is working fine. although I did double-check PHP.INI for mbstring and it was just fine as well.
After days of trying, I finally truck down the problem, and it was stupid Japanese wordpress project call Kusanagi, I shouldn’t use them at 1st place… Anyway after I made clean install, it’s working fine.
Thanks for help anyway , I appreciated