skip to Main Content

Uncaught ReferenceError: Unable to process binding "if: function(){return (addressOptions.length > 1) }" Message: addressOptions is not defined – Magento

I have updated Magento2.3.1 to Magento2.3.2. When proceed to checkout I am getting the data-bind error - knockout-3.4.1.js:72 Uncaught ReferenceError: Unable to process binding "if: function(){return (addressOptions.length > 1) }" Message: addressOptions is not defined When I searched the keyword…

VIEW QUESTION

add dynamic class with css binding – Magento

I want to add a class behind payment-method by function with the knockout css binding (in Magento 2.1). So this is the current code: <div class="payment-method" data-bind="css: {'_active': (getCode() == isChecked())}"> <div class="payment-method-title field choice"> <input type="radio" name="payment[method]" class="radio" data-bind="attr:…

VIEW QUESTION
Back To Top
Search