Support

Account

Home Forums Backend Issues (wp-admin) ACF on product variations: almost works

Solving

ACF on product variations: almost works

  • Hi,
    How do I display this fields on a website? When the customer selects his variation (size, color …) to display those fields for that variation?

  • you should replace the line
    acf()->input->save_post( $variation_id );
    with:
    do_action( ‘acf/save_post’, $variation_id );
    Omegle
    works for me, and looks like that is how it works behind the systems.

  • Do I need both ACF and ACF PRO? No, ACF PRO is an independent plugin and does not require the free version to be installed. Once ACF PRO is active, you can deactivate the free version and any ACF premium add-ons.

  • Do I need both ACF and ACF PRO? No, ACF PRO is an independent plugin and does not require the free version to be installed. Once ACF PRO is active, you can deactivate the free version and any ACF premium add-ons.

    igviewer
    vcc generator

Viewing 4 posts - 26 through 29 (of 29 total)

The topic ‘ACF on product variations: almost works’ is closed to new replies.