Support

Account

Home Forums Front-end Issues ACF + WC Vendors front dashboard Reply To: ACF + WC Vendors front dashboard

  • Hi James,

    Thank you for your answer.

    I’ve already tried both syntax :
    'post_id' => 'user_' . get_current_user_id()
    and
    'post_id' => WCVendors_Pro_Vendor_Controller::get_vendor_store_id( get_current_user_id() )

    but none is working, the fields are not shown.
    If I set ‘form’ => true, then the update button is displayed.

    What else can I do ?
    Thank you for your help.
    Marc