Custom fields not displaying on product page

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Ultimate Custom fields not displaying on product page

Viewing 5 reply threads
  • Author
    Posts
    • #81155
      Jose Gomez
      Participant

      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.
    • #81220
      jaliascv
      Participant

      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.
    • #81340
      jaliascv
      Participant

      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 🙁

    • #81714
      WCFM Forum
      Member

      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

    • #82393
      jaliascv
      Participant

      Hi,

      You are right. i was Using invalid “field group” values.

      And the data can be retrive from wp_postmeta

      Thanks!

    • #82814
      WCFM Forum
      Member

      NO worries, thanks for the update 🙂

Viewing 5 reply threads
  • The topic ‘Custom fields not displaying on product page’ is closed to new replies.