zcomputers
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Panel for Contact Form 7] Bug Creating Custom ChartFollowed this up with a direct email to plugin support and they have responded stating that this plugin only works with select boxes and does not have support for other field types. Nor are there any plans to support radio buttons or checkboxes in the future which is a real shame.
This should probably be clearly mentioned in the plugin description, but hey-ho.When can I expect a response?
Hello @mplusb,
Thank you very much, I can confirm this has resolved the issue.
Apricate your help with this.
Thank you @beatrice12,
Much apricated.
Forum: Plugins
In reply to: [WooCommerce] Intercept and modify product data sent to woo API V1Thanks for the suggestion however I don’t use Facebook due to privacy concerns surrounding the companies collection and handling of personal information, and I do not have access to the Slack application. Hence why I am posting on this public forum!
Cheers
Forum: Plugins
In reply to: [WooCommerce] Intercept and modify product data sent to woo API V1Looks like nobody on here has any experience with this.
So for anyone looking for a solution to the same problem; I simply couldn’t find one other than to attack the problem from a completely different angle…
So now instead of intercepting the incoming data on API v1, I now instead hook into woocommerce_after_product_object_save to perform the actions I want to after the product has been inserted into wordpress.
It’s far from ideal and somewhat hacky as it leaves a mess of redundant taxonomy behind… So if someone has any further information surrounding capturing and modifying incoming submissions on API v1 with woocommerce_rest_prepare_product / woocommerce_rest_prepare_product_object then please feel free to chime in and save the day.
Thanks.