Conflict with checkout plugin
-
Hello,
I’ve installed your plugin, but unfortunately it creates a conflict with another plugin called ARG Multistep Checkout for WooCommerce. The issue is that customers can see the Delivery and Time tabs during checkout, but even if they choose the delivery day and time, the fields still show as Required (so it’s some sort of error). I’ve contacted the plugin developers for the checkout plugin who told me that they are not able to understand what is going on and this below is the code they’ve tried.
jQuery(‘.argmc-wrapper’).on(‘change’, ‘#pi_delivery_date,#pi_delivery_time’, function() { if (jQuery(this).val() != “”) { jQuery(this).parents(‘.form-row’).removeClass(‘has-error’); } })
Could you please advise the reason for this and whether there’s a fix for this conflict?
Many thanks!
- The topic ‘Conflict with checkout plugin’ is closed to new replies.