• Resolved ojramos

    (@ojramos)


    I recently updated my WordPress as well and ACF Pro and ACF Extended plugin and after doing so when I land on my checkout page I see the ACF form that I created to show up on this page as well as a bunch of other fields coming from the Post Type which is a feature that belongs to ACF Extended plugin. Please help.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Thanks for the report! It’s quite hard to understand what’s the problem. Please, can you describe which fields shouldn’t be displayed? Also, can you provide some more informations about your field group settings?

    Thanks in advance!

    Regards.

    Thread Starter ojramos

    (@ojramos)

    Thanks so much for getting back to me.
    Sure I will try to explain the issue in more detail.

    Here is a Screencast video to help:

    https://somup.com/cqXlo9f2q4

    So the first thing I’m doing is adding a product to the cart when checking out.
    When I get to the checkout page you will see a form with user information and then below that a bunch of tabs with forms being repeated a couple of times. The forms below the user information form are the issue.

    I’ve concluded that these forms are coming from Tools -> Post Types -> New Post Type

    As you can see in the video the New Post Type options within admin somewhat match what is being echoed within the checkout page for some reason?

    This all started happening when I upgraded WordPress to the latest version as well as the Advanced Custom Fields Extended Plugin. Post Type feature also belongs to the Custom Field Extended Plugin.

    Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Oh yeah, it’s really weird!

    – Can you please show me the code of your ACF Form arguments?

    – Can you please briefly list the fields that are included the ACF Form?

    – Is there any field that is a clone field?

    — If so, can you check that your clone field is correctly configured and is targetting a valid field group or field?

    – Can you try to temporarily disable the Dynamic Post Types modules using the following code in your functions.php file:

    
    add_action('acf/init', 'disable_dpt_module');
    function disable_dpt_module(){
    
        // Disable Tools > Post Types
        acf_update_setting('acfe/modules/dynamic_post_types', false);
    
    }
    

    — Does it solve the problem?

    Thanks in advance, and sorry for the inconvenience.

    Regards.

    Thread Starter ojramos

    (@ojramos)

    Here is how the ACF Form is setup
    This is the list of the fields
    No fields are clone fields

    https://somup.com/cqX2oFfoSP

    Adding the action to disable the post type module did not work.

    Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Thanks for the reply. You can now delete the video URL if you want. May I ask you what plugin you’re using in order to display ACF Form in the Woocommerce Checkout Page?

    Is it this plugin: Advanced Custom Fields for WooCommerce by catsplugins? https://codecanyon.net/item/advanced-custom-fields-for-woocommerce/18705467

    Because this plugin had notorious problems and bugs.

    It recently removed dependency with ACF plugin, using its now “custom fields” builder since the 5.0.0 update. It had bugs similar to what you’re saying, some people requested support about that: https://codecanyon.net/item/advanced-custom-fields-for-woocommerce/18705467/comments

    As the changelog says:

    
    22/10/2019
    - Big update: release version 5.0.0
    - Remove ACF plugin dependency
    - Using our form builder (builderJS) instead
    - Base code change and integrate new features
    

    The latest version seems to have no more connection with ACF. You should upgrade the plugin very carefully.

    Regards.

    Thread Starter ojramos

    (@ojramos)

    Thanks.

    Yes, that is the plugin I’m using in order to display the ACF Form.

    This is making more sense now.

    Thanks so much.

    Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Sorry to hear that. Hope you’ll find a workaround. BTW I have some plans for ACF Extended with Woocommerce in the future. But nothing is ready yet. I’ll let you when something is ready about that.

    Have a nice day,

    Regards.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Post Type Fields Showing Up On Front End’ is closed to new replies.