F4
@faktorvier on WordPress.org
- Member Since: April 6th, 2017
- Location: Luzern, Switzerland
- Website: faktorvier.ch
Contribution History
F4’s badges:- Plugin Developer
- Translation Contributor
- Translation Editor
-
Posted a reply to Kadence E-Mail Designer, on the site WordPress.org Forums:
That may be, but if you could use the debug-snippet from above, then the hook…6 hours ago
-
Committed [2514068] to Plugins Trac:
Update screenshots1 day ago
-
Committed [2514062] to Plugins Trac:
Update screenshot1 day ago
-
Posted a reply to Kadence E-Mail Designer, on the site WordPress.org Forums:
Hi @senjoralfonso I just tested this on our system and the hook still works. I've…1 day ago
-
Posted a reply to Kadence E-Mail Designer, on the site WordPress.org Forums:
Hi @senjoralfonso I think the Kadence plugin changed something. Maybe the placeholder {customer_salutation} has changed.…6 days ago
-
Committed [2503169] to Plugins Trac:
Release Version 1.0.43 weeks ago
-
Committed [2502349] to Plugins Trac:
Release Version 1.4.03 weeks ago
-
Committed [2502344] to Plugins Trac:
Release Version 1.1.43 weeks ago
-
Posted a reply to Autocomplete only appears first time in ACF media modal, on the site WordPress.org Forums:
Hi @eugen10 We've tried to repruduce this problem on several installations, but it seems to…1 month ago
-
Committed [2485604] to Plugins Trac:
Release Version 1.1.31 month ago
-
Committed [2485433] to Plugins Trac:
Release Version 1.0.101 month ago
-
Committed [2485428] to Plugins Trac:
Release Version 1.1.31 month ago
-
Committed [2485408] to Plugins Trac:
Release Version 1.0.111 month ago
-
Committed [2485395] to Plugins Trac:
Release Version 1.0.81 month ago
-
Posted a reply to Invalid argument supplied for foreach() in ../Hooks.php on line 104, on the site WordPress.org Forums:
Hi @seangruenboeck Thats strange. Do you have access to the filesystem? Could you swap a…2 months ago
-
Posted a reply to Reverse checkout dropdown selection, on the site WordPress.org Forums:
Hi @hans80 Currently this can only be done with a simple hook that you can…2 months ago
-
Posted a reply to Salutation inside E-Mails, on the site WordPress.org Forums:
Hi @senjoralfonso This should work: <p> <?php $salutation = get_user_meta($user_id, 'billing_salutation', true); if(!empty($salutation)) { $salutation_label…2 months ago
-
Posted a reply to Bulk edit in Media GRID view mode, on the site WordPress.org Forums:
Hi @kubasto Thanks! We'll add your feature request to our list but we can't promise…3 months ago
-
Posted a reply to Compatibility with other plugins/hooks, on the site WordPress.org Forums:
Hi @beluserra Thanks for the replay. I actually explained our problem very well, there are…3 months ago
-
Posted a reply to Show Phone field to vendor’s new order email, on the site WordPress.org Forums:
Hi @aliaslina Sorry for the late answer. All the customer data are already stored in…4 months ago
-
Posted a reply to Total value with or without VAT?, on the site WordPress.org Forums:
Hi @ronald-van-arkel We well add a hint for that in a future release.4 months ago
-
Posted a reply to Looks awesome ! Waiting for the post management release !, on the site WordPress.org Forums:
Glad you found a plugin that fits your needs, "Real Category Management" looks pretty neat!…5 months ago
-
Posted a reply to Total value with or without VAT?, on the site WordPress.org Forums:
Hi @alfagull Sorry for the late answer. The total values are including OR excluding taxes,…5 months ago
-
Posted a reply to Looks awesome ! Waiting for the post management release !, on the site WordPress.org Forums:
Hi @picturgency Sorry for the late answer and thanks for the kind words! Currently we…5 months ago
-
Posted a reply to Multilingual, on the site WordPress.org Forums:
Hi @piersert No, the radio option is (still) not available, but we will check soon…5 months ago
-
Posted a reply to Salutation inside E-Mails, on the site WordPress.org Forums:
Hi @milo1988 The following snippet should output the salutation like your desired goal: <p> <?php…6 months ago
-
Posted a reply to Total Valuation for Specific Date, on the site WordPress.org Forums:
Hi @optimizeworldwide Sorry for the (extremely) late answer... Currently this is not possible, but we…6 months ago
-
Posted a reply to Placeholder to fields, on the site WordPress.org Forums:
Hi @aliaslina You can add a placeholder with the following hooks. Checkout: add_filter('woocommerce_checkout_fields', function($fields) {…6 months ago
-
Posted a reply to How to Access Shipping Email & Phone via PHP, on the site WordPress.org Forums:
Hi @miwebdesigns Like you already found out get_post_meta($order->get_id(), ‘_shipping_email’, true); get_post_meta($order->get_id(), ‘_shipping_phone’, true); is the…6 months ago
-
Posted a reply to Salutation not visible, on the site WordPress.org Forums:
Hi @archarly Sadly, we still haven't received any feedback from the plugin developer. I hope…7 months ago
-
Posted a reply to Compatibility with MailPoet 3, on the site WordPress.org Forums:
Hi @senjoralfonso As long as you have a formatted address block (like this one in…7 months ago
-
Posted a reply to Show Phone field to vendor’s new order email, on the site WordPress.org Forums:
Thats very strange... As I said, I cant actually test this code in a vendor…7 months ago
-
Posted a reply to Show Phone field to vendor’s new order email, on the site WordPress.org Forums:
Is is just not working, or do you get any error messages/warnings? Is the copied…7 months ago
-
Posted a reply to Show Phone field to vendor’s new order email, on the site WordPress.org Forums:
Thanks for the infos. This vendor email is a feature from the WCMp plugin you…7 months ago
-
Posted a reply to Show Phone field to vendor’s new order email, on the site WordPress.org Forums:
Hi Thanks for the screenshots, now I could take a look. Looks like you are…7 months ago
-
Posted a reply to Show Phone field to vendor’s new order email, on the site WordPress.org Forums:
So you mean the new order mail that goes to the shop owner I guess…7 months ago
-
Posted a reply to Show Phone field to vendor’s new order email, on the site WordPress.org Forums:
Hi @aliaslina Which email do you mean exactly? Normally the field should appear in EVERY…7 months ago
-
Posted a reply to {salutation} in Emails, on the site WordPress.org Forums:
Perfectly, let me know if you need help with something else.7 months ago
-
Posted a reply to Shortcode, on the site WordPress.org Forums:
You can use the following function instead of $current_user->billing_salutation: F4\WCSF\Core\Hooks::get_option_label(get_user_meta($current_user->ID, 'billing_salutation', true)) If the user…7 months ago
-
Posted a reply to {salutation} in Emails, on the site WordPress.org Forums:
Hi @senjoralfonso We installed the plugin to test the code above, and it seems wo…7 months ago
-
Posted a reply to Shortcode, on the site WordPress.org Forums:
Hi @senjoralfonso There's not really an easy way to do this. That would mean that…8 months ago
-
Posted a reply to {salutation} in Emails, on the site WordPress.org Forums:
Hi @senjoralfonso We've checked "Kadence Woocommerce E-Mail Designer" but unfortunately we can't support every plugin…8 months ago
-
Posted a reply to Compatibility with other plugins/hooks, on the site WordPress.org Forums:
Any feedback about this issue would be appreciated...8 months ago
-
Posted a reply to {salutation} in Emails, on the site WordPress.org Forums:
Where do you want to use this {salutation} shortcode exactly? In "Subject", "Email heading" and…8 months ago
-
Posted a reply to {salutation} in Emails, on the site WordPress.org Forums:
Hi @senjoralfonso We're checking this issue right now and let you know if when we…8 months ago
-
Posted a reply to Shortcode, on the site WordPress.org Forums:
Hi @senjoralfonso What do you mean exactly with Woocommerce customer dashboard? Do you mean the…8 months ago
-
Created a topic, Compatibility with other plugins/hooks, on the site WordPress.org Forums:
Hi It looks like your plugin totally removes all comp…8 months ago
-
Posted a reply to WooCommerce v4.3.3 Compatibility, on the site WordPress.org Forums:
Hey @richsadams We've just checked, the plugin works correctly with WooCommerce 4.3.3. We'll update the…8 months ago
-
Posted a reply to Salutation not visible, on the site WordPress.org Forums:
Hey @archarly A quick update on this problem: As expected, the issue is caused by…8 months ago
-
Posted a reply to WooCommerce v4.3.3 Compatibility, on the site WordPress.org Forums:
Hi @richsadams We're checking the compatibility right now and contact you as soon as possible.8 months ago
Developer
-
F4 Error Pages
Active Installs: 80+
-
F4 Improvements
Active Installs: 20+
-
F4 Media Taxonomies
Active Installs: 600+
-
F4 Post Tree
Active Installs: 50+
-
F4 Salutation Fields for WooCommerce
Active Installs: 100+
-
F4 Shipping Phone and E-Mail for WooCommerce
Active Installs: 800+
-
F4 Simple Checkout Fields for WooCommerce
Active Installs: Less than 10
-
F4 Simple White Label
Active Installs: 70+
-
F4 Total Stock Value for WooCommerce
Active Installs: 300+
Deutsch (German) Plugins Translation Editor - #de_DE
-
F4 Error Pages
Active Installs: 80+
-
F4 Improvements
Active Installs: 20+
-
F4 Media Taxonomies
Active Installs: 600+
-
F4 Simple White Label
Active Installs: 70+
-
F4 Total Stock Value for WooCommerce
Active Installs: 300+
-
F4 Post Tree
Active Installs: 50+
-
F4 Salutation Fields for WooCommerce
Active Installs: 100+
-
F4 Shipping Phone and E-Mail for WooCommerce
Active Installs: 800+
-
F4 Simple Checkout Fields for WooCommerce
Active Installs: Less than 10
Deutsch (Österreich) (German (Austria)) Plugins Translation Editor - #de_AT
-
F4 Error Pages
Active Installs: 80+
-
F4 Improvements
Active Installs: 20+
-
F4 Media Taxonomies
Active Installs: 600+
-
F4 Simple White Label
Active Installs: 70+
-
F4 Total Stock Value for WooCommerce
Active Installs: 300+
-
F4 Post Tree
Active Installs: 50+
-
F4 Salutation Fields for WooCommerce
Active Installs: 100+
-
F4 Shipping Phone and E-Mail for WooCommerce
Active Installs: 800+
-
F4 Simple Checkout Fields for WooCommerce
Active Installs: Less than 10
Deutsch (Schweiz) (German (Switzerland)) Plugins Translation Editor - #de_CH
-
F4 Error Pages
Active Installs: 80+
-
F4 Improvements
Active Installs: 20+
-
F4 Media Taxonomies
Active Installs: 600+
-
F4 Simple White Label
Active Installs: 70+
-
F4 Total Stock Value for WooCommerce
Active Installs: 300+
-
F4 Post Tree
Active Installs: 50+
-
F4 Salutation Fields for WooCommerce
Active Installs: 100+
-
F4 Shipping Phone and E-Mail for WooCommerce
Active Installs: 800+
-
F4 Simple Checkout Fields for WooCommerce
Active Installs: Less than 10