Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    Try to add this line:

    
      jQuery('select.pofw-option > option:eq(1)').prop('selected', true).change();
    

    after the line:

    
      jQuery('#pofw_product_options').pofwProductOptions(config); 
    

    in the file:
    wp-content/plugins/product-options-for-woocommerce/view/frontend/templates/product/options.php

    Stanislav

    Thread Starter saifmnasri

    (@saifmnasri)

    thank you
    that work perfectly

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘default value’ is closed to new replies.