Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › Custom fields not displaying on product page
Tagged: custom field, custom fields, product page
- This topic has 5 replies, 3 voices, and was last updated 5 years, 1 month ago by WCFM Forum.
- AuthorPosts
- September 11, 2019 at 11:10 am #81155Jose GomezParticipant
Hello. I am having the issue where a vendor fills out the required custom fields when creating a product but the information for those custom fields is not displaying on the product page. I have attached a screenshot of the issue.
Attachments:
You must be logged in to view attached files. - September 11, 2019 at 9:07 pm #81220jaliascvParticipant
hi,
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. - September 12, 2019 at 10:12 pm #81340jaliascvParticipant
which 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 🙁
- September 15, 2019 at 1:04 am #81714WCFM ForumMember
Hi,
Well, this is possibly due to “field name” you have used for creating custom fields.
Please be sure “field name” does not have any spaces and special characters. This also use to store custom fields in database.
Thank You
- September 19, 2019 at 11:29 am #82393jaliascvParticipant
Hi,
You are right. i was Using invalid “field group” values.
And the data can be retrive from wp_postmeta
Thanks!
- September 21, 2019 at 8:18 pm #82814WCFM ForumMember
NO worries, thanks for the update 🙂
- AuthorPosts
- The topic ‘Custom fields not displaying on product page’ is closed to new replies.