• Resolved baykanun

    (@baykanun)


    <script> jQuery( document ).ready(function() { let sku = jQuery(“.sku”).text(); jQuery(“.ff-el-input–label label”).eq(2).text(‘Product ID’) jQuery(“#ff_3_numeric-field”).attr(‘type’, ‘text’); jQuery(“#ff_3_numeric-field”).attr(‘disabled’, ‘disabled’); jQuery(“#ff_3_numeric-field”).val(sku); }); </script>

    hello, with the help of this code, I can automatically extract the sku code information of the products. However, if the price is not entered for the product, the stock code cannot be withdrawn.

    example: https://turkishfolkart.com/product/istanbul-ottoman-imperial-ceremonial-saddle-cover/

    hello, with the help of this code, I can automatically extract the sku code information of the products. However, if the price is not entered for the product, the stock code cannot be withdrawn. how can i fix this problem?

  • The topic ‘automatic adding sku code to form field’ is closed to new replies.