2
মিক্স ম্যাগ্যান্টো ২.১.১ এর সাথে উইজেট ফাংশনটি কীভাবে পুনর্লিখন করবেন
আমাদের আছে 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 () { this.options.jsonConfig.attributes …