Cómo reescribir la función del widget con mixins Magento 2.1.1
Tenemos swatch-renderer.js En este archivo hay algunos widgets. .... $.widget('mage.SwatchRenderer', { .... /** * @private */ _init: function () { if (this.options.jsonConfig !== '' && this.options.jsonSwatchConfig !== '') { this._sortAttributes(); this._RenderControls(); } else...