Hello @danielbaer
Are you using WooCommerce Germanized for adding a Title field to your checkout form?
I have tested this plugin against Flexible Checkout Fields 1.6.7 and I didn’t manage to replicate this issue.
Please send us a WooCommerce system status. Here’s a screenshot showing how to get it.
Please activate WP DEBUG LOG in your WordPress and replicate the issue. Check the log file and if there are any errors, please paste the in this thread.
-
This reply was modified 7 years, 9 months ago by
ospiotr.
tried some changes, but nothing works. 1 and 2 showed as title or we must complete deactivat the title in “Germanized”.
Dear @danielbaer
Again, please send us your WooCommerce system status. Here’s a screenshot showing how to get it.
I’d like to know what is the exact version of Germanized plugin on you installation.
@rollo2030,
sorry that you had to wait so long for our response, but I didn’t get any notifiaction about your response. Again, please send us your WooCommerce system status.
I’m looking forward to your answer.
Hi Ospiotr,
the problem is still there (from wich plugin i dont now???). 1 or 2 for man or woman (outbound billing address/shipping address )
I tried a lot but nothing helps. only to deactivate it.
My project is secret until now, so i cant send you a system status, sorry.
My Plugins:
Coming Soon Page & Maintenance Mode by SeedProd
Contact Form 7
Favicon by RealFaviconGenerator
Flexible Checkout Fields 1.6.8.
Storefront Footer Copyright Text
Storefront Site Logo
Temporary Login Without Password
UpdraftPlus – Backup/Restore
WooCommerce 3.4.4
WooCommerce Germanized 2.0.4
WP Cerber Security, Antispam & Malware Scan
Please activate WP DEBUG LOG in your WordPress and replicate the issue. Check the log file and if there are any errors, please paste the in this thread.
Thank you Ospitr !!
I will try it.
As we haven’t got any replies, I’m marking this topic as resolved for now.
Hello, I have the same problem the Title / Salutation in WooCommerce is replaced with 1 for “Mr.” or 2 for “Mrs.
Can I post this here or should I open a new thread?
I can send you the debugg file and the WooCommerce system status
best regards
Michel
I’ve still found this in class-wc-gzd-checkout.php line 392
public function set_title_field_mapping_editors( $val ) {
$values = array(
__( 'Mr.', 'woocommerce-germanized' ) => 1,
__( 'Ms.', 'woocommerce-germanized' ) => 2,
);
if ( isset( $values[ $val ] ) )
return $values[ $val ];
return $val;
}
it looks like the number 1 or 2 will take over from here
Hello
because I got no answer after 6 days now.
I solved the problem simply without plugin over the function.php and so it will probably never come to a pro version of your plugin in my instalation.
best regards
Dear @miba65,
Do you have Germanized installed?
Please send us a WooCommerce system status. Here’s a screenshot showing how to get it.
If you managed to solve your issue, please paste the solution here.