Hello mantish! Thank you for plugin.
Can you explain how to use it with Ajax add to cart button? I’m not use any plugin for this, just code in woocommerce template files and functions.php. Now ajax button looks like this <button type=”submit” data-quantity=”…” data-product_id=”<?php echo $product->id; ?>” …… Parameters data-quantity and data-product_id are required for ajax. But I’m need to insert checked variation id to data-product_id. How to do this?