• I have a few plugins set up for a custom order form and am trying to change the order they appear in on the product page. If i select for a fields group to appear “before add to cart button” It places the flexible product fields at the top of the cart, but I need them to appear below the form parts produced by a different plugin. I don’t need code, I have that…I just don’t know what the hook is to use to set the priority.

    This is the snippet I have (set up for a different plugin currently)….I just need to know what hook would replace the dndmfu hook

    remove_action( 'woocommerce_before_add_to_cart_button', 'dndmfu_wc_display_file_upload' );
    add_action( 'woocommerce_before_add_to_cart_button', 'dndmfu_wc_display_file_upload', 500 );


    The page I’m working on has a password of csbeckart.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support dominikl65

    (@dominikl65)

    Hi,

    Thank you for your submission. I got the information from the developer that in our plugin the priority is deafult i.e. 10, please try to adjust the priority in another plugin (e.g. the one whose example you sent) depending on what you want higher or lower.

    Using our code we can’t do that – unplug, because from the outside we can’t access the object.

    Thank you for your understanding.

    Plugin Support dominikl65

    (@dominikl65)

    Hi,

    I haven’t heard from you in a while, so I’m marking this thread as resolved. Please don’t hesitate to open a new one if you encounter other issues while using our plugin.

    Have a fantastic day,

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.