piersert
Forum Replies Created
-
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Brand is showing product descriptionHi,
We are facing the same problem again.
Please let us knwow how to fix it
Kind regards
Any support you deserve 1 star
Can anybody answer ?
Would you please collaboate with WPML in order to fix the problem?
- This reply was modified 4 years, 7 months ago by piersert.
Forum: Plugins
In reply to: [F4 Salutation Fields for WooCommerce] MultilingualHi,
Following your email of 5 months ago, is now the radio option available?
Kind regards
Pier SertaForum: Plugins
In reply to: [F4 Salutation Fields for WooCommerce] MultilingualHi,
If it is helpful, we created a staging copy of our webshop where you can test everything
Please let me know if you could find anything with WPML….Bizzare because German is translated
Kind regards
Forum: Plugins
In reply to: [F4 Salutation Fields for WooCommerce] MultilingualYou should know if your plugin is WPML compatible, otherwise you should add a temporary snapcode in your core for the other languages
Forum: Plugins
In reply to: [F4 Salutation Fields for WooCommerce] MultilingualHi,
We added the following translation working only on checkout page for all languages:
add_filter(‘F4/WCSF/get_salutation_options’, function($options, $settings) {
if ( ICL_LANGUAGE_CODE == ‘de’ ) {$options[‘mrs’] = ‘Frau’;
$options[‘mr’] = ‘Herr’; }
if ( ICL_LANGUAGE_CODE == ‘fr’ ) {$options[‘mrs’] = ‘Madame’;
$options[‘mr’] = ‘Monsieur’; }
if ( ICL_LANGUAGE_CODE == ‘it’ ) {$options[‘mrs’] = ‘Signora’;
$options[‘mr’] = ‘Signor’; }
return $options;
}, 10, 2);You should translate your core code to other languages, in order to reproduce the translations not only on checkout, but also in other sections
Kind regards
Forum: Plugins
In reply to: [F4 Salutation Fields for WooCommerce] MultilingualHi,
Can you please let me know?
Your code outside Checkout page seems to work only for English and German, but not for other languages.
Kind regards
Forum: Plugins
In reply to: [F4 Salutation Fields for WooCommerce] MultilingualAS I explain the code you provided overwrite the woocommerce admin but not the email confirmation. The English and German work but not Italian and French.
It seems that your code only works for German and English
Forum: Plugins
In reply to: [F4 Salutation Fields for WooCommerce] MultilingualHi,
everything seems to work fine except the translations of the email confirmation address that is only shown in German and English and not in the other languages. Customers that order in French, they are receiving the the title Mr. or Mrs in the email confirmation.
Is there any way to fix it?
Forum: Plugins
In reply to: [F4 Salutation Fields for WooCommerce] Multilingualand also placeholder if possible?
Forum: Plugins
In reply to: [F4 Salutation Fields for WooCommerce] MultilingualHow to change the title ‘salutation’ to ‘title’?
Forum: Plugins
In reply to: [F4 Salutation Fields for WooCommerce] Multilingual1. Does it also store the multilingual values by adding the hook in the functions.php?
Forum: Plugins
In reply to: [F4 Salutation Fields for WooCommerce] MultilingualHi,
Thank you for adding the radio that it’s best option only for 2 selections Mr. Mrs.
Forum: Plugins
In reply to: [F4 Salutation Fields for WooCommerce] Multilingual1. Does it store the title in the database?
2. Is there a radio option?