2
Як переписати функцію віджетів за допомогою міксингу Magento 2.1.1
Ми маємо swatch-renderer.js У цьому файлі є кілька віджетів. .... $.widget('mage.SwatchRenderer', { .... /** * @private */ _init: function () { if (this.options.jsonConfig !== '' && this.options.jsonSwatchConfig !== '') { this._sortAttributes(); this._RenderControls(); } else { console.log('SwatchRenderer: No input data received'); } }, /** * @private */ _sortAttributes: function () { …