Shortcode for Custom Product Fields?

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 WC Marketplace Shortcode for Custom Product Fields?

Viewing 4 reply threads
  • Author
    Posts
    • #139196
      Carolyn
      Participant

      I am using JetWoo Builder and Elementor to create a custom product page layout. Is there shortcode for the custom product fields? If not, how can I display the custom fields in my custom product page?

      Ty

    • #139228
      looknear
      Participant

      This this question related to wcfm?
      just refer to Elementor documentation. i think you will need Elementor pro for that, but they support custom fields data.
      I am using PODS which i prefer over ACF. But they support both.

    • #139258
      Carolyn
      Participant

      Yes this is for WCFM CUSTOM FIELDS, which is why I posted the question here. Elementor documentation doesn’t have short code info for WCFM marketplace features. I’m not sure why they would, that seems like something I’d find here from the developer of WCFM.

      Again, I’m trying to see if there is a shortcode to display the data from the CUSTOM PRODUCT FIELDS.

      If anyone who uses this feature can let me know if this is possible, I’d appreciate it! Ty

    • #139476

      Hello,

      The shortcode to display product custom field – [wcfm_product_custom_field_show]

      Thanks.

    • #141760
      zorb-designs.com
      Participant

      I have a reverse question..

      The plugin has added two additional tabs on the single product – More info and enquiries, which I don’t want to display. I can’t seem to find a setting to remove them. How can I disable these additional fields?

      • #142348

        Hello,

        Try this to remove “INQUIRIES” –

        add_filter( 'woocommerce_product_tabs', 'sb_woo_move_description_tab', 200);
        function sb_woo_move_description_tab($tabs) {  	
          	unset($tabs['wcfm_enquiry_tab']);
            return $tabs;
        }

        Thanks.

Viewing 4 reply threads
  • You must be logged in to reply to this topic.