Additional fields
-
Hello there. Thank you for this beautiful plugin. I’m having an issue when trying to add extra field (e.g. phone). While i manage to add it via the
woo_stock_alert_fileds_array
filter, and pass it through thewoocommerce_product_stock_alert_form_additional_fields
filter, the form value is always undefined. I think it’s beacause something is wrong with the jQuery selector in the frontend.js file, line 104$(this).parent().find('.'+woo_stock_alert_script_data.additional_fields[i]).val();
woo_stock_alert_script_data.additional_fields[i]
is correctly named after the css class I use, but it cannot be found..Can you help please? Thank you in advance.
- The topic ‘Additional fields’ is closed to new replies.