Forum Replies Created
- AuthorPosts
- jaliascvParticipant
Hi,
You are right. i was Using invalid “field group” values.
And the data can be retrive from wp_postmeta
Thanks!
jaliascvParticipantwhich file should i override the plugin add this call
do_action( ‘after_wcfm_products_manage_meta_save’, $new_product_id, $wcfm_products_manage_form_data );ive tried in wp-content/themes/<theme>/wc-frontend-manager/controllers/products-manager/wcfm-controller-products-manage.php
still not saving 🙁
jaliascvParticipanthi,
what is the key/columns used to store in db for product custom field? im using free version of wc-frontend-manager .. how ever on saving the data during product edit i still see the value is empty…
i tried to add some action code to save it, but i believe i was doing it wrongly….
added to the theme folder
wp-content/themes/<theme>/wcfm/products-manager/wcfm-view-customfield-products-manage.php
please guide! thanks
Attachments:
You must be logged in to view attached files.jaliascvParticipanthi i managed to add custom product type. but need to modify many files as the list array are mostly hardcoded. thanks!
- AuthorPosts