• In mobile devices Buy Now button is displaying Validation error even on selecting all product attributes While on desktop version of site it is working fine.

Viewing 1 replies (of 1 total)
  • i found the issure …there is a “]” missing…..

    repace
    var wc_qb_product_id = jQuery(“‘.$variable_form_class.’ input[name=\”variation_id\””).val();
    with

    var wc_qb_product_id = jQuery(“‘.$variable_form_class.’ input[name=\”variation_id\”]”).val();

Viewing 1 replies (of 1 total)
  • The topic ‘In mobile devices button not working’ is closed to new replies.