Plugin hook to change priority in add-to-cart form?
-
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 hookremove_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]
- You must be logged in to reply to this topic.