Thanks for the feedback. We do have functionality already built into the code on our GitHub repo that will allow you to add your own custom fields to the offer form.
I still need to do final review / testing before I can merge it into the stable code and get an update released. This feature will be available in the 1.2 update we’ll be releasing soon, though.
Excellent. I look forward to it. Any chance of being notified when this is released?
I will try to remember to update this ticket but it would probably be best if you keep your eye on WordPress plugin updates in general. You will see the update notification there just like any other plugin.
This should be resolved in the 1.2.0 update we just released. Please check it out and let me know. Thanks!
Excellent. Thanks! Does this version still have the Bulk Edit Tool for Automatically Accepting or Declining Offers?
Yes, the bulk edit is available for enabling / disabling offers on multiple products as well as setting the auto accept and auto decline.
If you have a moment to leave a review for the plugin that would be greatly appreciated. Thanks!
I’ve already left a good review! 🙂
Where can I add my own custom fields to the offer form? I must be missing something..
Ah, well thanks for that! 🙂
For the custom fields it’s still going to require some work on your end, but we added hooks to make it possible for you to do so.
We’ve updated our developer hooks documentation to show the new hooks, and if you scroll to the bottom of that page you’ll see a sample script you can download which shows you how to add custom fields using those hooks.
That’s outside my scope of understanding. If it’s a simple matter of inserting the sample script somewhere, then I just need to know where, as that is the exact function I’m hoping for (postal code/zip field).
You could add that to your theme’s functions.php file or in your own plugin file if you’re using one.
I figured it out but the custom field is at the bottom of the form which gets kind of lost. How can I move the custom field above the phone number field?
Looks like we need to add another hook so that you specify the location. We’re going to get that done real soon and release a 1.2.1 update to resolve that.
We’ve added the additional hooks and have merged them into the release branch on out GitHub repo. You can download the zip for that branch and update your site manually if you’d like to grab it early.
We’ll get this better documented later, but for now you can see a list of the new hooks here.