PieterC
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Plivo SMS notifications] Product Vendor compatibility?Matteo,
We are currently not planning on integrating support for this niche market in our plugin. We could however take a look at it and see if we can offer you custom (paid) development for this.
If interested, please contact us at team@siteoptimo.com.
Regards,
Koen
Forum: Plugins
In reply to: [WooCommerce Plivo SMS notifications] Product Vendor compatibility?Hello Matteo,
I’m afraid I don’t fully understand your question. Could you please enlighten me?
Thanks,
Koen
Forum: Plugins
In reply to: [WooCommerce Hear About Us] Title/label not showing above drop down.Hello James,
Koen here. It appears as though your theme hides the WooCommerce labels and sets them as placeholders (the text inside the input fields).
The “where did you hear about us” field is a dropdown, so it doesn’t have a placeholder (just like the country selector).
What you could do in your case is adjust the value of the first option (– Choose an option –) to something that better reflects the purpose of the field. Place this in your theme’s functions.php:
/** * Adjusts the value of the "empty" argument when preparing the WooCommerce Hear About Us select field. * * @param array $args * @param string $key * * @return array */ function adjust_wchau_source_empty( $args, $key ) { if ( $key === 'wchau_source' && $args['type'] === 'select' ) { // Replace the "empty" option. $args['options']['empty'] = __( 'Where did you hear about us?', 'your-textdomain' ); } return $args; } // Add filter. add_filter( 'woocommerce_form_field_args', 'adjust_wchau_source_empty', 10, 2 );Hope this solves your problem.
Koen
Forum: Plugins
In reply to: [WooCommerce Hear About Us] sql to export customer/order sourceHi Joaquinv,
It’s added as a simple metafield to the product posttype so you can definitely get it that way, but you should probably try it for yourself, it depends on how you want to use it.
The way Caroline did is is the easiest way right now.
Regards
P.
Forum: Plugins
In reply to: [WooCommerce Hear About Us] Title/label not showing above drop down.Hi phoeresten,
Your WordPress template is probably hiding the labels at checkout. What template are you using?
Please inform your template builder that this is a bad practice.Regards,
Pieter
Forum: Plugins
In reply to: [WooCommerce Hear About Us] sql to export customer/order sourceHi Joaquin,
The easiest way depends on your skills. In this thread, Caroline exported everything to a CSV.
We’re planning to add exporting/reporting as a future feature.
Regards,
Pieter
Forum: Plugins
In reply to: [WooCommerce Plivo SMS notifications] The settings was not display?Hello ldotcom,
Sorry, your question must have slipped through during the holidays. We can’t seem to reproduce your problem, it works as expected over here.
Did you try updating everything to the latest version? You might also find an error in your error log.
Regards,
Koen
Forum: Plugins
In reply to: [WooCommerce Plivo SMS notifications] Extra fields on the SMS – HookHello all,
Good news. This feature is implemented in the latest release: 2.0.0. Please let us know what you think.
Instructions can be found in the readme.md file.
Regards,
Koen
Forum: Plugins
In reply to: [WooCommerce Hear About Us] adding free text for an optionHi Simon,
As Koen mentioned via email, custom work is something we accept (contact us on our our site), we only implement community features if we think it’s benefitial for a substantial part of our users.
In our latest release though, Koen implemented the label for the extra input field that only displays when the other option is chosen. You can choose what the name of this label is, so you could use this label as “Doctor”. I bet you can use this for your purpose?
Regards,
Pieter
Hello goto,
I released version 1.5.0 today, which addresses your issue. Please let us know if this is what you’re looking for!
Kind regards,
Koen
Forum: Reviews
In reply to: [WooCommerce Hear About Us] Easy – Useful – Works PerfectlyHi Elizabeth,
Thank you for your review, just just made our monday a little better. 😉
Regards,
Pieter
Forum: Plugins
In reply to: [WooCommerce Plivo SMS notifications] support for other provider MessageBirdHi Fabio (or Nico?),
We’ll decide the coming week if we’d also integrate messagebird.
Regards (also from Belgium!),
Pieter
Forum: Plugins
In reply to: [WooCommerce Plivo SMS notifications] Not able to send sms notificationHi Neel,
Great. I’ll mark this topic as resolved then.
Regards!
Pieter
Forum: Plugins
In reply to: [WooCommerce Plivo SMS notifications] Not able to send sms notificationHi Neel26,
I don’t think you can use a Plivo Trial account, since those are limited to specific numbers.
We’re not related with Plivo whatsoever, we just like their service and have included their library in a handy plugin for WooCommerce, since we needed it for one of our own clients.
You’d probably find more information in the Plivo logs why it couldn’t be sent. I bet it’s because the trial doesn’t allow to send an SMS to a non default number… 🙂
Regards,
Pieter
Hi goto10,
Agreed, it would be a usability improvement. We’ll add the Other label in a next release.
Thanks for the feedback.Regards,
Pieter