Unable to edit custom options in configurable product (JS error)Custom Options in Product ListAssociate Simple Products with Custom Options to Configurable ProductCustom options for ProductCan't get custom options on product edit screenEdit custom options select box contentUnable to add custom optionsMagento 1.9 get product options value for only the checkedCustom Options Not Appearing On Product Frontend on Magento 1.9Magento2 How to Show Sepereatly Configurable Product attribute and Product Custom OptionsConfigurable products options value - Magento 2.2.7

What are the problems in teaching guitar via Skype?

How do Russian speakers idiomatically express the idea of "Ce n’est pas donné à tout le monde de ..." in French?

Is it possible to change original filename of an exe?

How to prevent bad sectors?

What caused the tendency for conservatives to not support climate change reform?

What is the difference between nullifying your vote and not going to vote at all?

Split polygon using another polygon in QGIS

Looking after a wayward brother in mother's will

What's the connection between "kicking a pigeon" and "how a bill becomes a law"?

Ticket sales for Queen at the Live Aid

Compact Mechanical Energy Source

Can a non-EU citizen travel within schengen zone freely without passport?

What is the most important source of natural gas? coal, oil or other?

Crossword gone overboard

File globbing pattern, !(*example), behaves differently in bash script than it does in bash shell

Question about exercise 11.5 in TeXbook

Different PCB color ( is it different material? )

Plot exactly N bounce of a ball

Is there an evolutionary advantage to having two heads?

What is the 中 in ダウンロード中?

How many chess players are over 2500 Elo?

Crossing US border with music files I'm legally allowed to possess

How can I find where certain bash function is defined?

Is floating in space similar to falling under gravity?



Unable to edit custom options in configurable product (JS error)


Custom Options in Product ListAssociate Simple Products with Custom Options to Configurable ProductCustom options for ProductCan't get custom options on product edit screenEdit custom options select box contentUnable to add custom optionsMagento 1.9 get product options value for only the checkedCustom Options Not Appearing On Product Frontend on Magento 1.9Magento2 How to Show Sepereatly Configurable Product attribute and Product Custom OptionsConfigurable products options value - Magento 2.2.7






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















When I try to edit a configurable product I get this error in console (after clicking the Custom options tab) :



knockout.js:3012 Uncaught TypeError: Unable to process binding "afterRender: function()return function(el)odFieldSet.optionDependent('initRowId',el,rowId,true) "
Message: Cannot read property 'click' of undefined
at $.<computed>.<computed>.initRowId (main.js:113)
at $.<computed>.<computed>.initRowId (jquery-ui-1.9.2.js:432)
at HTMLDivElement.<anonymous> (jquery-ui-1.9.2.js:527)
at Function.each (jquery.js:370)
at jQuery.fn.init.each (jquery.js:137)
at jQuery.fn.init.$.fn.<computed> [as optionDependent] (jquery-ui-1.9.2.js:517)
at UiClass.eval (eval at createBindingsStringEvaluator (knockout.js:2624), <anonymous>:3:95)
at init (after-render.js:20)
at knockout.js:2989
at Object.ignore (knockout.js:1249)


Main.js 133 is the var handlers = button.data('events')['click']; row here



 if (!this.observedOptionDelButton[oId])
var button = el.closest('div.admin__collapsible-block-wrapper').find('button.action-delete');

button.bind('click', $.proxy(this.deleteOption, this, oId));

var handlers = button.data('events')['click'];
// take out the handler we just inserted from the end
var handler = handlers.pop();
// move it at the beginning
handlers.splice(0, 0, handler);

this.observedOptionDelButton[oId] = 1;



in initRowId method.



The tab opens but due to the error the DELETE button for rows (e.g. colours) is not working and I cannot add/remove the options.



I'm using version 2.2.7 and checking 2.2.8 changelogs I've found no related fix so for now I owuld prefer to not upgrade.



Any idea?



Thanks










share|improve this question




























    0















    When I try to edit a configurable product I get this error in console (after clicking the Custom options tab) :



    knockout.js:3012 Uncaught TypeError: Unable to process binding "afterRender: function()return function(el)odFieldSet.optionDependent('initRowId',el,rowId,true) "
    Message: Cannot read property 'click' of undefined
    at $.<computed>.<computed>.initRowId (main.js:113)
    at $.<computed>.<computed>.initRowId (jquery-ui-1.9.2.js:432)
    at HTMLDivElement.<anonymous> (jquery-ui-1.9.2.js:527)
    at Function.each (jquery.js:370)
    at jQuery.fn.init.each (jquery.js:137)
    at jQuery.fn.init.$.fn.<computed> [as optionDependent] (jquery-ui-1.9.2.js:517)
    at UiClass.eval (eval at createBindingsStringEvaluator (knockout.js:2624), <anonymous>:3:95)
    at init (after-render.js:20)
    at knockout.js:2989
    at Object.ignore (knockout.js:1249)


    Main.js 133 is the var handlers = button.data('events')['click']; row here



     if (!this.observedOptionDelButton[oId])
    var button = el.closest('div.admin__collapsible-block-wrapper').find('button.action-delete');

    button.bind('click', $.proxy(this.deleteOption, this, oId));

    var handlers = button.data('events')['click'];
    // take out the handler we just inserted from the end
    var handler = handlers.pop();
    // move it at the beginning
    handlers.splice(0, 0, handler);

    this.observedOptionDelButton[oId] = 1;



    in initRowId method.



    The tab opens but due to the error the DELETE button for rows (e.g. colours) is not working and I cannot add/remove the options.



    I'm using version 2.2.7 and checking 2.2.8 changelogs I've found no related fix so for now I owuld prefer to not upgrade.



    Any idea?



    Thanks










    share|improve this question
























      0












      0








      0








      When I try to edit a configurable product I get this error in console (after clicking the Custom options tab) :



      knockout.js:3012 Uncaught TypeError: Unable to process binding "afterRender: function()return function(el)odFieldSet.optionDependent('initRowId',el,rowId,true) "
      Message: Cannot read property 'click' of undefined
      at $.<computed>.<computed>.initRowId (main.js:113)
      at $.<computed>.<computed>.initRowId (jquery-ui-1.9.2.js:432)
      at HTMLDivElement.<anonymous> (jquery-ui-1.9.2.js:527)
      at Function.each (jquery.js:370)
      at jQuery.fn.init.each (jquery.js:137)
      at jQuery.fn.init.$.fn.<computed> [as optionDependent] (jquery-ui-1.9.2.js:517)
      at UiClass.eval (eval at createBindingsStringEvaluator (knockout.js:2624), <anonymous>:3:95)
      at init (after-render.js:20)
      at knockout.js:2989
      at Object.ignore (knockout.js:1249)


      Main.js 133 is the var handlers = button.data('events')['click']; row here



       if (!this.observedOptionDelButton[oId])
      var button = el.closest('div.admin__collapsible-block-wrapper').find('button.action-delete');

      button.bind('click', $.proxy(this.deleteOption, this, oId));

      var handlers = button.data('events')['click'];
      // take out the handler we just inserted from the end
      var handler = handlers.pop();
      // move it at the beginning
      handlers.splice(0, 0, handler);

      this.observedOptionDelButton[oId] = 1;



      in initRowId method.



      The tab opens but due to the error the DELETE button for rows (e.g. colours) is not working and I cannot add/remove the options.



      I'm using version 2.2.7 and checking 2.2.8 changelogs I've found no related fix so for now I owuld prefer to not upgrade.



      Any idea?



      Thanks










      share|improve this question














      When I try to edit a configurable product I get this error in console (after clicking the Custom options tab) :



      knockout.js:3012 Uncaught TypeError: Unable to process binding "afterRender: function()return function(el)odFieldSet.optionDependent('initRowId',el,rowId,true) "
      Message: Cannot read property 'click' of undefined
      at $.<computed>.<computed>.initRowId (main.js:113)
      at $.<computed>.<computed>.initRowId (jquery-ui-1.9.2.js:432)
      at HTMLDivElement.<anonymous> (jquery-ui-1.9.2.js:527)
      at Function.each (jquery.js:370)
      at jQuery.fn.init.each (jquery.js:137)
      at jQuery.fn.init.$.fn.<computed> [as optionDependent] (jquery-ui-1.9.2.js:517)
      at UiClass.eval (eval at createBindingsStringEvaluator (knockout.js:2624), <anonymous>:3:95)
      at init (after-render.js:20)
      at knockout.js:2989
      at Object.ignore (knockout.js:1249)


      Main.js 133 is the var handlers = button.data('events')['click']; row here



       if (!this.observedOptionDelButton[oId])
      var button = el.closest('div.admin__collapsible-block-wrapper').find('button.action-delete');

      button.bind('click', $.proxy(this.deleteOption, this, oId));

      var handlers = button.data('events')['click'];
      // take out the handler we just inserted from the end
      var handler = handlers.pop();
      // move it at the beginning
      handlers.splice(0, 0, handler);

      this.observedOptionDelButton[oId] = 1;



      in initRowId method.



      The tab opens but due to the error the DELETE button for rows (e.g. colours) is not working and I cannot add/remove the options.



      I'm using version 2.2.7 and checking 2.2.8 changelogs I've found no related fix so for now I owuld prefer to not upgrade.



      Any idea?



      Thanks







      custom-options backend knockoutjs configurable-product-options






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked May 22 at 10:43









      SimoneBSimoneB

      1013




      1013




















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "479"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f275652%2funable-to-edit-custom-options-in-configurable-product-js-error%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Magento Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f275652%2funable-to-edit-custom-options-in-configurable-product-js-error%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

          Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

          Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form