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 () …