Hello,
I’m experiencing an issue with the Enwikuna License Manager plugin from agency.enwikuna.de (http://agency.enwikuna.de) while using it with Woodmart.
The plugin adds a second button next to the “Add to Cart” button, which is supposed to trigger a different action for the product. However, when I click this button, the AJAX Add to Cart function gets triggered instead, adding the product to the cart rather than performing the intended plugin action.
From what I understand, the plugin handles its action using the wp_loaded hook, which should normally interfere with the Add to Cart function submitted via POST. However, instead of executing the plugin-specific action, the product gets added to the cart.
Has anyone else encountered this issue? Could this be a conflict between Woodmart’s AJAX Add to Cart and the way the plugin handles form submissions? Any suggestions on how to fix this?
Thanks!