Rating: 5 stars
It is pretty out of data and hard to find by searching wordpress plugins, but that is it as far as bad things go.
Its simple, completely customizable, and works on all of my sites without any problems.
It does allow a user to complete the other section by just clicking the spacebar, but that is so nitpicky and fixed by adding a field i prefer not to say.
Overall i use this on all my ecommerce sites for all my clients. All other plugins of its type are buggy and require pro version for full functionality.
USE THIS PLUGIN!
]]>Rating: 5 stars
It is really great and simple plugin but It does not work anymore with wordpress 4.7.4 and woocommerce 3.x
]]>Rating: 5 stars
God bless for making an absolute perfect plugin and does it perfectly as described. Nothing brings me greater joy then when a plugin is SO EASY to incorporate and does EXACTLY as the developer describes. The fact that its free, you’ve made an old man very happy!
Many many thanks!
]]>Rating: 5 stars
I really appreciate that this plugin is available freely.
Just one simple field added to the checkout makes researching where the customer came from so much easier.
Thank you.
]]>Rating: 5 stars
This plugin makes collecting valuable referral data from customers a cinch. If you’re the kind of person that likes to look under a plugin’s hood, the WC Hear About Us plugin will make you happy. Good stuff!
]]>Rating: 5 stars
Does what is says.
Thanks for it.
]]>Rating: 5 stars
Integrates easily, does what it’s supposed to.
Version 1.3 adds the very much needed option of “other”.
Rating: 5 stars
a nice plugin with WooCommerce code standard!
suggestions:
—————
1. adding i18n support
add_action('plugins_loaded','wc_whu_i18n');
function wc_whu_i18n(){
load_plugin_textdomain( 'woocommerce-hear-about-us', false, dirname( plugin_basename( __FILE__ ) ) . '/i18n/languages/' );
}
2. fixing an i18n bug
'desc' => 'Manage the "where did you hear about us" options.',
should be:
'desc' => __('Manage the "where did you hear about us" options.','woocommerce-hear-about-us'),