2
Menimpa js core function magento 2
Saya mencoba untuk menimpa beberapa fungsi dari Magento_Swatches/js/SwatchRenderer.jsfile Kode saya untuk requirejs-config.js: var config = { config: { mixins: { 'Magento_Swatches/js/SwatchRenderer': { 'Magento_Swatches/js/SwatchRendererCategory1': true } } } }; Dan kode untuk file SwatchRendererCategory1.js define(function () { 'use strict'; var mixin = { updateBaseImage: function (images, context, isProductViewExist) { var justAnImage …